Fix rofi rice and gitignore generated files

This commit is contained in:
Sem
2026-04-01 22:36:05 +02:00
parent b5fe4b0a5e
commit b0a4408c65
11 changed files with 105 additions and 311 deletions

View File

@@ -46,6 +46,8 @@ exec-once = /usr/lib/hyprpolkitagent/hyprpolkitagent # authentication
exec-once = /usr/bin/qs & # quickshell
# exec-once = hyprpaper # wallpaper
exec-once = awww-daemon # wallpaper
exec-once = hyprsunset # night light
#############################
### ENVIRONMENT VARIABLES ###
#############################
@@ -251,6 +253,7 @@ bind = $mainMod SHIFT, M, togglefloating,
bind = $mainMod, R, exec, $menu
bind = $mainMod, P, exec, $programs
bind = $mainMod, L, layoutmsg, togglesplit # dwindle
bind = $mainMod, code:47, exec, rofi -show emoji
# Move focus with mainMod + arrow keys
bind = $mainMod, J, cyclenext
@@ -353,3 +356,7 @@ windowrule {
move = 20 monitor_h-120
float = yes
}
debug {
disable_logs = false
}