forked from logan/dotfiles
Cleaned up Hyprland config, changed some binds
This commit is contained in:
parent
5ad2717857
commit
b89a51dd56
1 changed files with 11 additions and 5 deletions
|
@ -84,18 +84,24 @@ misc {
|
|||
bindm=SUPER,mouse:272,movewindow
|
||||
bindm=SUPER,mouse:273,resizewindow
|
||||
|
||||
# Launch programs
|
||||
bind=SUPER,Return,exec,footclient
|
||||
bind=SUPERSHIFT,Q,killactive,
|
||||
bind=SUPERSHIFT,E,exit,
|
||||
bind=SUPERSHIFT,Space,togglefloating,
|
||||
bind=SUPERCTRL,Q,exec,hyprctl kill
|
||||
bind=SUPERSHIFT,c,exec,pkill waybar && waybar -c ~/.config/waybar/hyprland
|
||||
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=SUPER,P,pseudo,
|
||||
bind=SUPERSHIFT,E,exec,zenity --question --text="Do you wish to exit Hyprland?" --default-cancel && hyprctl exit
|
||||
|
||||
# Window properties
|
||||
bind=SUPERSHIFT,P,pseudo,
|
||||
bind=SUPER,P,pin,
|
||||
bind=SUPER,f,fullscreen,0
|
||||
bind=SUPERSHIFT,f,fullscreen,1
|
||||
bind=SUPER,m,fullscreen,1
|
||||
bind=SUPERALT,f,fakefullscreen,1
|
||||
bind=SUPERSHIFT,Space,togglefloating,
|
||||
bind=SUPERSHIFT,Q,killactive,
|
||||
|
||||
# Volume controls
|
||||
bindle=,XF86AudioRaiseVolume, exec, wpctl set-volume -l 2.0 @DEFAULT_AUDIO_SINK@ 5%+
|
||||
|
|
Loading…
Reference in a new issue