dotfiles/home/.config/hypr/hyprland.conf

123 lines
2.6 KiB
Plaintext
Raw Normal View History

2022-11-07 21:59:52 +00:00
################
### MONITORS ###
################
2022-10-29 18:25:42 +00:00
# Should be configured per-profile
2022-11-20 01:11:02 +00:00
# monitor = HDMI-A-2, 1920x1080@60, 0x0, 1
# monitor = eDP-1, 1920x1080@60, 1920x0, 1
2023-02-02 12:02:27 +00:00
monitor = , preferred, auto, 1
2022-11-07 21:59:52 +00:00
#################
### AUTOSTART ###
#################
2022-10-29 18:25:42 +00:00
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE
exec-once = sleep 1 && systemctl --user start wayland-session.target # Hyprland socket sometimes isn't yet loaded, sleep for sec
2022-10-29 18:25:42 +00:00
# exec-once = aa-notify -p
# exec-once = udiskie -A -T
2022-10-29 18:38:38 +00:00
# exec-once = nm-applet --indicator
2022-10-29 18:25:42 +00:00
2023-08-04 09:46:15 +00:00
exec-once = discord
2022-11-07 21:59:52 +00:00
# exec-once = webcord --start-minimized
2022-10-29 18:25:42 +00:00
2023-10-09 17:28:26 +00:00
###############
### PLUGINS ###
###############
exec-once=hyprctl plugin load $HOME/.local/share/hyprload/plugins/bin/dwindle-autogroup.so
2022-11-07 21:59:52 +00:00
#########################
### CATEGORY SETTINGS ###
#########################
2022-10-29 18:25:42 +00:00
general {
gaps_in = 5
gaps_out = 8
border_size = 2
2022-11-07 21:59:52 +00:00
2022-10-29 18:25:42 +00:00
#col.active_border = 0xFF327BD1 # blue
col.active_border = 0xFFFFA500 # orange
2022-11-07 21:59:52 +00:00
# col.inactive_border = 0xFF000000 # black
col.inactive_border = 0xAA444444 # gray
2023-07-22 21:32:22 +00:00
col.group_border=0xAA5AA500
col.group_border_active=0xFF00A500
2022-11-09 11:49:18 +00:00
# cursor_inactive_timeout = 10
2022-11-07 21:59:52 +00:00
# no_cursor_warps = true
2022-10-29 18:25:42 +00:00
layout = dwindle
}
decoration {
rounding = 8
2022-11-07 21:59:52 +00:00
2023-08-04 09:46:01 +00:00
blur {
enabled = true
size = 3
passes = 2
new_optimizations = true
}
2022-11-07 21:59:52 +00:00
drop_shadow = true
2023-01-25 00:45:34 +00:00
shadow_range = 20
2022-11-07 21:59:52 +00:00
shadow_render_power = 2
shadow_ignore_window = true
shadow_offset = [0 0]
col.shadow = 0xE60F0F0F
2023-01-25 00:45:34 +00:00
# col.shadow = 0xFFFFA500
2022-11-07 21:59:52 +00:00
col.shadow_inactive = 0x990F0F0F
dim_inactive = false
dim_strength = 0.05
2022-10-29 18:25:42 +00:00
}
animations {
2022-11-07 21:59:52 +00:00
enabled = true
2022-10-29 18:25:42 +00:00
animation = windows, 1, 3, default, popin 50%
animation = border, 1, 4, default
animation = fade, 1, 4, default
animation = workspaces, 1, 3, default
}
2022-11-07 21:59:52 +00:00
input {
kb_layout = us, sk
kb_variant = ,qwerty
kb_options = grp:alt_shift_toggle
numlock_by_default=true
follow_mouse = 1
}
gestures {
workspace_swipe = true
workspace_swipe_fingers = 3
workspace_swipe_distance = 300
workspace_swipe_invert = false
workspace_swipe_min_speed_to_force = 20
workspace_swipe_cancel_ratio = 0.650000
}
misc {
disable_hyprland_logo = true
disable_splash_rendering = true
}
2022-10-29 18:25:42 +00:00
dwindle {
2022-11-07 21:59:52 +00:00
pseudotile = false
preserve_split = true
no_gaps_when_only = false
2023-07-22 21:32:22 +00:00
#smart_split = true
2022-10-29 18:25:42 +00:00
}
2023-07-22 21:40:28 +00:00
#######################
### EXTERNAL CONFIG ###
#######################
source = ~/.config/hypr/keybinds.conf
source = ~/.config/hypr/window_rules.conf