Compare commits

...

3 Commits

Author SHA1 Message Date
Sravan Balaji
a741df08f9 Change waypaper random to restore 2025-05-18 20:03:10 -04:00
Sravan Balaji
fc5500765d Add fake fullscreen keybinding 2025-05-18 16:07:18 -04:00
Sravan Balaji
4bfcd9e32f Fix waybar module to launch btop as uwsm app 2025-05-18 09:41:29 -04:00
3 changed files with 8 additions and 6 deletions

View File

@@ -152,7 +152,7 @@ exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
#+BEGIN_SRC conf :tangle hyprland.conf
exec-once = uwsm app -- shikane &
exec-once = uwsm app -- waypaper --random &
exec-once = uwsm app -- waypaper --restore &
exec-once = uwsm app -- gammastep -x &
exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
#+END_SRC
@@ -494,7 +494,8 @@ General
#+BEGIN_SRC conf :tangle hyprland.conf
bind = $mainMod SHIFT, C, killactive
bind = $mainMod CTRL SHIFT, C, forcekillactive
bind = $mainMod SHIFT, F, fullscreen
bind = $mainMod SHIFT, F, fullscreenstate, 0 3
bind = $mainMod CTRL SHIFT, F, fullscreen
bind = $mainMod, F, togglefloating
#+END_SRC
@@ -1028,7 +1029,7 @@ button {
"interval": 5,
"format": " {usage}%",
"tooltip": true,
"on-click-right": "foot btop",
"on-click-right": "uwsm app -- foot btop",
},
#+END_SRC

View File

@@ -12,7 +12,7 @@ exec-once = uwsm app -- wl-paste --type text --watch cliphist store &
exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
exec-once = uwsm app -- shikane &
exec-once = uwsm app -- waypaper --random &
exec-once = uwsm app -- waypaper --restore &
exec-once = uwsm app -- gammastep -x &
exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
@@ -195,7 +195,8 @@ bind = $mainMod CTRL, Q, exec, uwsm app -- $HOME/.scripts/session.sh --rofi
bind = $mainMod SHIFT, C, killactive
bind = $mainMod CTRL SHIFT, C, forcekillactive
bind = $mainMod SHIFT, F, fullscreen
bind = $mainMod SHIFT, F, fullscreenstate, 0 3
bind = $mainMod CTRL SHIFT, F, fullscreen
bind = $mainMod, F, togglefloating
bind = $mainMod, D, pseudo

View File

@@ -84,7 +84,7 @@
"interval": 5,
"format": " {usage}%",
"tooltip": true,
"on-click-right": "foot btop",
"on-click-right": "uwsm app -- foot btop",
},
"clock": {