Compare commits
2 commits
1653187813
...
c5d80bdb57
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5d80bdb57 | ||
|
|
30ff2dbda3 |
1 changed files with 15 additions and 14 deletions
|
|
@ -1,5 +1,12 @@
|
||||||
# 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
|
||||||
|
|
@ -10,12 +17,15 @@ $lockScreen = hyprlock
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
$hypr = ~/.config/hypr/hyprland
|
||||||
# PC
|
|
||||||
monitor=DP-1,2560x1440@144,auto,auto
|
|
||||||
|
|
||||||
# Laptop
|
source = $hypr/animations.conf
|
||||||
monitor=eDP-1,1920x1080@60,auto,1.20
|
source = $hypr/colours.conf
|
||||||
|
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 {
|
||||||
|
|
@ -74,12 +84,3 @@ 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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue