update hyprland settings

This commit is contained in:
2025-12-02 01:58:24 -06:00
parent 1c7f32eead
commit 0d19429e61
+20 -14
View File
@@ -8,9 +8,26 @@
################
# See https://wiki.hyprland.org/Configuring/Monitors/
# built-in monitor
monitor=,preferred,auto,1
monitor=DP-1,3840x2160@60,right,1.5
monitor=HDMI-A-1,2560x1440@59.95,right,1.5
monitorv2 {
output = DP-1
mode = 3840x2160@60
position = auto-right
scale = 1.5
transform = 0
}
monitorv2 {
output = DP-1
mode = 3840x2160@30
position = auto-right
scale = 1.5
transform = 0
}
monitor=,,auto-right,1.5
monitor=HDMI-A-1,preferred,auto-right,1.5
###################
### MY PROGRAMS ###
@@ -21,7 +38,7 @@ monitor=HDMI-A-1,2560x1440@59.95,right,1.5
# Set programs that you use
$terminal = alacritty
$fileManager = dolphin
$menu = wofi --show drun
$menu = wofi --show
#################
@@ -91,7 +108,6 @@ decoration {
# https://wiki.hyprland.org/Configuring/Variables/#animations
animations {
enabled = false;
first_launch_animation = false;
workspace_wraparound = false;
}
@@ -144,16 +160,6 @@ input {
}
}
# https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures {
workspace_swipe = false
}
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
device { }
###################
### KEYBINDINGS ###
###################