dots-of-war/hyprland/.config/hypr/hyprland.conf

162 lines
4.5 KiB
Text
Raw Permalink Normal View History

2023-03-16 14:15:20 +00:00
monitor=,preferred,auto,1
exec-once = swaybg -m fill --image /home/leon/Pictures/green_leaves.jpg & mako
2023-03-16 16:26:29 +00:00
env = $WOBSOCK,$XDG_RUNTIME_DIR/wob.sock
exec-once = mkfifo $WOBSOCK && tail -f $WOBSOCK | wob
exec-once = eww open bar
2023-03-16 14:15:20 +00:00
# Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf
# Some default env vars.
env = XCURSOR_SIZE,24
input {
kb_layout = us
kb_variant =
kb_model =
2023-03-16 16:26:29 +00:00
kb_options = compose:ralt
2023-03-16 14:15:20 +00:00
kb_rules =
follow_mouse = 1
touchpad {
natural_scroll = yes
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}
general {
gaps_in = 5
gaps_out = 10
2023-03-16 14:15:20 +00:00
border_size = 1
col.active_border = rgba(8ec07cff)
col.inactive_border = rgba(595959aa)
layout = dwindle
}
decoration {
rounding = 0
blur = no
2023-03-16 14:15:20 +00:00
blur_size = 3
blur_passes = 1
blur_new_optimizations = on
drop_shadow = yes
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
}
animations {
enabled = yes
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 2, myBezier
animation = windowsOut, 1, 2, default, popin 80%
animation = border, 1, 10, default
animation = borderangle, 1, 8, default
animation = fade, 1, 2, default
animation = workspaces, 1, 2, default
}
dwindle {
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 {
new_is_master = true
}
gestures {
workspace_swipe = on
workspace_swipe_create_new = on
}
device:epic mouse V1 {
sensitivity = -0.5
}
2023-03-16 16:35:34 +00:00
bind = SUPER SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy
bind = SUPER, Return, exec, foot
bind = SUPER SHIFT, B, exec, google-chrome-stable --enable-features=TouchpadOverscrollHistoryNavigation
bind = SUPER, Q, killactive,
bind = SUPER, M, exit,
bind = SUPER, g, togglefloating,
bind = SUPER SHIFT, P, exec, rofi -show drun
bind = SUPER, P, pseudo, # dwindle
bind = SUPER, v, togglesplit, # dwindle
2023-03-17 19:06:30 +00:00
bind = SUPER, f, fullscreen, 1 # dwindle
bind = SUPER SHIFT, f, fullscreen, 0 # dwindle
2023-03-16 16:26:29 +00:00
bind = ,XF86AudioRaiseVolume, exec, pamixer -ui 2 && pamixer --get-volume > $WOBSOCK
bind = ,XF86AudioLowerVolume, exec, pamixer -ud 2 && pamixer --get-volume > $WOBSOCK
bind = ,XF86AudioMute, exec, pamixer --toggle-mute && ( pamixer --get-mute && echo 0 > $WOBSOCK ) || pamixer --get-volume > $WOBSOCK
bind = ,XF86MonBrightnessDown, exec, brightnessctl set 5%- | sed -En 's/.*\(([0-9]+)%\).*/\1/p' | tee /tmp/brightness > $WOBSOCK
bind = ,XF86MonBrightnessUp, exec, brightnessctl set +5% | sed -En 's/.*\(([0-9]+)%\).*/\1/p' | tee /tmp/brightness > $WOBSOCK
2023-03-17 12:08:38 +00:00
bind = SUPER, t, togglegroup
bind = SUPER, tab, changegroupactive, f
bind = SUPER SHIFT, tab, changegroupactive, b
bind = SUPER CONTROL SHIFT, h, moveintogroup, l
bind = SUPER CONTROL SHIFT, l, moveintogroup, r
bind = SUPER CONTROL SHIFT, k, moveintogroup, u
bind = SUPER CONTROL SHIFT, j, moveintogroup, d
bind = SUPER CONTROL SHIFT, n, moveoutofgroup
2023-03-16 16:26:29 +00:00
2023-03-16 16:35:34 +00:00
bind = SUPER, h, movefocus, l
bind = SUPER, l, movefocus, r
bind = SUPER, k, movefocus, u
bind = SUPER, j, movefocus, d
bind = SUPER SHIFT, h, movewindow, l
bind = SUPER SHIFT, l, movewindow, r
bind = SUPER SHIFT, k, movewindow, u
bind = SUPER SHIFT, j, movewindow, d
2023-03-17 12:08:38 +00:00
bind = SUPER CONTROL, h, resizeactive, -50 0
bind = SUPER CONTROL, l, resizeactive, 50 0
bind = SUPER CONTROL, k, resizeactive, 0 -50
bind = SUPER CONTROL, j, resizeactive, 0 50
2023-03-16 16:35:34 +00:00
# SwitcSUPERaces with mainMod + [0-9]
bind = SUPER, 1, workspace, 1
bind = SUPER, 2, workspace, 2
bind = SUPER, 3, workspace, 3
bind = SUPER, 4, workspace, 4
bind = SUPER, 5, workspace, 5
bind = SUPER, 6, workspace, 6
bind = SUPER, 7, workspace, 7
bind = SUPER, 8, workspace, 8
bind = SUPER, 9, workspace, 9
bind = SUPER, 0, workspace, 10
# Move SUPERindow to a workspace with mainMod + SHIFT + [0-9]
bind = SUPER SHIFT, 1, movetoworkspace, 1
bind = SUPER SHIFT, 2, movetoworkspace, 2
bind = SUPER SHIFT, 3, movetoworkspace, 3
bind = SUPER SHIFT, 4, movetoworkspace, 4
bind = SUPER SHIFT, 5, movetoworkspace, 5
bind = SUPER SHIFT, 6, movetoworkspace, 6
bind = SUPER SHIFT, 7, movetoworkspace, 7
bind = SUPER SHIFT, 8, movetoworkspace, 8
bind = SUPER SHIFT, 9, movetoworkspace, 9
bind = SUPER SHIFT, 0, movetoworkspace, 10
# ScrolSUPERh existing workspaces with mainMod + scroll
bind = SUPER, mouse_down, workspace, e+1
bind = SUPER, mouse_up, workspace, e-1
# Move/SUPERindows with mainMod + LMB/RMB and dragging
bindm = SUPER, mouse:272, movewindow
bindm = SUPER, mouse:273, resizewindow