mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-02-01 15:54:48 +01:00
fix(all): lots of things from work
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
$mainMod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, BACKSPACE, killactive
|
||||
bind = $mainMod, BACKSPACE, killactive,
|
||||
bind = $mainMod CTRL ALT, BACKSPACE, exec, uwsm stop
|
||||
#bind = $mainMod CTRL, BACKSPACE, exec, sh ~/.config/swaylock.sh
|
||||
#bind = $mainMod, PAUSE, killactive
|
||||
bind = $mainMod, Y, togglefloating
|
||||
bind = $mainMod CTRL, BACKSPACE, exec, /usr/bin/hyprlock
|
||||
#bind = $mainMod, PAUSE, killactive,
|
||||
bind = $mainMod, Y, togglefloating,
|
||||
bind = $mainMod SHIFT, Y, workspaceopt, allfloat
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod SHIFT, P, pin
|
||||
@@ -23,6 +23,9 @@ binde = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
binde = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
binde = , XF86MonBrightnessUp, exec, brightnessctl set '12.75+'
|
||||
binde = , XF86MonBrightnessDown, exec, brightnessctl set '12.75-'
|
||||
binde = , XF86AudioPlay, exec, playerctl play-pause
|
||||
binde = , XF86AudioNext, exec, playerctl next
|
||||
binde = , XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
#bind = $mainMod ALT, SPACE, exec, hyprctl switchxkblayout
|
||||
|
||||
@@ -43,10 +46,10 @@ bind = $mainMod SHIFT, right, movewindow, r
|
||||
bind = $mainMod SHIFT, up, movewindow, u
|
||||
bind = $mainMod SHIFT, down, movewindow, d
|
||||
|
||||
bind = $mainMod SHIFT, H, movetoworkspace, l
|
||||
bind = $mainMod SHIFT, H, movewindow, l
|
||||
bind = $mainMod SHIFT, J, movetoworkspace, r+1
|
||||
bind = $mainMod SHIFT, K, movetoworkspace, r-1
|
||||
bind = $mainMod SHIFT, L, movetoworkspace, r
|
||||
bind = $mainMod SHIFT, L, movewindow, r
|
||||
|
||||
|
||||
# Resize commands
|
||||
|
||||
Reference in New Issue
Block a user