Compare commits
No commits in common. "056e8e007ae426797259fe092b86ed613554cce8" and "9436550680a7f901c4164c32c3978c59dbb5bba0" have entirely different histories.
056e8e007a
...
9436550680
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=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=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=,Print,exec,grim -g "$(slurp)" - | swappy -f -
|
||||||
bind=SUPERSHIFT,E,exec,zenity --question --text='Do you wish to exit Hyprland?' --default-cancel && hyprctl dispatch exit
|
bind=SUPERSHIFT,E,exec,zenity --question --text="Do you wish to exit Hyprland?" --default-cancel && hyprctl exit
|
||||||
|
|
||||||
# Window properties
|
# Window properties
|
||||||
bind=SUPERSHIFT,P,pseudo,
|
bind=SUPERSHIFT,P,pseudo,
|
||||||
|
|
|
@ -116,7 +116,7 @@
|
||||||
"format": "{icon} {volume}%",
|
"format": "{icon} {volume}%",
|
||||||
"format-alt": "{icon}",
|
"format-alt": "{icon}",
|
||||||
"format-alt-click": "click-right",
|
"format-alt-click": "click-right",
|
||||||
"format-muted": "",
|
"format-muted": "ﱝ",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
//"phone": [" ", " ", " ", " "],
|
//"phone": [" ", " ", " ", " "],
|
||||||
"default": ["", "", ""]
|
"default": ["", "", ""]
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
"format": "{icon} {volume}%",
|
"format": "{icon} {volume}%",
|
||||||
"format-alt": "{icon}",
|
"format-alt": "{icon}",
|
||||||
"format-alt-click": "click-right",
|
"format-alt-click": "click-right",
|
||||||
"format-muted": "",
|
"format-muted": "ﱝ",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
//"phone": [" ", " ", " ", " "],
|
//"phone": [" ", " ", " ", " "],
|
||||||
"default": ["", "", ""]
|
"default": ["", "", ""]
|
||||||
|
|
Loading…
Reference in a new issue