working rofi, and fullscreen binds
This commit is contained in:
@@ -35,7 +35,8 @@ monitor=,preferred,auto,auto #still need to test if this works with second monit
|
|||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$terminal = ghostty
|
$terminal = ghostty
|
||||||
$fileManager = nemo
|
$fileManager = nemo
|
||||||
$menu = wofi --show drun
|
$menu = rofi -show drun -p "Search> " | xargs -I{} search {}
|
||||||
|
|
||||||
#################
|
#################
|
||||||
### AUTOSTART ###
|
### AUTOSTART ###
|
||||||
#################
|
#################
|
||||||
@@ -238,6 +239,9 @@ bind = $mainMod, Space, exec, $menu
|
|||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
bind = $mainMod, B, exec, xdg-open https://
|
bind = $mainMod, B, exec, xdg-open https://
|
||||||
|
bind = $mainMod, Space, exec, $menu
|
||||||
|
bind = $mainMod SHIFT, F, fullscreen
|
||||||
|
bind = $mainMod CTRL, F, fullscreen, 1
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
|
|||||||
Reference in New Issue
Block a user