dark mode turned on and added rofi instead of wofi

This commit is contained in:
Robin
2025-10-04 17:56:36 +02:00
parent db1a3e0b53
commit 526bc12122
11 changed files with 328 additions and 81 deletions

View File

@@ -82,7 +82,7 @@ bind = $mainMod, N, exec, hyprlock #lock screen
bind = $mainMod, E, exec, nautilus #File explorer
bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, wofi #application launcher
bind = $mainMod, R, exec, rofi -show drun #application launcher
bind = $mainMod SHIFT, R, exec, ps aux | grep waybar | grep -v grep | awk '{print $2}' | xargs kill; waybar
bind = $mainMod, P, pseudo, # dwindle
@@ -198,7 +198,7 @@ windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
## will switch to a submap called resize
bind= $mainMod ,T,submap,resize
bind= $mainMod SHIFT,T,submap,resize
##clipboard tool
exec-once = wl-paste --type text --watch cliphist store # Stores only text data