68 lines
2.2 KiB
Plaintext
68 lines
2.2 KiB
Plaintext
# Hyprland
|
|
bind = SUPER, Q, exec, hyprctl reload
|
|
#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, 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
|
|
bind = SUPER, C, killactive,
|
|
bind = SUPER, T, togglefloating
|
|
bind = SUPER, space, fullscreen, 1 # dwindle
|
|
bind = SUPER, H, movefocus, l
|
|
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
|
|
bind = SUPER, Y, exec, dunstctl close-all
|
|
|
|
# workspace control
|
|
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
|
|
|
|
# laptop keys
|
|
bind = , XF86MonBrightnessUp, exec, brightnessctl -- set +10%
|
|
bind = , XF86MonBrightnessDown, exec, brightnessctl -- set -10%
|