some bullshit
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
bind = SUPER_L, Q, killactive,
|
||||
bind = SUPER_L, M, togglefloating,
|
||||
bind = SUPER_L, M, centerwindow
|
||||
bindr = SUPER, SUPER_L, exec, killall rofi || rofi -show drun
|
||||
bindr = SUPER, SUPER_L, exec, pgrep quickshell && { quickshell ipc call launcher toggle; } || { quickshell; }
|
||||
# bindr = SUPER, SUPER_L, exec, pkill -x rofi || rofi -show drun
|
||||
bind = SUPER_L, B, togglesplit
|
||||
|
||||
# Screen locking
|
||||
bindl = SUPER, ESCAPE, exec, ~/.config/scripts/lock.sh
|
||||
bind = , XF86Go, exec, ~/.config/scripts/idle-toggle.sh
|
||||
bindl= ,switch:on:Lid Switch, exec, (pgrep hyprlock || hyprlock) & sleep 1; systemctl suspend
|
||||
bindl= ,switch:on:Lid Switch, exec, hyprctl dispatch dpms on; quickshell ipc call lock open & sleep 2; systemctl suspend
|
||||
|
||||
$select = winsel
|
||||
|
||||
@@ -63,15 +64,15 @@ bindm = SUPER, mouse:273, resizewindow
|
||||
bind = SUPER, F, fullscreen
|
||||
|
||||
# Resize windows with super + arrow keys
|
||||
bind = SUPER ALT, H, resizeactive, -50 0
|
||||
bind = SUPER ALT, T, resizeactive, 0 -50
|
||||
bind = SUPER ALT, N, resizeactive, 0 50
|
||||
bind = SUPER ALT, S, resizeactive, 50 0
|
||||
binde = SUPER ALT, H, resizeactive, -50 0
|
||||
binde = SUPER ALT, T, resizeactive, 0 -50
|
||||
binde = SUPER ALT, N, resizeactive, 0 50
|
||||
binde = SUPER ALT, S, resizeactive, 50 0
|
||||
|
||||
# Open favourites
|
||||
bind = SUPER, G, exec, zen-browser
|
||||
bind = SUPER, C, exec, steam
|
||||
bind = SUPER, R, exec, keepassxc
|
||||
bind = SUPER, C, exec, vesktop
|
||||
bind = SUPER, R, exec, flatpak run org.keepassxc.KeePassXC
|
||||
bind = SUPER, L, exec, kitty
|
||||
|
||||
# Adjust brightness
|
||||
@@ -81,17 +82,18 @@ bindle = SHIFT, XF86MonBrightnessDown, exec, brillo -S 0% -q -u 1000000
|
||||
bind = , Cancel, exec, ~/.config/scripts/sunset-toggle.sh
|
||||
|
||||
# Adjust volume and media
|
||||
bindle = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bindle = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bindle = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +1%
|
||||
bindle = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -1%
|
||||
bind = , XF86AudioMicMute, exec, playerctl next
|
||||
bind = , XF86AudioMute, exec, playerctl play-pause
|
||||
|
||||
# Screen capturing
|
||||
bind = SUPER, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshots -z -s -m region
|
||||
bind = SUPER ALT, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshots -z -s -m window
|
||||
bind = SUPER SHIFT, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshots -z -s -m active -m output
|
||||
bind = SUPER SHIFT, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshots -z -s -m active -m output
|
||||
bind = SUPER, SEMICOLON, exec, ~/.config/scripts/zoom.sh
|
||||
bind = SHIFT, XF86Display, exec, ~/.config/scripts/vnc-toggle.sh
|
||||
bind = , XF86Display, exec, killall gjs && ags run --gtk 3
|
||||
bind = , XF86Display, exec, killall gjs; ags run --gtk 3
|
||||
bind = ALT, XF86Display, exec, sleep 0.5 && hyprctl dispatch dpms off
|
||||
bind = SUPER, D, exec, wayscriber --active
|
||||
bind = SUPER SHIFT, D, exec, wl-paste | satty -f -
|
||||
|
||||
Reference in New Issue
Block a user