working rofi, and fullscreen binds

This commit is contained in:
2025-08-20 21:48:40 +02:00
parent 9e67e02523
commit 9c51807e1a

View File

@@ -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