made some changes
This commit is contained in:
@@ -1,29 +1,23 @@
|
||||
# Window management
|
||||
bind = SUPER_L, Q, killactive,
|
||||
bind = SUPER_L, M, togglefloating,
|
||||
bind = SUPER_L, M, centerwindow
|
||||
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, hyprctl dispatch dpms on; quickshell ipc call lock open & sleep 2; systemctl suspend
|
||||
bind = SUPER, Q, killactive,
|
||||
bind = SUPER, M, togglefloating,
|
||||
bind = SUPER, M, centerwindow
|
||||
bind = SUPER, SPACE, global, quickshell:peek_bar
|
||||
bind = SUPER, SUPER_L, exec, quickshell ipc call topbar toggle
|
||||
bind = SUPER, K, layoutmsg, movetoroot
|
||||
bind = SUPER, B, layoutmsg, togglesplit
|
||||
bind = SUPER, x, layoutmsg, swapsplit
|
||||
|
||||
$select = winsel
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = SUPER, A, exec, $select 0
|
||||
bind = SUPER, O, exec, $select 1
|
||||
bind = SUPER, E, exec, $select 2
|
||||
bind = SUPER, U, exec, $select 3
|
||||
|
||||
# Move windows around with mainMod + arrow keys
|
||||
bind = SUPER, H, movewindow, l
|
||||
bind = SUPER, T, movewindow, u
|
||||
bind = SUPER, N, movewindow, d
|
||||
bind = SUPER, S, movewindow, r
|
||||
# Screen locking
|
||||
bindl = SUPER, ESCAPE, exec, ~/.config/scripts/lock.sh
|
||||
bind = , XF86Go, exec, ~/.config/scripts/idle-toggle.sh
|
||||
bindl= ,switch:on:Lid Switch, exec, quickshell ipc call lock instalock; sleep 0.5; systemctl suspend
|
||||
|
||||
# Navigate multiple monitors
|
||||
bind = SUPER, PERIOD, focusmonitor, -1
|
||||
@@ -39,7 +33,10 @@ bind = SUPER, 6, workspace, 6
|
||||
bind = SUPER, 7, workspace, 7
|
||||
bind = SUPER, 8, workspace, 8
|
||||
bind = SUPER, 9, workspace, 9
|
||||
|
||||
bind = SUPER, apostrophe, hyprexpo:expo, toggle
|
||||
# bind = SUPER SHIFT, apostrophe, hymission:open, forceall
|
||||
# gesture = 3, vertical, dispatcher, hymission:toggle, forceall
|
||||
|
||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||
bind = SUPER SHIFT, 1, movetoworkspace, 1
|
||||
@@ -55,8 +52,8 @@ bind = SUPER SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# Manage special workspace (scratchpad)
|
||||
bind = SUPER, V, togglespecialworkspace
|
||||
bind = SUPER, W, movetoworkspacesilent, special
|
||||
bind = SUPER, W, movewindow, mon:current
|
||||
bind = SUPER, W, movetoworkspacesilent, special
|
||||
|
||||
# Move/resize windows
|
||||
bindm = SUPER, mouse:272, movewindow
|
||||
@@ -72,18 +69,20 @@ binde = SUPER ALT, S, resizeactive, 50 0
|
||||
# Open favourites
|
||||
bind = SUPER, G, exec, zen-browser
|
||||
bind = SUPER, C, exec, vesktop
|
||||
bind = SUPER, R, exec, flatpak run org.keepassxc.KeePassXC
|
||||
bind = SUPER, R, exec, keepassxc
|
||||
bind = SUPER, L, exec, kitty
|
||||
|
||||
# Adjust brightness
|
||||
bindle = , XF86MonBrightnessUp, exec, brillo -A 5% -q -u 300000
|
||||
bindle = , XF86MonBrightnessDown, exec, brillo -U 5% -q -u 300000
|
||||
bindle = , XF86MonBrightnessUp, global, quickshell:increase_brightness
|
||||
bindle = , XF86MonBrightnessDown, global, quickshell:decrease_brightness
|
||||
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@ +1%
|
||||
bindle = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -1%
|
||||
bindle = , XF86AudioRaiseVolume, exec, quickshell ipc call osd open
|
||||
bindle = , XF86AudioLowerVolume, exec, quickshell ipc call osd open
|
||||
bind = , XF86AudioMicMute, exec, playerctl next
|
||||
bind = , XF86AudioMute, exec, playerctl play-pause
|
||||
|
||||
@@ -93,7 +92,7 @@ bind = SUPER ALT, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshot
|
||||
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 quickshell; quickshell
|
||||
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