132 lines
4.4 KiB
Plaintext
Executable File
132 lines
4.4 KiB
Plaintext
Executable File
# -- keybinds --
|
|
|
|
$mod = SUPER
|
|
|
|
bind = $mod, RETURN, exec, $terminal
|
|
bind = $mod, W, killactive, # "Quit"
|
|
bind = $mod, Q, killactive, # "Quit"
|
|
bind = $mod, F, fullscreen,
|
|
bind = $mod, V, togglefloating,
|
|
bind = $mod, D, exec, $menu # "Apps"
|
|
bind = $mod SHIFT, D, pseudo, # dwindle
|
|
# bind = $mod, J, togglesplit, # dwindle
|
|
|
|
#waybar
|
|
bind = $mod SHIFT, B, exec, ~/.config/waybar/launch.sh
|
|
bind = $mod, B, exec, killall -SIGUSR1 waybar
|
|
|
|
# wallpaper/swww
|
|
# bind = $mod SHIFT, W, exec, ~/.config/hypr/scripts/wallpapers/wallpaper.sh
|
|
bind = $mod SHIFT, W, global, quickshell:Wallpaper
|
|
bind = $mod SHIFT, J, global, quickshell:JLearner
|
|
bind = , Esc, global, quickshell:Closer
|
|
|
|
# wlogout
|
|
bind = $mod, M, exec, wlogout -b 2
|
|
|
|
# file manager
|
|
bind = $mod, E, exec, $fileManager
|
|
|
|
# hyprlock
|
|
bind = $mod, L, exec, hyprlock
|
|
|
|
# hyprpaper
|
|
bind = $mod SHIFT, H, exec, hyprpaper
|
|
|
|
# switch workspaces
|
|
bind = $mod, 1, workspace, 1
|
|
bind = $mod, 2, workspace, 2
|
|
bind = $mod, 3, workspace, 3
|
|
bind = $mod, 4, workspace, 4
|
|
bind = $mod, 5, workspace, 5
|
|
bind = $mod, 6, workspace, 6
|
|
bind = $mod, 7, workspace, 7
|
|
bind = $mod, 8, workspace, 8
|
|
bind = $mod, 9, workspace, 9
|
|
bind = $mod, 0, workspace, 10
|
|
bind = $mod, TAB, workspace, e+1
|
|
|
|
bind = $mod, F1, workspace, 401
|
|
|
|
# move active window to a workspace
|
|
bind = $mod SHIFT, 1, movetoworkspace, 1
|
|
bind = $mod SHIFT, 2, movetoworkspace, 2
|
|
bind = $mod SHIFT, 3, movetoworkspace, 3
|
|
bind = $mod SHIFT, 4, movetoworkspace, 4
|
|
bind = $mod SHIFT, 5, movetoworkspace, 5
|
|
bind = $mod SHIFT, 6, movetoworkspace, 6
|
|
bind = $mod SHIFT, 7, movetoworkspace, 7
|
|
bind = $mod SHIFT, 8, movetoworkspace, 8
|
|
bind = $mod SHIFT, 9, movetoworkspace, 9
|
|
bind = $mod SHIFT, 0, movetoworkspace, 10
|
|
|
|
bind = $mod SHIFT, F1, movetoworkspace, 401
|
|
|
|
# move focus
|
|
bind = $mod, left, movefocus, l
|
|
bind = $mod, right, movefocus, r
|
|
bind = $mod, up, movefocus, u
|
|
bind = $mod, down, movefocus, d
|
|
|
|
# scroll through existing workspaces
|
|
bind = $mod, mouse_down, workspace, e+1
|
|
bind = $mod, mouse_up, workspace, e-1
|
|
|
|
# move/resize windows
|
|
bindm = $mod, mouse:272, movewindow
|
|
bindm = $mod SHIFT, mouse:272, resizewindow
|
|
|
|
bind = $mod SHIFT, right, resizeactive, 30 0
|
|
bind = $mod SHIFT, left, resizeactive, -30 0
|
|
bind = $mod SHIFT, up, resizeactive, 0 -30
|
|
bind = $mod SHIFT, down, resizeactive, 0 30
|
|
|
|
bind = $mod SHIFT, L, moveactive, 30 0
|
|
bind = $mod SHIFT, I, moveactive, -30 0
|
|
bind = $mod SHIFT, O, moveactive, 0 -30
|
|
bind = $mod SHIFT, K, moveactive, 0 30
|
|
|
|
# screenshots
|
|
bind = $mod, P, exec, ~/.config/hypr/scripts/screenshot/screenshot_window.sh
|
|
bind = $mod ALT, P, exec, ~/.config/hypr/scripts/screenshot/screenshot_monitor.sh
|
|
bind = $mod SHIFT, P, exec, ~/.config/hypr/scripts/screenshot/screenshot_area.sh
|
|
bind = $mod SHIFT, S, exec, ~/.config/hypr/scripts/screenshot/screenshot_area_2.sh
|
|
|
|
# Umlaute / German compatability on english Keyboard
|
|
bind = $mod, a, exec, bash -c 'wtype "ä"; xdotool type "ä"'
|
|
bind = $mod SHIFT, a, exec, wtype "Ä"
|
|
bind = $mod, o, exec, wtype "ö"
|
|
bind = $mod SHIFT, o, exec, wtype "Ö"
|
|
bind = $mod, u, exec, wtype "ü"
|
|
bind = $mod SHIFT, u, exec, wtype "Ü"
|
|
bind = $mod, s, exec, wtype "ß"
|
|
bind = $mod SHIFT, e, exec, wtype "€"
|
|
|
|
# Makro Pad
|
|
bind = $mod SHIFT CTRL, F1, exec, ~/.config/hypr/scripts/makropad/button01.sh
|
|
bind = $mod SHIFT CTRL, F2, exec, ~/.config/hypr/scripts/makropad/button02.sh
|
|
bind = $mod SHIFT CTRL, F3, exec, ~/.config/hypr/scripts/makropad/button03.sh
|
|
bind = $mod SHIFT CTRL, F4, exec, ~/.config/hypr/scripts/makropad/button04.sh
|
|
bind = $mod SHIFT CTRL, F5, exec, ~/.config/hypr/scripts/makropad/button05.sh
|
|
bind = $mod SHIFT CTRL, F6, exec, ~/.config/hypr/scripts/makropad/button06.sh
|
|
bind = $mod SHIFT CTRL, F7, exec, ~/.config/hypr/scripts/makropad/button07.sh
|
|
bind = $mod SHIFT CTRL, F8, exec, ~/.config/hypr/scripts/makropad/button08.sh
|
|
bind = $mod SHIFT CTRL, F9, exec, ~/.config/hypr/scripts/makropad/button09.sh
|
|
bind = $mod SHIFT CTRL, F10, exec, ~/.config/hypr/scripts/makropad/button10.sh
|
|
bind = $mod SHIFT CTRL, F11, exec, ~/.config/hypr/scripts/makropad/button11.sh
|
|
bind = $mod SHIFT CTRL, F12, exec, ~/.config/hypr/scripts/makropad/button12.sh
|
|
|
|
# Auto Type
|
|
bind = ALT, T, exec, ~/.config/hypr/scripts/writing/todo.sh
|
|
bind = ALT, Y, exec, ~/.config/hypr/scripts/writing/tmdb.sh
|
|
|
|
# Opening Additional Apps
|
|
bind = $mod SHIFT, C, exec, code
|
|
bind = $mod SHIFT, V, exec, vscodium
|
|
|
|
# Scrolling
|
|
|
|
bind = $mod CTRL, left, layoutmsg, focus l
|
|
bind = $mod CTRL, right, layoutmsg, focus r
|
|
bind = $mod CTRL SHIFT, left, layoutmsg, swapcol l
|
|
bind = $mod CTRL SHIFT, right, layoutmsg, swapcol r |