dark mode turned on and added rofi instead of wofi
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user