237 lines
8.3 KiB
Text
237 lines
8.3 KiB
Text
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
monitor=,highrr,auto,auto
|
|
|
|
# Wayland related environment variables.
|
|
env = XCURSOR_SIZE,24
|
|
env = WLR_NO_HARDWARE_CURSORS,1
|
|
env = TERMINAL,foot
|
|
|
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
|
input {
|
|
kb_layout = us
|
|
kb_variant =
|
|
kb_model =
|
|
kb_options =
|
|
kb_rules =
|
|
|
|
# Mouse settings
|
|
follow_mouse = 1
|
|
accel_profile = adaptive # Or else cannot move camera in games
|
|
sensitivity = 1
|
|
|
|
touchpad {
|
|
natural_scroll = yes
|
|
}
|
|
|
|
repeat_delay = 300
|
|
repeat_rate = 50
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
}
|
|
|
|
general {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
|
|
gaps_in = 6
|
|
gaps_out = 12
|
|
border_size = 2
|
|
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
|
col.inactive_border = rgba(595959aa)
|
|
|
|
layout = master
|
|
|
|
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
|
allow_tearing = false
|
|
}
|
|
|
|
decoration {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
|
|
rounding = 10
|
|
|
|
blur {
|
|
enabled = true
|
|
size = 3
|
|
passes = 1
|
|
}
|
|
|
|
drop_shadow = yes
|
|
shadow_range = 4
|
|
shadow_render_power = 3
|
|
col.shadow = rgba(1a1a1aee)
|
|
}
|
|
|
|
animations {
|
|
enabled = yes
|
|
|
|
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
|
|
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
|
bezier = linear, 0.0, 0.0, 1.0, 1.0
|
|
|
|
animation = windows, 1, 7, myBezier
|
|
animation = windowsOut, 1, 7, default, popin 80%
|
|
animation = border, 1, 10, default
|
|
animation = borderangle, 1, 100, linear, loop
|
|
animation = fade, 1, 7, default
|
|
animation = workspaces, 1, 6, default
|
|
}
|
|
|
|
dwindle {
|
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
|
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
|
preserve_split = yes # you probably want this
|
|
}
|
|
|
|
master {
|
|
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
|
new_on_top = true
|
|
new_is_master = true
|
|
no_gaps_when_only = true
|
|
}
|
|
|
|
gestures {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
workspace_swipe = off
|
|
}
|
|
|
|
misc {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers
|
|
enable_swallow = true
|
|
swallow_regex = ^(st|foot|footclient)$
|
|
mouse_move_enables_dpms = true
|
|
}
|
|
|
|
# Window rules
|
|
windowrule = tile,title:^(VRChat)$
|
|
windowrule = tile,title:^(nsxiv)$
|
|
windowrule = rounding 0,title:^(rofi.*)$
|
|
# windowrule = opacity 0.99,title:^(Obsidian.*)$
|
|
|
|
$mainMod = SUPER
|
|
|
|
# Program spawning hotkeys
|
|
bind = CONTROL ALT, BACKSPACE, exec, foot -e zsh -c 'btop'
|
|
bind = $mainMod, RETURN, exec, foot
|
|
bind = $mainMod, W, exec, firefox
|
|
bind = $mainMod, E, exec, foot -e zsh -c 'tmp="$(mktemp)" && command lf -last-dir-path="$tmp" "$@" && test -f "$tmp" && dir="$(command cat "$tmp")" && rm -f "$tmp" && test -d "$dir" && cd "$dir" && exec $SHELL'
|
|
bind = $mainMod SHIFT, E, exec, emacsclient -c -a 'emacs'
|
|
# bind = $mainMod, C, exec, emacsclient -c -a "emacs" -n --eval '(progn (set-frame-font "FiraCode Nerd Font") (cfw:open-org-calendar))'
|
|
bind = $mainMod, C, exec, foot -e zsh -c 'khal interactive'
|
|
bind = $mainMod, M, exec, foot -e zsh -c 'neomutt'
|
|
|
|
# Menu hoykeys
|
|
bind = $mainMod, R, exec, menu-run
|
|
|
|
# System control keybinds
|
|
binde = $mainMod, MINUS, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-; notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
|
binde = $mainMod SHIFT, MINUS, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-; notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
|
binde = $mainMod, EQUAL, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+; notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
|
binde = $mainMod SHIFT, EQUAL, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+; notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
|
binde = ,F7, exec, change-brightness up
|
|
binde = ,XF86MonBrightnessUp, exec, change-brightness up
|
|
binde = ,F6, exec, change-brightness down
|
|
binde = ,XF86MonBrightnessDown, exec, change-brightness down
|
|
bind = $mainMod, L, exec, hyprctl dispatch dpms off; swaylock -e -c 000000
|
|
|
|
|
|
# Print area, screen, and all, respectively
|
|
bind = $mainMod, P, exec, grimblast --freeze copysave area /tmp/screenshot; mv /tmp/screenshot ~/$(rofi -dmenu -l 0 -p "Screenshot filename:" < /dev/null).png
|
|
bind = $mainMod SHIFT, P, exec, grimblast --freeze copysave output /tmp/screenshot; mv /tmp/screenshot ~/$(rofi -dmenu -l 0 -p "Screenshot filename:" < /dev/null).png
|
|
bind = $mainMod CONTROL SHIFT, P, exec, grimblast --freeze copysave screen /tmp/screenshot; mv /tmp/screenshot ~/$(rofi -dmenu -l 0 -p "Screenshot filename:" < /dev/null).png
|
|
|
|
# Launch menu scripts with Super-D keychord
|
|
bind = $mainMod, D, exec, hyprctl dispatch submap menu-submap; sleep 2; hyprctl dispatch submap reset
|
|
submap = menu-submap
|
|
bind = ,O, exec, menu-wpio sink
|
|
bind = ,O, submap, reset
|
|
bind = ,I, exec, menu-wpio source
|
|
bind = ,I, submap, reset
|
|
bind = ,L, exec, hyprmonitors menu
|
|
bind = ,L, submap, reset
|
|
bind = ,P, exec, rofi-pass
|
|
bind = ,P, submap, reset
|
|
submap = reset
|
|
|
|
# Hide waybar
|
|
bind = $mainMod, B, exec, pkill -SIGUSR1 waybar
|
|
|
|
# Kill commands
|
|
bind = $mainMod CONTROL SHIFT, Q, exit,
|
|
bind = $mainMod, Q, killactive,
|
|
|
|
# Change gaps
|
|
binde = $mainMod, Z, exec, hyprgaps -i 3
|
|
binde = $mainMod, X, exec, hyprgaps -d 3
|
|
bind = $mainMod, A, exec, hyprgaps -t
|
|
bind = $mainMod SHIFT, A, exec, hyprgaps -r
|
|
|
|
# Master stack movement commands
|
|
bind = $mainMod, J, layoutmsg, cyclenext
|
|
bind = $mainMod SHIFT, J, layoutmsg, swapnext
|
|
bind = $mainMod, K, layoutmsg, cycleprev
|
|
bind = $mainMod SHIFT, K, layoutmsg, swapprev
|
|
bind = $mainMod SHIFT, L, splitratio, +0.05
|
|
bind = $mainMod SHIFT, H, splitratio, -0.05
|
|
|
|
# Changing number of masters
|
|
bind = $mainMod, O, layoutmsg, addmaster
|
|
bind = $mainMod SHIFT, O, layoutmsg, removemaster
|
|
|
|
# Change tiling direction
|
|
bind = $mainMod, T, layoutmsg, orientationleft
|
|
bind = $mainMod SHIFT, T, layoutmsg, orientationtop
|
|
|
|
# Special windows
|
|
bind = $mainMod, F, togglefloating,
|
|
bind = $mainMod SHIFT, F, fakefullscreen
|
|
bind = $mainMod, S, togglespecialworkspace, magic
|
|
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
|
|
|
# Switch workspaces with mainMod + [0-9]
|
|
bind = $mainMod, 1, exec, hyprdwm goto 1
|
|
bind = $mainMod, 2, exec, hyprdwm goto 2
|
|
bind = $mainMod, 3, exec, hyprdwm goto 3
|
|
bind = $mainMod, 4, exec, hyprdwm goto 4
|
|
bind = $mainMod, 5, exec, hyprdwm goto 5
|
|
bind = $mainMod, 6, exec, hyprdwm goto 6
|
|
bind = $mainMod, 7, exec, hyprdwm goto 7
|
|
bind = $mainMod, 8, exec, hyprdwm goto 8
|
|
bind = $mainMod, 9, exec, hyprdwm goto 9
|
|
bind = $mainMod, 0, exec, hyprdwm goto 10
|
|
|
|
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
|
bind = $mainMod SHIFT, 1, exec, hyprdwm moveto 1
|
|
bind = $mainMod SHIFT, 2, exec, hyprdwm moveto 2
|
|
bind = $mainMod SHIFT, 3, exec, hyprdwm moveto 3
|
|
bind = $mainMod SHIFT, 4, exec, hyprdwm moveto 4
|
|
bind = $mainMod SHIFT, 5, exec, hyprdwm moveto 5
|
|
bind = $mainMod SHIFT, 6, exec, hyprdwm moveto 6
|
|
bind = $mainMod SHIFT, 7, exec, hyprdwm moveto 7
|
|
bind = $mainMod SHIFT, 8, exec, hyprdwm moveto 8
|
|
bind = $mainMod SHIFT, 9, exec, hyprdwm moveto 9
|
|
bind = $mainMod SHIFT, 9, exec, hyprdwm moveto 10
|
|
|
|
# Moving windows between monitors
|
|
bind = $mainMod SHIFT, COMMA, movewindow, mon:l
|
|
bind = $mainMod SHIFT, LEFT, movewindow, mon:l
|
|
bind = $mainMod SHIFT, PERIOD, movewindow, mon:r
|
|
bind = $mainMod SHIFT, RIGHT, movewindow, mon:r
|
|
|
|
# Moving focus between monitors
|
|
bind = $mainMod, COMMA, exec, hyprctl dispatch focusmonitor l
|
|
bind = $mainMod, LEFT, exec, hyprctl dispatch focusmonitor l
|
|
bind = $mainMod, PERIOD, exec, hyprctl dispatch focusmonitor r
|
|
bind = $mainMod, RIGHT, exec, hyprctl dispatch focusmonitor r
|
|
|
|
# Scroll through existing workspaces with mainMod + scroll
|
|
bind = $mainMod, mouse_down, workspace, e+1
|
|
bind = $mainMod, mouse_up, workspace, e-1
|
|
|
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
|
bindm = $mainMod, mouse:272, movewindow
|
|
bindm = $mainMod, mouse:273, resizewindow
|
|
|
|
exec-once = startw
|
|
|