2023-07-22 21:40:28 +00:00
|
|
|
$MOUSE_LMB = mouse:272
|
|
|
|
$MOUSE_RMB = mouse:273
|
|
|
|
$MOUSE_MMB = mouse:274
|
|
|
|
$MOUSE_EX1 = mouse:275
|
|
|
|
$MOUSE_EX2 = mouse:276
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
#####################
|
|
|
|
### DE/WM CONTROL ###
|
|
|
|
#####################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = SUPER_SHIFT, Q, exec, menuquit
|
|
|
|
bind = SUPER_CTRL, L, exec, loginctl lock-session
|
|
|
|
bind = SUPER_SHIFT, L, exec, wlogout -p layer-shell
|
|
|
|
bind = SUPER_SHIFT, T, exec, toggle-idle
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
################
|
|
|
|
### PROGRAMS ###
|
|
|
|
################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = SUPER, R, exec, wofi --show drun
|
|
|
|
bind = SUPER_SHIFT, Return, exec, wofi --show run
|
2024-02-17 21:53:22 +00:00
|
|
|
bind = SUPER_SHIFT, V, exec, clipman pick -t wofi
|
2023-07-22 21:40:28 +00:00
|
|
|
|
|
|
|
bind = SUPER, Return, exec, kitty
|
|
|
|
bind = SUPER, X, exec, pcmanfm-qt
|
|
|
|
bind = SUPER, B, exec, firefox
|
|
|
|
bind = SUPER, S, exec, spotify
|
|
|
|
bind = SUPER, D, exec, discord
|
|
|
|
bind = SUPER, C, exec, qalculate-gtk
|
|
|
|
bind = , XF86Calculator, exec, qalculate-gtk
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
#####################
|
|
|
|
### NOTIFICATIONS ###
|
|
|
|
#####################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = CTRL, grave, exec, dunstctl close
|
|
|
|
bind = CTRL_SHIFT, grave, exec, dunstctl close-all
|
|
|
|
bind = CTRL, period, exec, dunstctl history-pop
|
|
|
|
bind = CTRL_SHIFT, period, exec, dunstctl context
|
2023-07-22 21:59:25 +00:00
|
|
|
bind = SUPER_SHIFT, D, exec, toggle-notifications
|
2023-07-22 21:40:28 +00:00
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
######################
|
|
|
|
### VOLUME CONTROL ###
|
|
|
|
######################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
binde = SUPER, Down, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05-
|
|
|
|
binde = SUPER, Up, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05+
|
|
|
|
binde = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05-
|
|
|
|
binde = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05+
|
|
|
|
bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
|
|
|
bind = , XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
##########################
|
|
|
|
### BRIGHTNESS CONTROL ###
|
|
|
|
##########################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
binde = SUPER, Right, exec, brightness -i 5% -n
|
|
|
|
binde = SUPER, Left, exec, brightness -d 5% -n
|
|
|
|
binde = , XF86MonBrightnessUp, exec, brightness -i 5% -n
|
|
|
|
binde = , XF86MonBrightnessDown, exec, brightness -d 5% -n
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
###################
|
|
|
|
### SCREENSHOTS ###
|
|
|
|
###################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
# Screenshots (with custom screenshot script)
|
2023-07-22 21:59:25 +00:00
|
|
|
$SCREENSHOT_FORMAT = "${XDG_SCREENSHOTS_DIR:-$HOME/Pictures/Screenshots}/Screenshot_$(date +%Y-%m-%d_%H-%M-%S).png"
|
|
|
|
$SCREENSHOT_DELAY = 2000
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = ALT, Print, exec, wl-copy --type image/png "$(hyprpicker)" && notify-send 'Picked color' "$(wl-paste) (saved to clipboard)"
|
|
|
|
bind = , Print, exec, screenshot --notify --copy --target area
|
|
|
|
bind = SUPER, Print, exec, screenshot --notify --copy --target area --edit
|
|
|
|
bind = SHIFT, Print, exec, screenshot --notify --save $SCREENSHOT_FORMAT --target area
|
|
|
|
bind = CTRL, Print, exec, screenshot --notify --copy --target area --delay $SCREENSHOT_DELAY
|
|
|
|
bind = SUPER_SHIFT, Print, exec, screenshot --notify --save $SCREENSHOT_FORMAT --target area --edit
|
|
|
|
bind = SUPER_CTRL, Print, exec, screenshot --notify --copy --target area --delay $SCREENSHOT_DELAY --edit
|
|
|
|
bind = SUPER_SHIFT_CTRL, Print, exec, screenshot --notify --save $SCREENSHOT_FORMAT --target area --delay $SCREENSHOT_DELAY --edit
|
|
|
|
# bind = , Print, exec, screenshot --save $SCREENSHOT_FORMAT --target all
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
# XF86Favorites key for recording
|
|
|
|
# (don't question me, I had it free)
|
|
|
|
bind = , 164, exec, quick-record --notify toggle
|
|
|
|
bind = SUPER, 164, exec, quick-record toggle
|
|
|
|
|
|
|
|
#####################
|
|
|
|
### ACTIVE WINDOW ###
|
|
|
|
#####################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = SUPER, W, killactive,
|
|
|
|
bind = SUPER, F, togglefloating,
|
|
|
|
bind = SUPER, Space, fullscreen, 0
|
|
|
|
bind = SUPER_SHIFT, Space, fullscreen, 1
|
|
|
|
bind = CTRL_SHIFT, Space, exec, toggle-fakefullscreen
|
|
|
|
bind = SUPER, P, exec, bash -c "if hyprctl activewindow | grep 'floating: 0'; then hyprctl dispatch togglefloating active; fi; hyprctl dispatch pin active"
|
|
|
|
bind = SUPER_SHIFT, P, pseudo,
|
2023-10-10 18:20:40 +00:00
|
|
|
bind = SUPER_SHIFT, S, layoutmsg, togglesplit
|
2023-07-22 21:40:28 +00:00
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
#####################
|
|
|
|
### WINDOW GROUPS ###
|
|
|
|
#####################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = SUPER, G, togglegroup,
|
|
|
|
bind = ALT, tab, changegroupactive, f
|
|
|
|
bind = ALT, grave, changegroupactive, b
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
######################################
|
|
|
|
### SPECIAL WORKSPACE (SCRATCHPAD) ###
|
|
|
|
######################################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = ALT, grave, movetoworkspace, special
|
|
|
|
bind = SUPER, grave, togglespecialworkspace,
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
################################################################
|
|
|
|
### OVERRIDE SPLIT DIRECTION FOR NEXT WINDOW (MANUAL TILING) ###
|
|
|
|
################################################################
|
|
|
|
|
|
|
|
bind = SUPER_ALT, left, layoutmsg, preselect l
|
|
|
|
bind = SUPER_ALT, right, layoutmsg, preselect r
|
|
|
|
bind = SUPER_ALT, up, layoutmsg, preselect u
|
|
|
|
bind = SUPER_ALT, down, layoutmsg, preselect d
|
|
|
|
|
|
|
|
#########################
|
|
|
|
### MOVE WINDOW FOCUS ###
|
|
|
|
#########################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = SUPER, h, movefocus, l
|
|
|
|
bind = SUPER, l, movefocus, r
|
|
|
|
bind = SUPER, k, movefocus, u
|
|
|
|
bind = SUPER, j, movefocus, d
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
#######################################
|
|
|
|
### MOVE ACTIVE WINDOW IN DIRECTION ###
|
|
|
|
#######################################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = SUPER_ALT, h, movewindow, l
|
|
|
|
bind = SUPER_ALT, l, movewindow, r
|
|
|
|
bind = SUPER_ALT, k, movewindow, u
|
|
|
|
bind = SUPER_ALT, j, movewindow, d
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
#######################################
|
|
|
|
### MOVE FLOATING WINDOWS ###
|
|
|
|
#######################################
|
|
|
|
|
|
|
|
$myMoveSize = 100
|
|
|
|
$myMove = sh .config/hypr/scripts/move-window.sh $myMoveSize
|
|
|
|
bind = SUPER_ALT, left, exec, $myMove l
|
|
|
|
bind = SUPER_ALT, right, exec, $myMove r
|
|
|
|
bind = SUPER_ALT, up, exec, $myMove u
|
|
|
|
bind = SUPER_ALT, down, exec, $myMove d
|
|
|
|
|
|
|
|
######################################################
|
|
|
|
### SWITCH WORKSPACE (SWAPPING TO CURRENT MONITOR) ###
|
|
|
|
######################################################
|
2023-10-10 18:21:11 +00:00
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = SUPER, 1, exec, swap-workspace 1
|
|
|
|
bind = SUPER, 2, exec, swap-workspace 2
|
|
|
|
bind = SUPER, 3, exec, swap-workspace 3
|
|
|
|
bind = SUPER, 4, exec, swap-workspace 4
|
|
|
|
bind = SUPER, 5, exec, swap-workspace 5
|
|
|
|
bind = SUPER, 6, exec, swap-workspace 6
|
|
|
|
bind = SUPER, 7, exec, swap-workspace 7
|
|
|
|
bind = SUPER, 8, exec, swap-workspace 8
|
|
|
|
bind = SUPER, 9, exec, swap-workspace 9
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
################################
|
|
|
|
### MOVE WINDOW TO WORKSPACE ###
|
|
|
|
################################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = SUPER_SHIFT, 1, movetoworkspacesilent, 1
|
|
|
|
bind = SUPER_SHIFT, 2, movetoworkspacesilent, 2
|
|
|
|
bind = SUPER_SHIFT, 3, movetoworkspacesilent, 3
|
|
|
|
bind = SUPER_SHIFT, 4, movetoworkspacesilent, 4
|
|
|
|
bind = SUPER_SHIFT, 5, movetoworkspacesilent, 5
|
|
|
|
bind = SUPER_SHIFT, 6, movetoworkspacesilent, 6
|
|
|
|
bind = SUPER_SHIFT, 7, movetoworkspacesilent, 7
|
|
|
|
bind = SUPER_SHIFT, 8, movetoworkspacesilent, 8
|
|
|
|
bind = SUPER_SHIFT, 9, movetoworkspacesilent, 9
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
###########################################
|
|
|
|
### MOVE WINDOW TO WORKSPACE + FOCUS IT ###
|
|
|
|
###########################################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = ALT, 1, movetoworkspace, 1
|
|
|
|
bind = ALT, 2, movetoworkspace, 2
|
|
|
|
bind = ALT, 3, movetoworkspace, 3
|
|
|
|
bind = ALT, 4, movetoworkspace, 4
|
|
|
|
bind = ALT, 5, movetoworkspace, 5
|
|
|
|
bind = ALT, 6, movetoworkspace, 6
|
|
|
|
bind = ALT, 7, movetoworkspace, 7
|
|
|
|
bind = ALT, 8, movetoworkspace, 8
|
|
|
|
bind = ALT, 9, movetoworkspace, 9
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
############################################
|
|
|
|
### CYCLE WORKSPACES (RELATIVE MOVEMENT) ###
|
|
|
|
############################################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = SUPER, mouse_down, workspace, +1
|
|
|
|
bind = SUPER, mouse_up, workspace, -1
|
|
|
|
bind = SUPER, bracketleft, workspace, -1
|
|
|
|
bind = SUPER, bracketright, workspace, +1
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
|
|
|
|
##########################################
|
|
|
|
### CYCLE MONITORS (RELATIVE MOVEMENT) ###
|
|
|
|
##########################################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = SUPER_SHIFT, bracketleft, focusmonitor, -1
|
|
|
|
bind = SUPER_SHIFT, bracketright, focusmonitor, +1
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
#######################
|
|
|
|
### WINDOW RESIZING ###
|
|
|
|
#######################
|
|
|
|
|
|
|
|
## Mouse window resizing
|
2023-07-22 21:40:28 +00:00
|
|
|
bindm = SUPER, $MOUSE_LMB, movewindow
|
|
|
|
bindm = SUPER, $MOUSE_RMB, resizewindow
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
## Quick keyboard resizing
|
2023-07-22 21:40:28 +00:00
|
|
|
binde = ALT, right, resizeactive, 10 0
|
|
|
|
binde = ALT, left, resizeactive, -10 0
|
|
|
|
binde = ALT, up, resizeactive, 0 -10
|
|
|
|
binde = ALT, down, resizeactive, 0 10
|
|
|
|
binde = ALT, H, resizeactive, -10 0
|
|
|
|
binde = ALT, K, resizeactive, 0 -10
|
|
|
|
binde = ALT, J, resizeactive, 0 10
|
|
|
|
binde = ALT, L, resizeactive, 10 0
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
## Precise keyboard resizing (submap)
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = SUPER, slash, submap, resize
|
|
|
|
submap = resize
|
|
|
|
|
|
|
|
binde = , right, resizeactive, 10 0
|
|
|
|
binde = , left, resizeactive, -10 0
|
|
|
|
binde = , up, resizeactive, 0 -10
|
|
|
|
binde = , down, resizeactive, 0 10
|
|
|
|
|
|
|
|
binde = SUPER, right, resizeactive, 30 0
|
|
|
|
binde = SUPER, left, resizeactive, -30 0
|
|
|
|
binde = SUPER, up, resizeactive, 0 -30
|
|
|
|
binde = SUPER, down, resizeactive, 0 30
|
|
|
|
|
|
|
|
binde = SHIFT, right, resizeactive, 1 0
|
|
|
|
binde = SHIFT, left, resizeactive, -1 0
|
|
|
|
binde = SHIFT, up, resizeactive, 0 -1
|
|
|
|
binde = SHIFT, down, resizeactive, 0 1
|
|
|
|
|
|
|
|
binde = , H, resizeactive, -10 0
|
|
|
|
binde = , K, resizeactive, 0 -10
|
|
|
|
binde = , J, resizeactive, 0 10
|
|
|
|
binde = , L, resizeactive, 10 0
|
|
|
|
|
|
|
|
binde = , right, resizeactive, 10 0
|
|
|
|
binde = , left, resizeactive, -10 0
|
|
|
|
binde = , up, resizeactive, 0 -10
|
|
|
|
binde = , down, resizeactive, 0 10
|
|
|
|
|
|
|
|
binde = SUPER, H, resizeactive, -30 0
|
|
|
|
binde = SUPER, K, resizeactive, 0 -30
|
|
|
|
binde = SUPER, J, resizeactive, 0 30
|
|
|
|
binde = SUPER, L, resizeactive, 30 0
|
|
|
|
|
|
|
|
binde = SHIFT, H, resizeactive, -1 0
|
|
|
|
binde = SHIFT, K, resizeactive, 0 -1
|
|
|
|
binde = SHIFT, J, resizeactive, 0 1
|
|
|
|
binde = SHIFT, L, resizeactive, 1 0
|
|
|
|
|
|
|
|
bind = , escape, submap, reset
|
|
|
|
bind = , return, submap, reset
|
|
|
|
bind = SUPER, slash, submap, reset
|
|
|
|
submap = reset
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
########################################################
|
|
|
|
### GLOBAL KEYBINDS (PASSING KEYS TO OTHER PROGRAMS) ###
|
|
|
|
########################################################
|
|
|
|
|
2023-07-22 21:40:28 +00:00
|
|
|
bind = CTRL, F10, pass, ^(com\.obsproject\.Studio)$
|
|
|
|
bind = CTRL, F10, pass, ^(com\.obsproject\.Studio)$
|
|
|
|
|
2024-02-17 21:53:22 +00:00
|
|
|
#######################
|
|
|
|
### ISOLATION GROUP ###
|
|
|
|
#######################
|
|
|
|
|
2023-10-09 17:27:05 +00:00
|
|
|
# Isolating group to prevent keybind capturing (for games etc)
|
2024-02-17 21:53:22 +00:00
|
|
|
# SUPER + Fn + F12 (Favorites)
|
|
|
|
bind = SUPER, XF86Favorites, exec, hyprctl dispatch submap isolate && notify-send "Keybind isolation" "Keybind isolation on"
|
2023-10-09 17:27:05 +00:00
|
|
|
submap = isolate
|
2024-02-17 21:53:22 +00:00
|
|
|
bind = SUPER, XF86Favorites, exec, hyprctl dispatch submap reset && notify-send "Keybind isolation" "Keybind isolation off"
|
2023-10-09 17:27:05 +00:00
|
|
|
submap = reset
|
|
|
|
|
2024-02-19 00:29:39 +00:00
|
|
|
# vi: ft=hyprlang
|