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
|
2023-01-25 17:19:13 +00:00
|
|
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE
|
2023-03-26 11:03:56 +00:00
|
|
|
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
|
|
|
|
2023-02-02 12:03:16 +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
|
|
|
|
2022-11-07 21:59:52 +00:00
|
|
|
#########################
|
|
|
|
### CATEGORY SETTINGS ###
|
|
|
|
#########################
|
2022-10-29 18:25:42 +00:00
|
|
|
|
|
|
|
general {
|
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
|
|
|
|
}
|
|
|
|
|
2022-11-07 21:59:52 +00:00
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2023-10-10 18:20:25 +00:00
|
|
|
group {
|
|
|
|
insert_after_current = true
|
|
|
|
focus_removed_window = true
|
|
|
|
}
|
|
|
|
|
2022-11-07 21:59:52 +00:00
|
|
|
misc {
|
2023-10-10 18:20:25 +00:00
|
|
|
# follow requests from windows to be focused
|
|
|
|
focus_on_activate = true
|
|
|
|
}
|
|
|
|
|
|
|
|
debug {
|
|
|
|
overlay = false
|
2022-11-07 21:59:52 +00:00
|
|
|
}
|
|
|
|
|
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 ###
|
|
|
|
#######################
|
2024-02-17 21:53:00 +00:00
|
|
|
source = ~/.config/hypr/input.conf
|
|
|
|
source = ~/.config/hypr/style.conf
|
2023-07-22 21:40:28 +00:00
|
|
|
source = ~/.config/hypr/keybinds.conf
|
|
|
|
source = ~/.config/hypr/window_rules.conf
|
2023-12-10 01:22:19 +00:00
|
|
|
source = ~/.config/hypr/plugins.conf
|
2023-10-10 18:22:13 +00:00
|
|
|
|
|
|
|
# vi: ft=hypr
|