swaydots

my dotfiles
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README | LICENSE

commit 3197f49d62b7d2f58f5e8c9261724ce7c0eea6b0
parent 6063c07e186b27f0bf9cdb73bbfddf0cbc52b746
Author: awy <awy@awy.one>
Date:   Mon, 19 May 2025 13:13:25 +0300

daemon mode fix

Diffstat:
M.config/shell/profile | 4++--
M.config/sway/config | 4++--
M.local/share/applications/file.desktop | 2+-
M.local/share/applications/mail.desktop | 2+-
M.local/share/applications/text.desktop | 2+-
5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.config/shell/profile b/.config/shell/profile @@ -11,8 +11,8 @@ unsetopt PROMPT_SP 2>/dev/null # Default programs: export EDITOR="nvim" export MANPAGER='nvim +Man!' -export TERMINAL="foot" -export TERMINAL_PROG="foot" +export TERMINAL="footclient" +export TERMINAL_PROG="footclient" export BROWSER="firefox" unset SSH_AGENT_PID diff --git a/.config/sway/config b/.config/sway/config @@ -2,7 +2,7 @@ exec dbus-update-activation-environment --all exec xrandr --output DP-3 --primary set $mod Mod4 -set $term foot +set $term footclient set $browser firefox set $menu wmenu-run @@ -105,7 +105,7 @@ bindsym $mod+Print exec dmenurecord bindsym $mod+Shift+Print exec 'dmenurecord kill' bindsym $mod+Shift+space floating toggle # bindsym $mod+Shift+Return exec 'swaymsg mark swapme && swaymsg focus left && swaymsg swap container with mark swapme && swaymsg unmark swapme' -bindsym $mod+Shift+Return exec foot -a termfloat +bindsym $mod+Shift+Return exec $term -a termfloat bindsym $mod+grave exec bookmarks bindsym XF86AudioPlay exec mpc toggle bindsym XF86AudioNext exec mpc next diff --git a/.local/share/applications/file.desktop b/.local/share/applications/file.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=File Manager -Exec=/usr/bin/foot -e yazi %u +Exec=/usr/bin/footclient -e yazi %u diff --git a/.local/share/applications/mail.desktop b/.local/share/applications/mail.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=Mail -Exec=/usr/bin/foot -e neomutt %u +Exec=/usr/bin/footclient -e neomutt %u diff --git a/.local/share/applications/text.desktop b/.local/share/applications/text.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=Text editor -Exec=/usr/bin/foot -e nvim %u +Exec=/usr/bin/footclient -e nvim %u