diff options
Diffstat (limited to 'config/hyprland/hypr')
-rw-r--r-- | config/hyprland/hypr/hyprland.conf | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 58cc4c1..7ae5795 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -1,14 +1,13 @@ - -# See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,auto - +monitor=HDMI-A-1, 1920x1080, 0x0, 1 +monitor=VGA-1, 1920x1080, 1920x0, 1 +monitor=,preferred,auto,1 # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch exec-once = gammastep # exec-once = waybar -exec-once = swaybg -i ~/pictures/nord_background3.jpg +exec-once = swaybg -i ~/pictures/wallpaper # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf @@ -106,8 +105,6 @@ $term = alacritty $mainMod = SUPER bind = $mainMod, Return, exec, $term -bind = $mainMod, U, exec, brightnessctl 10%- -bind = $mainMod, Y, exec, brightnessctl 10%+ bind = $mainMod, C, killactive, bind = $mainMod SHIFT, Q, exit, bind = $mainMod, F, togglefloating, |