From ba2a14a513f21e4f198201c99a16d8b63016671a Mon Sep 17 00:00:00 2001 From: kento2 Date: Wed, 11 Mar 2026 16:46:41 +0100 Subject: [PATCH] . --- files/.config/service/dunst/run | 2 ++ files/.config/sxwmrc | 3 ++- files/.winit | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 files/.config/service/dunst/run diff --git a/files/.config/service/dunst/run b/files/.config/service/dunst/run new file mode 100755 index 0000000..c580c06 --- /dev/null +++ b/files/.config/service/dunst/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec chpst -e "$TURNSTILE_ENV_DIR" dunst diff --git a/files/.config/sxwmrc b/files/.config/sxwmrc index 4cd43a1..48561e3 100644 --- a/files/.config/sxwmrc +++ b/files/.config/sxwmrc @@ -1,10 +1,11 @@ # Colour Themes: focused_border_colour : #995500 +#focused_border_colour : #ffffff unfocused_border_colour : #444444 swap_border_colour : #eeeeee # General Options: -gaps : 5 +gaps : 15 border_width : 3 master_width : 60 # Percentage of screen width resize_master_amount : 2 diff --git a/files/.winit b/files/.winit index 2956fcc..6ba23dd 100755 --- a/files/.winit +++ b/files/.winit @@ -5,4 +5,5 @@ mkdir -p "$HOME"/.config/service-env env | while read -r pair; do turnstile-update-runit-env "$(cut -d= -f1 <<< "$pair")" done +turnstile-update-runit-env 'DISPLAY=:0' exec startx /usr/bin/sxwm