mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update ranger
This commit is contained in:
parent
ae9fa7059a
commit
e916fc2103
5 changed files with 35 additions and 454 deletions
|
|
@ -38,7 +38,7 @@ bspc rule -a kitty desktop='^1' focus=on follow=on
|
|||
bspc rule -a Google-chrome desktop='^2' focus=on follow=on
|
||||
bspc rule -a LibreWolf desktop='^2' focus=on follow=on
|
||||
bspc rule -a Code desktop='^3' focus=on follow=on
|
||||
bspc rule -a '*:nvim' desktop='^4' focus=on follow=off
|
||||
bspc rule -a '*:nvim' desktop='^3' focus=on follow=off
|
||||
bspc rule -a Todoist desktop='^4' focus=on follow=off
|
||||
bspc rule -a Joplin desktop='^4' focus=on follow=on
|
||||
bspc rule -a Simplenote desktop='^4' focus=on follow=on
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
killall -q polybar
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
#polybar -c ~/.config/bspwm/polybar/polybar min&
|
||||
polybar -c ~/.config/bspwm/polybar/polybar bar&
|
||||
polybar -c ~/.config/bspwm/polybar/polybar min&
|
||||
#polybar -c ~/.config/bspwm/polybar/polybar bar&
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
[settings]
|
||||
enable-ipc = true
|
||||
format-padding = 1
|
||||
;screenchange-reload = true
|
||||
;pseudo-transparency = true
|
||||
screenchange-reload = true
|
||||
pseudo-transparency = true
|
||||
|
||||
[colors]
|
||||
background = #262A2B
|
||||
|
|
@ -38,7 +38,7 @@ override-redirect = true
|
|||
font-0 = Iosevka Nerd Font:style=Medium:size=8;3
|
||||
font-1 = FontAwesome5Free:style=Solid:size=7.5;2.5
|
||||
modules-left = bspwm
|
||||
modules-right = keyboard pulseaudio wifi-signal time
|
||||
modules-right = keyboard pulseaudio time wifi-signal
|
||||
tray-position = right
|
||||
|
||||
[module/bspwm]
|
||||
|
|
@ -77,6 +77,7 @@ interval = 60
|
|||
[module/archupd]
|
||||
type = custom/script
|
||||
exec = ~/.config/bspwm/polybar/scripts/updates-pacman-aur.sh
|
||||
click-left = kitty -e ~/bin/arch-upd
|
||||
interval = 60
|
||||
|
||||
[module/wifi-signal]
|
||||
|
|
@ -87,8 +88,7 @@ interval = 3
|
|||
|
||||
[module/keyboard]
|
||||
type = internal/xkeyboard
|
||||
format-prefix = ""
|
||||
label-layout = %layout%
|
||||
label-layout = %layout%
|
||||
blacklist-0 = num lock
|
||||
blacklist-1 = scroll lock
|
||||
blacklist-2= caps lock
|
||||
|
|
|
|||
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
## == USER keys
|
||||
super + {_,shift} Return
|
||||
{kitty, \
|
||||
rofi -show drun -theme ntenV2}
|
||||
{kitty, rofi -show drun -theme ntenV2}
|
||||
|
||||
super + shift + {w, e, f, c, t, q}
|
||||
{google-chrome-stable, \
|
||||
|
|
@ -29,8 +28,7 @@ super + q
|
|||
bspc node -c
|
||||
|
||||
super + control + r
|
||||
bspc wm -r && \
|
||||
sxhkd -c ~/.config/bspwm/sxhkd
|
||||
bspc wm -r; sxhkd -c ~/.config/bspwm/sxhkd
|
||||
|
||||
### == BSPWM windows
|
||||
## Resize window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue