wofi style fix
This commit is contained in:
parent
3c8bdbf13e
commit
c8ca12d38c
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
$mainMod = SUPER
|
||||
$terminal = kitty
|
||||
$launcher = (eww close-all && pkill wofi) || (~/.config/eww/scripts/open.sh; wofi --show drun --style ~/.config/wofi/index.css; eww close-all)
|
||||
$launcher = (eww close-all && pkill wofi) || (~/.config/eww/scripts/open.sh; wofi --show drun; eww close-all)
|
||||
|
||||
bind = SUPER, SPACE, exec, $launcher
|
||||
|
||||
|
|
@ -28,6 +28,11 @@ bind = $mainMod&SHIFT, L, movewindow, r
|
|||
bind = $mainMod&SHIFT, K, movewindow, u
|
||||
bind = $mainMod&SHIFT, J, movewindow, d
|
||||
|
||||
bind = $mainMod, Left, resizeactive, -50 0
|
||||
bind = $mainMod, Right, resizeactive, 50 0
|
||||
bind = $mainMod, Up, resizeactive, 0 -50
|
||||
bind = $mainMod, Down, resizeactive, 0 50
|
||||
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
bind = $mainMod, 3, workspace, 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue