diff options
Diffstat (limited to '.config')
-rwxr-xr-x | .config/maomao/autostart.sh | 7 | ||||
-rw-r--r-- | .config/maomao/config.conf | 3 | ||||
-rw-r--r-- | .config/waybar/config | 7 | ||||
-rw-r--r-- | .config/waybar/style.css | 24 |
4 files changed, 8 insertions, 33 deletions
diff --git a/.config/maomao/autostart.sh b/.config/maomao/autostart.sh index c0a48a1..7a03929 100755 --- a/.config/maomao/autostart.sh +++ b/.config/maomao/autostart.sh @@ -14,10 +14,6 @@ pkill -f /usr/local/libexec/xdg-desktop-portal-wlr pkill -f waybar waybar & -# Start Kanshi which also starts Yambar -pkill -f kanshi -kanshi & - # $wallpaper is set in your shells config file like below. read -r wallpaper<"$HOME/.cache/wallpaper" pkill -f swaybg @@ -37,3 +33,6 @@ mixer vol.volume="$(grep 'vol.volume=' ~/.cache/audio-volume | awk -F ':' '{prin mixer vol.mute="$(grep 'vol.mute=' ~/.cache/audio-volume | awk -F '=' '{print $2}')" sh "$HOME/.config/waybar/scripts/swayidle-update.sh" + +# Focus HDMI-A-1 if available on startup +mmsg -d focusmon,HDMI-A-1 diff --git a/.config/maomao/config.conf b/.config/maomao/config.conf index f269f22..bdfd78b 100644 --- a/.config/maomao/config.conf +++ b/.config/maomao/config.conf @@ -243,3 +243,6 @@ mousebind=NONE,btn_right,killclient,0 axisbind=SUPER,UP,viewtoleft_have_client axisbind=SUPER,DOWN,viewtoright_have_client +# Monitor Rules +monitorrule=eDP-1,0.55,1,tile,0,1,1920,0 +monitorrule=HDMI-A-1,0.55,1,tile,0,1,0,0 diff --git a/.config/waybar/config b/.config/waybar/config index 7853f33..79d9e2d 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -9,7 +9,6 @@ "modules-left": [ "dwl/tags", "custom/layout", - "dwl/window", ], "modules-center": ["custom/clock"], @@ -27,12 +26,6 @@ "tag-labels": ["1", "2", "3", "4", "5", "6", "7", "8", "9"] }, - "dwl/window": { - "format": "<span color='#202020' bgcolor='#d3869b' > </span> {app_id} - {title}", - "icon":false, - "max-length": 100, - }, - "custom/layout": { "format": "<span color='#202020' bgcolor='#d79921'> </span> {}", "return-type": "json", diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 3291419..70a1a4e 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -36,7 +36,7 @@ window#waybar.hidden { #workspaces button.active, #workspaces button.active:hover, #workspaces button.urgent, -#window, +/* #window, */ #idle_inhibitor, #language, #custom-layout, @@ -56,7 +56,7 @@ window#waybar.hidden { border: 2px solid #202020; } -#window, +/* #window, */ #idle_inhibitor, #language, #custom-layout, @@ -110,26 +110,6 @@ window#waybar.hidden { } /* ================================ */ -/* window */ -/* ================================ */ - -#window { - color: #d3869b; - margin-right: 4px; -} - -window#waybar.empty #window { - background-color: transparent; - color: transparent; - border-bottom: none; - box-shadow: none; - padding-right: 0px; - padding-left: 0px; - margin-left: 0px; - margin-right: 0px; -} - -/* ================================ */ /* idle_inhibitor */ /* ================================ */ |