Commit Diff


commit - d8a1127d434e885319ab43f4c1b717c1d66380e2
commit + 2101c4fa63573b9639a2c27d049c80540e81f241
blob - 03ecb0a60ecf9ca6319e7c8ed6281922a3b34a0d
blob + 57c91164293f2628659c9975173db5d4c754eaff
--- sway/.config/sway/config
+++ sway/.config/sway/config
@@ -217,9 +217,6 @@ bindsym $mod+r mode "resize"
     }
     bindsym $mod+w mode "window"
 
-default_border pixel 4
-hide_edge_borders smart
-
 # enable floating for keepassxc approval window
 for_window [app_id="org.keepassxc.KeePassXC" title=".*Access Request"] floating enable
 for_window [class="Tor Browser"] floating enable
blob - 9efc70d619456a700496b602322e9b119d284feb
blob + 02a10a14d2a1baabeeee2862db97d9837adf5a9e
--- tmux/.tmux.conf
+++ tmux/.tmux.conf
@@ -114,6 +114,7 @@ set -g status-style "bg=black fg=white"
 
 # window title colors; non active
 set -g window-style "bg=default fg=default"
+set -g set-titles on
 
 ## left side
 set-option -g status-justify centre
blob - d22fb3eede670c18a15bf4e32308253926b6d69b
blob + 44814ec9b944694cb5a57e3d28baa01601e096f3
--- vim/.vimrc
+++ vim/.vimrc
@@ -2,6 +2,7 @@ set termguicolors
 set nocompatible
 set noswapfile
 set undodir=$HOME/.vim/undo
+set title
 
 if has('termguicolors')
 	set termguicolors