Compare commits
2 commits
eeba79e702
...
42c4eb7a13
Author | SHA1 | Date | |
---|---|---|---|
|
42c4eb7a13 | ||
|
1cdd5b2330 |
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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$'
|
||||||
|
|
Loading…
Reference in a new issue