Initial commit after confirming working Lua config
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
#############
|
||||
### DEBUG ###
|
||||
#############
|
||||
# comment out to disable debug
|
||||
source = ~/.config/hypr/debug.conf
|
||||
|
||||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
###################
|
||||
source = ~/.config/hypr/variables.conf
|
||||
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
#############################
|
||||
# source = ~/.config/hypr/env.conf # these need to be loaded by uwsm
|
||||
|
||||
#####################
|
||||
### LOOK AND FEEL ###
|
||||
#####################
|
||||
source = ~/.config/hypr/appearance.conf
|
||||
|
||||
#############
|
||||
### INPUT ###
|
||||
#############
|
||||
source = ~/.config/hypr/input.conf
|
||||
|
||||
###################
|
||||
### KEYBINDINGS ###
|
||||
###################
|
||||
source = ~/.config/hypr/keybindings.conf
|
||||
|
||||
##################
|
||||
### WORKSPACES ###
|
||||
##################
|
||||
source = ~/.config/hypr/workspaces.conf
|
||||
|
||||
###################
|
||||
### WINDOWRULES ###
|
||||
###################
|
||||
source = ~/.config/hypr/windowrules.conf
|
||||
|
||||
##############
|
||||
### MACROS ###
|
||||
##############
|
||||
source = ~/.config/hypr/macros.conf
|
||||
|
||||
#################
|
||||
### AUTOSTART ###
|
||||
#################
|
||||
#source = ~/.config/hypr/autostart.conf
|
||||
exec-once = ~/.config/hypr/scripts/startup.zsh
|
||||
|
||||
Reference in New Issue
Block a user