Compare commits
2 commits
9436550680
...
056e8e007a
Author | SHA1 | Date | |
---|---|---|---|
056e8e007a | |||
3f35b2be30 |
2 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ bind=SUPERSHIFT,r,exec,hyprctl reload
|
|||
bind=CTRLALT,l,exec,swaylock -e -F -f -i $lockBG
|
||||
bind=SUPER,D,exec,wofi --show drun --allow-images -G -i --define=drun-print_command=true | sed -e 's/%[A-Za-z0-9]*/ /g' | xargs hyprctl dispatch exec
|
||||
bind=,Print,exec,grim -g "$(slurp)" - | swappy -f -
|
||||
bind=SUPERSHIFT,E,exec,zenity --question --text="Do you wish to exit Hyprland?" --default-cancel && hyprctl exit
|
||||
bind=SUPERSHIFT,E,exec,zenity --question --text='Do you wish to exit Hyprland?' --default-cancel && hyprctl dispatch exit
|
||||
|
||||
# Window properties
|
||||
bind=SUPERSHIFT,P,pseudo,
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
"format": "{icon} {volume}%",
|
||||
"format-alt": "{icon}",
|
||||
"format-alt-click": "click-right",
|
||||
"format-muted": "ﱝ",
|
||||
"format-muted": "",
|
||||
"format-icons": {
|
||||
//"phone": [" ", " ", " ", " "],
|
||||
"default": ["", "", ""]
|
||||
|
@ -130,7 +130,7 @@
|
|||
"format": "{icon} {volume}%",
|
||||
"format-alt": "{icon}",
|
||||
"format-alt-click": "click-right",
|
||||
"format-muted": "ﱝ",
|
||||
"format-muted": "",
|
||||
"format-icons": {
|
||||
//"phone": [" ", " ", " ", " "],
|
||||
"default": ["", "", ""]
|
||||
|
|
Loading…
Reference in a new issue