updated hyprland.conf to lua
This commit is contained in:
59
hyprland.conf.bk
Normal file
59
hyprland.conf.bk
Normal file
@@ -0,0 +1,59 @@
|
||||
################
|
||||
### 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
|
||||
$blkmanager = udiskie
|
||||
$email = thunderbird
|
||||
|
||||
exec-once = qs -c noctalia-shell
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = udiskie
|
||||
exec-once = hyprpm reload -n
|
||||
exec-once = kdeconnectd
|
||||
exec-once = hyprshell run &
|
||||
exec-once = [workspace special:discord silent] vesktop -m
|
||||
exec-once = [workspace special:email silent] $email
|
||||
exec-once = [workspace special:notes silent] obsidian
|
||||
exec-once = protonmail-bridge --no-window
|
||||
|
||||
general:layout = dwindle
|
||||
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
#############################
|
||||
|
||||
# See https://wiki.hypr.land/Configuring/Environment-variables/
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||
|
||||
#_____________________________#
|
||||
|
||||
$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
|
||||
#wayland rules in basic/windows.conf
|
||||
|
||||
source = $base/noctalia/noctalia-colors.conf
|
||||
|
||||
|
||||
source = /home/venus/.config/hypr/noctalia/noctalia-colors.conf
|
||||
|
||||
Reference in New Issue
Block a user