Compare commits

..

2 commits

Author SHA1 Message Date
Benjamin Palko
1653187813 add quickshell to symlinks 2025-07-11 15:38:42 -04:00
Benjamin Palko
42240dd6f6 organize hyprland configs 2025-07-11 15:38:42 -04:00

View file

@ -1,12 +1,5 @@
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more
# See https://wiki.hyprland.org/Configuring/Monitors/
# PC
monitor=DP-1,2560x1440@144,auto,auto
# Laptop
monitor=eDP-1,1920x1080@60,auto,1.20
# Programs # Programs
$terminal = kitty $terminal = kitty
$fileManager = Thunar $fileManager = Thunar
@ -17,15 +10,12 @@ $lockScreen = hyprlock
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER $mainMod = SUPER
$hypr = ~/.config/hypr/hyprland # See https://wiki.hyprland.org/Configuring/Monitors/
# PC
monitor=DP-1,2560x1440@144,auto,auto
source = $hypr/animations.conf # Laptop
source = $hypr/colours.conf monitor=eDP-1,1920x1080@60,auto,1.20
source = $hypr/decorations.conf
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/ # For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input { input {
@ -84,3 +74,12 @@ device {
sensitivity = -0.5 sensitivity = -0.5
} }
$hypr = ~/.config/hypr/hyprland
source = $hypr/animations.conf
source = $hypr/colours.conf
source = $hypr/decorations.conf
source = $hypr/env.conf
source = $hypr/execs.conf
source = $hypr/keybinds.conf
source = $hypr/rules.conf