Compare commits
No commits in common. "42c4eb7a1376789c6da3d0f8e6ba0b8ea77b1b3b" and "eeba79e70231124e34449a9dd6d3d7e9d20208dd" have entirely different histories.
42c4eb7a13
...
eeba79e702
2 changed files with 2 additions and 4 deletions
|
@ -9,11 +9,11 @@ current (){
|
|||
}
|
||||
|
||||
title (){
|
||||
hyprctl activewindow -j | jq .title
|
||||
hyprctl activewindow -j | jq --raw-output .title
|
||||
}
|
||||
|
||||
status (){
|
||||
echo "{\"spaces\": $(spaces), \"current\": $(current), \"title\": $(title)}"
|
||||
echo "{\"spaces\": $(spaces), \"current\": \"$(current)\", \"title\": \"$(title)\"}"
|
||||
}
|
||||
|
||||
status
|
||||
|
|
|
@ -48,8 +48,6 @@ bind = ,XF86Launch3, exec, asusctl led-mode -n
|
|||
bind = WIN, F5, exec, ~/.config/hypr/gamemode.sh
|
||||
# Panel overdrive
|
||||
bind = $mainMod+SHIFT, o, exec, ~/.config/waybar/scripts/refresh_rate.sh toggle; pkill -SIGRTMIN+10 waybar
|
||||
# Toggle screen
|
||||
bind = WIN, F9, exec, togglescreen
|
||||
|
||||
# Waybar
|
||||
bind = $mainMod, 64, exec, pkill -SIGUSR1 '^waybar$'
|
||||
|
|
Loading…
Reference in a new issue