mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
69 lines
1.5 KiB
Plaintext
69 lines
1.5 KiB
Plaintext
# #################
|
|
# ### AUTOSTART ###
|
|
# #################
|
|
|
|
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
|
|
|
|
# exec-once = aa-notify -p
|
|
# exec-once = udiskie -A -T
|
|
# exec-once = nm-applet --indicator
|
|
|
|
exec-once = discord
|
|
# exec-once = webcord --start-minimized
|
|
|
|
|
|
# #########################
|
|
# ### CATEGORY SETTINGS ###
|
|
# #########################
|
|
|
|
general {
|
|
# cursor_inactive_timeout = 10
|
|
# no_cursor_warps = true
|
|
|
|
layout = dwindle
|
|
}
|
|
|
|
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
|
|
}
|
|
|
|
group {
|
|
insert_after_current = true
|
|
focus_removed_window = true
|
|
}
|
|
|
|
misc {
|
|
# follow requests from windows to be focused
|
|
focus_on_activate = true
|
|
}
|
|
|
|
debug {
|
|
overlay = false
|
|
}
|
|
|
|
dwindle {
|
|
pseudotile = false
|
|
preserve_split = true
|
|
no_gaps_when_only = false
|
|
#smart_split = true
|
|
}
|
|
|
|
# #######################
|
|
# ### EXTERNAL CONFIG ###
|
|
# #######################
|
|
|
|
source = ~/.config/hypr/input.conf
|
|
source = ~/.config/hypr/style.conf
|
|
source = ~/.config/hypr/keybinds.conf
|
|
source = ~/.config/hypr/window_rules.conf
|
|
source = ~/.config/hypr/plugins.conf
|
|
|
|
# vi: ft=hyprlang
|