Skip to content

Commit 0a90885

Browse files
Comamocaclaude
andcommitted
✨ feat: Minor improvements to sway and fish configs
Sway: - Switch from waybar to dms (exec dms run) Fish: - Change emacsclient from -nw (terminal) to -c (GUI frame) - Update magit and 'a' abbr to use GUI mode Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c7a41af commit 0a90885

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

config/sway/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
6060
# NetworkManager is the most popular way to manage wireless networks on Linux,
6161
# and nm-applet is a desktop environment-independent system tray GUI for it.
6262
exec --no-startup-id nm-applet
63-
exec waybar
64-
# exec dms run
63+
# exec waybar
64+
exec dms run
6565

6666
# Use pactl to adjust volume in PulseAudio.
6767
set $refresh_i3status killall -SIGUSR1 i3status

fish.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
# fish_add_path $HOME/local/
104104
105105
alias nixos-rebuild="/run/current-system/sw/bin/nixos-rebuild"
106-
alias magit="emacsclient -nw --eval '(magit)'"
106+
alias magit="emacsclient -c --eval '(magit)'"
107107
alias register-asdf="ln -s (pwd) '$HOME/common-lisp/$(basename $(pwd))'"
108108
alias supa "bunx supabase"
109109
@@ -174,7 +174,7 @@
174174
export GOPATH=$HOME/go
175175
176176
abbr --add e $EDITOR
177-
abbr --add a emacsclient -nw
177+
abbr --add a emacsclient -c
178178
179179
set -x ELIXIR_ERL_OPTIONS "+fnu"
180180
set -gx FYNE_FONT /usr/share/fonts/PlemolJP/PlemolJP-Regular.ttf

0 commit comments

Comments
 (0)