Compare commits
2 commits
c5d80bdb57
...
1653187813
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1653187813 | ||
|
|
42240dd6f6 |
1 changed files with 14 additions and 15 deletions
|
|
@ -1,12 +1,5 @@
|
|||
# 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
|
||||
$terminal = kitty
|
||||
$fileManager = Thunar
|
||||
|
|
@ -17,15 +10,12 @@ $lockScreen = hyprlock
|
|||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$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
|
||||
source = $hypr/colours.conf
|
||||
source = $hypr/decorations.conf
|
||||
source = $hypr/env.conf
|
||||
source = $hypr/execs.conf
|
||||
source = $hypr/keybinds.conf
|
||||
source = $hypr/rules.conf
|
||||
# Laptop
|
||||
monitor=eDP-1,1920x1080@60,auto,1.20
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
|
|
@ -84,3 +74,12 @@ device {
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue