38 lines
814 B
Plaintext
38 lines
814 B
Plaintext
################
|
|
### STARTUP ###
|
|
################
|
|
|
|
$terminal = kitty
|
|
$fileManager = dolphin
|
|
$menu = qs -c noctalia-shell ipc call launcher toggle
|
|
$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
|
|
|
|
|
|
#_____________________________#
|
|
|
|
$path = /home/venus/.config/hypr
|
|
|
|
|
|
source = $path/looks.conf
|
|
source = $path/noctalia/noctalia-colors.conf
|
|
source = $path/keybinds.conf
|
|
source = $path/windows.conf
|
|
source = $path/plugins.conf
|
|
source = $path/inputs.conf
|
|
source = $path/permissions.conf
|
|
|