Compare commits

...

2 commits

Author SHA1 Message Date
GaspardCulis
42c4eb7a13
eww -> hyprstatus: Fixed window title breaking when quotes 2024-09-11 11:06:11 +02:00
GaspardCulis
1cdd5b2330
hypr -> bindings: Added togglescreen binding 2024-08-27 17:45:57 +02:00
2 changed files with 4 additions and 2 deletions

View file

@ -9,11 +9,11 @@ current (){
} }
title (){ title (){
hyprctl activewindow -j | jq --raw-output .title hyprctl activewindow -j | jq .title
} }
status (){ status (){
echo "{\"spaces\": $(spaces), \"current\": \"$(current)\", \"title\": \"$(title)\"}" echo "{\"spaces\": $(spaces), \"current\": $(current), \"title\": $(title)}"
} }
status status

View file

@ -48,6 +48,8 @@ bind = ,XF86Launch3, exec, asusctl led-mode -n
bind = WIN, F5, exec, ~/.config/hypr/gamemode.sh bind = WIN, F5, exec, ~/.config/hypr/gamemode.sh
# Panel overdrive # Panel overdrive
bind = $mainMod+SHIFT, o, exec, ~/.config/waybar/scripts/refresh_rate.sh toggle; pkill -SIGRTMIN+10 waybar bind = $mainMod+SHIFT, o, exec, ~/.config/waybar/scripts/refresh_rate.sh toggle; pkill -SIGRTMIN+10 waybar
# Toggle screen
bind = WIN, F9, exec, togglescreen
# Waybar # Waybar
bind = $mainMod, 64, exec, pkill -SIGUSR1 '^waybar$' bind = $mainMod, 64, exec, pkill -SIGUSR1 '^waybar$'