Compare commits

...

2 Commits

Author SHA1 Message Date
27b448644e (slowly) move to uwsm, add more binds for screenshots 2025-08-10 17:21:28 +02:00
8bcf1ab48c Make waybar not die 2025-08-10 17:20:19 +02:00
2 changed files with 4 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ bind=SUPERSHIFT,L,exec,hyprlock
bind=SUPER,T,togglefloating, bind=SUPER,T,togglefloating,
bind=SUPER,R,exec,wofi --show drun -o DP-3 bind=SUPER,R,exec,wofi --show drun -o DP-3
bind=SUPER,P,pseudo, bind=SUPER,P,pseudo,
bind=SUPER,SPACE,exec,rofi -modi drun,run,window,calc -show drun bind=SUPER,SPACE,exec,uwsm app -- rofi -modi drun,run,window,calc -show drun
bind=SUPER,C,pin bind=SUPER,C,pin
bind=SUPER,left,movefocus,l bind=SUPER,left,movefocus,l
@@ -130,6 +130,8 @@ bind=SUPER_SHIFT,9,movetoworkspacesilent,9
bind=SUPER_SHIFT,0,movetoworkspacesilent,10 bind=SUPER_SHIFT,0,movetoworkspacesilent,10
bind=SUPERSHIFT,S,exec,flameshot gui bind=SUPERSHIFT,S,exec,flameshot gui
bind=,PRINT,exec,flameshot full
bind=CTRL,PRINT,exec,flameshot gui
bind = SUPER, V, exec, nwg-clipman bind = SUPER, V, exec, nwg-clipman
# T14gen2 FN KEYS # T14gen2 FN KEYS

View File

@@ -5,7 +5,7 @@
// "width": 1280, // Waybar width // "width": 1280, // Waybar width
"spacing": 4, // Gaps between modules (4px) "spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules // Choose the order of the modules
"modules-left": ["custom/archicon","hyprland/workspaces", "custom/media", ], "modules-left": ["custom/archicon","hyprland/workspaces", "custom/media"],
"modules-center": ["hyprland/window"], "modules-center": ["hyprland/window"],
"modules-right": ["mpris", "idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "battery", "clock", "tray"], "modules-right": ["mpris", "idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "battery", "clock", "tray"],
// Modules configuration // Modules configuration