From a88d46ac3f01416b9928e986f32bef4e49003f9c Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 14 Jan 2025 00:20:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-14 00:20:05 --- .config/foot/foot.ini | 6 +++--- .config/sway/config | 3 ++- .config/tmux/tmux.conf | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 7500c3bc..78a0cb37 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -27,7 +27,8 @@ font=SauceCodePro NFM:size=11 # initial-window-size-pixels=700x500 # Or, # initial-window-size-chars= # initial-window-mode=windowed -pad=5x5 center # optionally append 'center' +# pad=5x5 center # optionally append 'center' +pad=5x0 # resize-by-cells=yes # resize-keep-grid=yes # resize-delay-ms=100 @@ -141,7 +142,6 @@ bright7=d5d5d5 # bright white # sixel13 = 549999 # sixel14 = 999954 # sixel15 = cccccc - ## Misc colors # selection-foreground= # selection-background= @@ -257,4 +257,4 @@ bright7=d5d5d5 # bright white # select-quote = BTN_LEFT-3 # select-row=BTN_LEFT-4 -# vim: ft=dosini +# vim: ft=conf diff --git a/.config/sway/config b/.config/sway/config index 92f5de1f..16d86f07 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -10,7 +10,8 @@ set $down n set $up e set $right i # Your preferred terminal emulator -set $term ghostty +# set $term ghostty +set $term foot # Your preferred application launcher # set $menu wmenu-run set $menu tofi-run | xargs swaymsg exec -- diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 1e654783..b4b699d7 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -173,7 +173,7 @@ bind c new-window -c "" # TESTING # DO NOT bind -n M-T display-message "Testing" -bind -n C-Enter display-message "test?" +# bind -n C-Enter display-message "test?" # WARN: This line must come last!