dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit aae871b9fd845fe8f3f1ed4e450478ccf443a435
parent ee8dce82dfd55bf706ff8970005a1400b5713379
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Tue, 26 Mar 2024 09:20:31 -0400

theme changes and sway fixes

Diffstat:
M.config/sway/config | 6+++---
Mdevice-specific/laptop/emacs.el | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -181,9 +181,9 @@ exec dbus-update-activation-environment WAYLAND_DISPLAY bindsym $mod+a focus parent for_window [class="steam" title="Friends List"] floating enable - for_window [class="xfreerdp" title="FreeRDP: mhexch13"] floating enable - for_window [class="xfreerdp" title="FreeRDP: mhshare"] floating enable - for_window [class="xfreerdp" title="FreeRDP: mh-as2new"] floating enable + for_window [instance="xfreerdp" title="FreeRDP: mhexch13"] floating enable + for_window [instance="xfreerdp" title="FreeRDP: mhshare"] floating enable + for_window [instance="xfreerdp" title="FreeRDP: mh-as2new"] floating enable # # Scratchpad: # diff --git a/device-specific/laptop/emacs.el b/device-specific/laptop/emacs.el @@ -5,5 +5,5 @@ ;; (toggle-frame-maximized) (set-default 'truncate-lines t) ;; (list-colors-display) for a color picker -(load-theme 'gruvbox t) +(load-theme 'gruber-darker t) (transparency 100)