44 lines
959 B
Plaintext
44 lines
959 B
Plaintext
################
|
|
### STARTUP ###
|
|
################
|
|
|
|
$terminal = kitty
|
|
$fileManager = dolphin
|
|
# $menu = qs -c noctalia-shell ipc call launcher toggle
|
|
$menu = vicinae open
|
|
$browser = qutebrowser
|
|
$menuBar = qs -c noctalia-shell
|
|
$shellWrapper = qs -c noctalia-shell
|
|
|
|
exec-once = qs -c noctalia-shell
|
|
exec-once = systemctl --user start hyprpolkitagent
|
|
|
|
#############################
|
|
### ENVIRONMENT VARIABLES ###
|
|
#############################
|
|
|
|
# See https://wiki.hypr.land/Configuring/Environment-variables/
|
|
|
|
env = XCURSOR_SIZE,24
|
|
env = HYPRCURSOR_SIZE,24
|
|
|
|
|
|
#_____________________________#
|
|
|
|
$base = /home/venus/.config/hypr
|
|
$basic = $base/basic
|
|
|
|
|
|
source = $basic/looks.conf
|
|
source = $base/noctalia/noctalia-colors.conf
|
|
source = $basic/keybinds.conf
|
|
source = $basic/windows.conf
|
|
source = $basic/plugins.conf
|
|
source = $basic/inputs.conf
|
|
source = $basic/permissions.conf
|
|
source = $base/monitors.conf
|
|
|
|
|
|
source = /home/venus/.config/hypr/noctalia/noctalia-colors.conf
|
|
|