From a879cc0d2a3409d362c638132a5a2a73acac49e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Tue, 26 Mar 2024 12:59:04 +0100 Subject: [PATCH] Tue Mar 26 12:53:03 PM CET 2024 --- hypr/hyprland.conf | 66 ++++++++++++++++++++++----------------------- hypr/hyprpaper.conf | 2 +- waybar/config | 2 +- 3 files changed, 35 insertions(+), 35 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 0ec271f..7413a4a 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -5,53 +5,53 @@ env = TERMINAL,alacritty $scripts = /home/user/.config/scripts monitor=DP-2,preferred,0x550,1 -monitor=DP-1,preferred,1920x0,1,bitdepth,10 +monitor=DP-3,preferred,1920x0,1 monitor=HDMI-A-1,preferred,5760x550,1 exec-once=hyprpaper exec-once=wl-paste --type text --watch cliphist store exec-once=wl-paste --type image --watch cliphist store exec-once=/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 exec-once=/usr/lib/kdeconnectd -exec-once=sleep 2 && hyprctl dispatch workspace 11 +exec-once=sleep 2 && hyprctl dispatch workspace 21 -workspace=DP-1,11 -workspace=DP-2,21 +workspace=DP-2,11 +workspace=DP-3,21 workspace=HDMI-A-1,1 -workspace=1,monitor:HDMI-A-1, default:true -workspace=2,monitor:HDMI-A-1 -workspace=3,monitor:HDMI-A-1 -workspace=4,monitor:HDMI-A-1 -workspace=5,monitor:HDMI-A-1 -workspace=6,monitor:HDMI-A-1 -workspace=7,monitor:HDMI-A-1 -workspace=8,monitor:HDMI-A-1 -workspace=9,monitor:HDMI-A-1 +workspace=21,monitor:HDMI-A-1, default:true +workspace=22,monitor:HDMI-A-1 +workspace=23,monitor:HDMI-A-1 +workspace=24,monitor:HDMI-A-1 +workspace=25,monitor:HDMI-A-1 +workspace=26,monitor:HDMI-A-1 +workspace=27,monitor:HDMI-A-1 +workspace=28,monitor:HDMI-A-1 +workspace=29,monitor:HDMI-A-1 -workspace=11,monitor:DP-1, default:true -workspace=12,monitor:DP-1 -workspace=13,monitor:DP-1 -workspace=14,monitor:DP-1 -workspace=15,monitor:DP-1 -workspace=16,monitor:DP-1 -workspace=17,monitor:DP-1 -workspace=18,monitor:DP-1 -workspace=19,monitor:DP-1 +workspace=1,monitor:DP-2, default:true +workspace=2,monitor:DP-2 +workspace=3,monitor:DP-2 +workspace=4,monitor:DP-2 +workspace=5,monitor:DP-2 +workspace=6,monitor:DP-2 +workspace=7,monitor:DP-2 +workspace=8,monitor:DP-2 +workspace=9,monitor:DP-2 -workspace=21,monitor:DP-2, default:true -workspace=22,monitor:DP-2 -workspace=23,monitor:DP-2 -workspace=24,monitor:DP-2 -workspace=25,monitor:DP-2 -workspace=26,monitor:DP-2 -workspace=27,monitor:DP-2 -workspace=28,monitor:DP-2 -workspace=29,monitor:DP-2 +workspace=11,monitor:DP-3, default:true +workspace=12,monitor:DP-3 +workspace=13,monitor:DP-3 +workspace=14,monitor:DP-3 +workspace=15,monitor:DP-3 +workspace=16,monitor:DP-3 +workspace=17,monitor:DP-3 +workspace=18,monitor:DP-3 +workspace=19,monitor:DP-3 # windowrulev2 = tile, class:.* windowrulev2 = float, title:^(rofi)(.*)$ -windowrulev2 = center,title:^(rofi)(.*)$ -windowrulev2 = noborder,title:^(rofi)(.*)$ +windowrulev2 = center, title:^(rofi)(.*)$ +windowrulev2 = noborder, title:^(rofi)(.*)$ windowrulev2 = stayfocused, title:^()$,class:^(steam)$ windowrulev2 = minsize 1 1, title:^()$,class:^(steam)$ windowrulev2 = stayfocused, title:^()$,class:^(steam)$ diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index d7ab20a..d555317 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -1,6 +1,6 @@ ipc = off splash = false preload = ~/.config/awesome/images/wallpaper.png -wallpaper = DP-1,~/.config/awesome/images/wallpaper.png +wallpaper = DP-3,~/.config/awesome/images/wallpaper.png wallpaper = DP-2,~/.config/awesome/images/wallpaper.png wallpaper = HDMI-A-1,~/.config/awesome/images/wallpaper.png diff --git a/waybar/config b/waybar/config index 2360d38..495563a 100644 --- a/waybar/config +++ b/waybar/config @@ -2,7 +2,7 @@ "layer": "top", // Waybar at top layer "height": 35, // Waybar height (to be removed for auto height) "spacing": 4, // Gaps between modules (4px) - "output": "DP-1", + "output": "DP-3", "modules-left": ["wlr/taskbar"], "modules-center": ["hyprland/workspaces"], "modules-right": ["tray", "wireplumber", "cpu#cpu2", "cpu", "memory", "custom/updates", "temperature", "battery", "clock", "clock#clock2"],