my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix some longstanding sway annoyances

+13 -5
+12 -4
.config/sway/config
··· 65 65 xkb_options ctrl:nocaps 66 66 } 67 67 68 + 69 + # client.focused #4c7899 #285577 #ffffff #2e9ef4 #285577 70 + 68 71 ### Key bindings 69 72 # 70 73 # Basics: 71 74 # 75 + for_window [title="^weallfloatdownhere$"] floating enable, border pixel 76 + 72 77 # Start a terminal 73 78 bindsym $mod+Return exec $term 74 79 80 + # floating terms 81 + bindsym $mod+Shift+Return exec $term --title 'weallfloatdownhere' 82 + 75 83 # Kill focused window 76 84 bindsym $mod+Shift+q kill 77 85 78 86 # Start your launcher 79 87 # bindsym $mod+d exec $menu 80 - bindsym $mod+d exec alacritty --dimensions 64 16 --title 'launcher' -e sh -c \'$launcher\' 81 - for_window [title="^launcher$"] floating enable, border pixel 88 + bindsym $mod+d exec $term --dimensions 64 16 --title 'weallfloatdownhere' -e sh -c \'$launcher\' 82 89 83 90 # Drag floating windows by holding down $mod and left mouse button. 84 91 # Resize them with right mouse button + $mod. ··· 230 237 status_command statusbar 231 238 232 239 colors { 233 - statusline #ffffff 234 - background #323232 240 + statusline #ff6ec7 241 + focused_workspace #000000 #ff6ec7 #000000 242 + background #000000 235 243 inactive_workspace #32323200 #32323200 #5c5c5c 236 244 } 237 245 }
+1 -1
.vimrc
··· 271 271 " => Editing mappings 272 272 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 273 273 " Remap VIM 0 to first non-blank character 274 - map 0 ^ 274 + " map 0 ^ 275 275 276 276 " Move a line of text using ALT+[jk] or Command+[jk] on mac 277 277 nmap <M-j> mz:m+<cr>`z