Final commit before Lua migration
This commit is contained in:
+35
-8
@@ -1,16 +1,32 @@
|
||||
# Hyprland
|
||||
bind = SUPER, Q, exec, hyprctl reload
|
||||
bind = SUPER SHIFT, Q, exec, $kill_hp_systray
|
||||
bind = SUPER SHIFT, Q, exit
|
||||
#bind = SUPER SHIFT, Q, exec, $kill_hp_systray
|
||||
#bind = SUPER SHIFT, Q, exec, $kill_hp_systray
|
||||
#bind = SUPER SHIFT, Q, exec, eww kill
|
||||
#bind = SUPER SHIFT, Q, exit
|
||||
bind = SUPER SHIFT, Q, exec, tmux kill-server
|
||||
bind = SUPER SHIFT, Q, exec, uwsm stop
|
||||
#bind = SUPER SHIFT, Q, exec, loginctl terminate-user ""
|
||||
bind = SUPER, L, exec, hyprlock
|
||||
bind = , switch:Lid Switch, exec, hyprlock
|
||||
|
||||
# fullscreen screenshot
|
||||
bind = CTRL SHIFT, 3, exec, $screenshot
|
||||
|
||||
# region screenshot
|
||||
bind = CTRL SHIFT, 4, exec, $screenshot_region
|
||||
|
||||
# app launchers
|
||||
bind = SUPER, V, exec, $app "alacritty" "Alacritty"
|
||||
bind = SUPER, return, exec, $app "alacritty" "Alacritty"
|
||||
bind = SUPER ALT, H, exec, $app "qutebrowser" "org.qutebrowser.qutebrowser"
|
||||
bind = SUPER, A, exec, $app "slack" "Slack" "Slack"
|
||||
bind = SUPER, G, exec, $app "vivaldi-stable" "Vivaldi-stable" "Vivaldi-stable"j:
|
||||
bind = SUPER, return, exec, $app $alacritty
|
||||
bind = SUPER, A, exec, $app $slack
|
||||
bind = SUPER, D, exec, $app $dictionary
|
||||
bind = SUPER, G, exec, $app $vivaldi
|
||||
bind = SUPER ALT, H, exec, $app $qutebrowser
|
||||
bind = SUPER, P, exec, $launcher
|
||||
# espanso-wayland needs a lot of work, sync tool window seems to have no purpose right now
|
||||
#bind = SUPER, S, exec, $es stop && $app $pavucontrol && $es start && $app $pavucontrol
|
||||
bind = SUPER, S, exec, $app $pavucontrol
|
||||
bind = SUPER, V, exec, $app $alacritty
|
||||
|
||||
|
||||
# window control
|
||||
@@ -18,9 +34,14 @@ bind = SUPER, C, killactive,
|
||||
bind = SUPER, T, togglefloating
|
||||
bind = SUPER, space, fullscreen, 1 # dwindle
|
||||
bind = SUPER, H, movefocus, l
|
||||
bind = SUPER, L, movefocus, r
|
||||
bind = SUPER, H, fullscreen, 1
|
||||
#bind = SUPER, H, fullscreen, 1
|
||||
bind = SUPER, K, movefocus, u
|
||||
bind = SUPER, K, fullscreen, 1
|
||||
#bind = SUPER, K, fullscreen, 1
|
||||
bind = SUPER, J, movefocus, d
|
||||
bind = SUPER, J, fullscreen, 1
|
||||
#bind = SUPER, J, fullscreen, 1
|
||||
|
||||
#
|
||||
bind = SUPER, X, exec, dunstctl close
|
||||
@@ -31,6 +52,12 @@ bind = SUPER, right, exec, $next_ws
|
||||
bind = SUPER, left, exec, $prev_ws
|
||||
bind = SUPER SHIFT, H, exec, $prev_ws
|
||||
bind = SUPER SHIFT, L, exec, $next_ws
|
||||
bind = SUPER SHIFT, M, exec, $move_window_to_ws
|
||||
bind = SUPER SHIFT, N, exec, $create_ws
|
||||
bind = SUPER SHIFT, X, exec, $del_ws
|
||||
# Create "ProjectX" after the CURRENT workspace
|
||||
# Usage: You hit the bind, type "ProjectX", and it inserts it after the current one.
|
||||
bind = SUPER SHIFT, Z, exec, $create_ws $($active_ws)
|
||||
|
||||
# cliphist
|
||||
bind = ALT, V, exec, cliphist list | rofi -dmenu -p 'paste' | cliphist decode | $copy && $paste
|
||||
|
||||
Reference in New Issue
Block a user