54 lines
942 B
Plaintext
54 lines
942 B
Plaintext
#########
|
|
#monitor#
|
|
#########
|
|
|
|
monitor=,preferred,auto,1
|
|
|
|
######
|
|
#apps#
|
|
######
|
|
|
|
source = ~/.config/hypr/apps.conf
|
|
|
|
|
|
$mainMod = SUPER
|
|
|
|
##########
|
|
#Keybinds#
|
|
##########
|
|
|
|
source = ~/.config/hypr/keybinds.conf
|
|
|
|
###########
|
|
#Variables#
|
|
###########
|
|
|
|
source = ~/.config/hypr/variables.conf
|
|
|
|
#########
|
|
#Startup#
|
|
#########
|
|
|
|
exec-once = swaync &
|
|
exec-once = swww-daemon &
|
|
exec-once = hypridle &
|
|
exec-once=systemctl --user start plasma-polkit-agent &
|
|
|
|
source = ~/.config/hypr/lastWallpaper.conf
|
|
|
|
exec-once=waybar
|
|
exec-once = $network-tray
|
|
exec-once = $bluetooth-tray
|
|
exec-once = wl-clipboard-history -t
|
|
exec-once = wl-paste --watch cliphist store
|
|
exec-once = rm "$HOME/.cache/cliphist/db" #it'll delete history at every restart
|
|
exec-once = $discord --start-minimized
|
|
|
|
|
|
### Comment if you don't have an nvidia gpu
|
|
env = LIBVA_DRIVER_NAME,nvidia
|
|
env = XDG_SESSION_TYPE,wayland
|
|
env = GBM_BACKEND,nvidia-drm
|
|
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
|
|