reorder hyprland configs and use var to store config dir path
This commit is contained in:
parent
d16efda58f
commit
f558e4ff10
5 changed files with 171 additions and 19 deletions
|
|
@ -1,16 +1,4 @@
|
|||
|
||||
# #######################################################################################
|
||||
# AUTOGENERATED HYPR CONFIG.
|
||||
# PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT,
|
||||
# OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
||||
# #######################################################################################
|
||||
|
||||
#
|
||||
# Please note not all available settings / options are set here.
|
||||
# For a full list, see the wiki
|
||||
#
|
||||
|
||||
#autogenerated = 1 # remove this line to remove the warning
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
# PC
|
||||
|
|
@ -19,11 +7,8 @@ monitor=DP-1,2560x1440@144,auto,auto
|
|||
# Laptop
|
||||
monitor=eDP-1,1920x1080@60,auto,1.20
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
source = ~/.config/hypr/config/startup.conf
|
||||
|
||||
# PyWal Colors
|
||||
source = ~/.cache/wal/colors-hyprland.conf
|
||||
|
|
@ -61,9 +46,12 @@ env = MONOSPACE_FONT_NAME,JetBrainsMono Nerd Font 5
|
|||
env = FONT_ANTIALIASING,rgba
|
||||
env = FONT_HINTING,full
|
||||
|
||||
source = ~/.config/hypr/config/environments/nvidia.conf
|
||||
source = ~/.config/hypr/config/keybinds.conf
|
||||
source = ~/.config/hypr/config/rules.conf
|
||||
$hypr = ~/.config/hypr/hyprland
|
||||
|
||||
source = $hypr/env.conf
|
||||
source = $hypr/execs.conf
|
||||
source = $hypr/keybinds.conf
|
||||
source = $hypr/rules.conf
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue