dots

Dotfiles for Linux
Log | Files | Refs | README

commit 83f1ceb1c034b5516a725021b6cba7a9e32a36cb
parent 815536811fd046ab45c230bcc59cb398daf1ab17
Author: Chris Kiriakou <chris@kiriakou.net>
Date:   Wed, 19 Aug 2026 19:38:41 +0200

updates

Diffstat:
Mscripts/dot-local/bin/switch-scheme.sh | 4++--
Msway/dot-config/sway/config | 12+++++-------
2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/scripts/dot-local/bin/switch-scheme.sh b/scripts/dot-local/bin/switch-scheme.sh @@ -2,8 +2,8 @@ # # Switch between light and dark ui -dawn_hour=7 -dusk_hour=19 +dawn_hour=8 +dusk_hour=18 set_light() { dconf write /org/gnome/desktop/interface/color-scheme '"prefer-light"' diff --git a/sway/dot-config/sway/config b/sway/dot-config/sway/config @@ -18,18 +18,15 @@ exec swayidle -w \ timeout 1200 'swaylock -f' \ timeout 1260 $opm_off resume $opm_on \ timeout 1800 'systemctl suspend-then-hibernate' \ - before-sleep 'swaylock -f' /dev/null 2>&1 -exec gsettings set org.gnome.desktop.interface gtk-theme '' >/dev/null 2>&1 -exec gsettings set org.gnome.desktop.interface icon-theme '' >/dev/null 2>&1 -exec kanshi >/dev/null 2>&1 -exec gromit-mpx >/dev/null 2>&1 + before-sleep 'swaylock -f' >/dev/null 2>&1 +exec gammastep -l 49.0:9.2 -t 5700:3600 >/dev/null 2>&1 exec foot --server >/dev/null 2>&1 exec ~/.local/bin/switch-scheme.sh --auto >/dev/null 2>&1 -exec gammastep -l 49.0:9.2 -t 5700:3600 >/dev/null 2>&1 +exec swaybg --color '#000000' >/dev/null 2>&1 +exec gromit-mpx >/dev/null 2>&1 exec dbus-update-activation-environment \ --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP >/dev/null 2>&1 exec_always swaymsg focus_follows_mouse no >/dev/null 2>&1 -exec_always kanshictl reload >/dev/null 2>&1 # Keybindings ################################################################## bindsym $mod+Shift+Return exec $TERMINAL bindsym $mod+Shift+c kill @@ -148,6 +145,7 @@ input "type:touchpad" { output "LG Electronics LG ULTRAFINE 508NTZNM6853" { resolution 3840x2160@60.000000Hz scale 1.5 + scale_filter nearest } # Defaults ##################################################################### include /etc/sway/config.d/*