refactor(hypr): small improvements
This commit is contained in:
parent
dc400baf6f
commit
3a62a5be13
@ -4,5 +4,4 @@ source=~/.config/hypr/wm/appearance.conf
|
||||
source=~/.config/hypr/wm/monitors.conf
|
||||
exec=~/.config/hypr/scripts/launch-waybar.bash
|
||||
exec-once=sudo modprobe uinput && sudo kbct remap --config ~/.config/kbct/config.yml
|
||||
exec-once=sleep 3 && swaylock
|
||||
exec=mako
|
||||
|
@ -59,7 +59,7 @@ bind=SUPER,F,fullscreen
|
||||
bind=SUPER,Q,killactive,
|
||||
bind=SUPER,A,togglefloating,
|
||||
bind=SUPERSHIFT,Q,exec,swaylock
|
||||
bind=SUPER,S,exec,grim -g "$(slurp)" - | wl-copy
|
||||
bind=SUPER,S,exec,grim -g "$(slurp)" - | wl-copy --type image/png
|
||||
bind=SUPERSHIFT,S,exec,~/.config/hypr/scripts/screen-cap.bash
|
||||
bind=SUPERSHIFT,M,exit
|
||||
|
||||
@ -70,8 +70,8 @@ bindl=,XF86AudioPlay,exec,playerctl play-pause
|
||||
binde=,XF86AudioRaiseVolume,exec,pw-volume change -- '+5%'; pkill -RTMIN+8 waybar
|
||||
binde=,XF86AudioLowerVolume,exec,pw-volume change -- '-5%'; pkill -RTMIN+8 waybar
|
||||
bindl=,XF86AudioMute,exec,pw-volume mute toggle; pkill -RTMIN+8 waybar
|
||||
binde=,XF86MonBrightnessUp,exec,light -As "sysfs/backlight/amdgpu_bl1" -- 5
|
||||
binde=,XF86MonBrightnessDown,exec,light -Us "sysfs/backlight/amdgpu_bl1" -- 5
|
||||
binde=,XF86MonBrightnessUp,exec,light -As "sysfs/backlight/amdgpu_bl1" -- 5; light -As "sysfs/backlight/amdgpu_bl0" -- 5
|
||||
binde=,XF86MonBrightnessDown,exec,light -Us "sysfs/backlight/amdgpu_bl1" -- 5; light -Us "sysfs/backlight/amdgpu_bl0" -- 5
|
||||
bind=,XF86Launch4,exec,asusctl profile -n; notify-send "Asus Control" " $(asusctl profile -p | awk '{print $NF}')"
|
||||
|
||||
bind=SUPER,left,movefocus,l
|
||||
@ -113,5 +113,5 @@ bind=SUPERCTRL,8,exec,~/.config/hypr/scripts/move-workspace-mon.bash 8
|
||||
bind=SUPERCTRL,9,exec,~/.config/hypr/scripts/move-workspace-mon.bash 9
|
||||
|
||||
### Special Workspace ###
|
||||
bind=SUPERSHIFT,s,togglespecialworkspace
|
||||
bind=SUPERSHIFT,a,movetoworkspace,special
|
||||
bind=SUPERCTRL,s,togglespecialworkspace
|
||||
bind=SUPERCTRL,a,movetoworkspace,special
|
||||
|
Loading…
Reference in New Issue
Block a user