M dotfiles/config/aerc/binds.conf => dotfiles/config/aerc/binds.conf +1 -1
@@ 52,7 52,7 @@ N = :prev-result<Enter>
[view]
q = :close<Enter>
| = :pipe<space>
-D = :move Trash <Enter>
+D = :delete<Enter>
S = :save<space>
A = :archive flat<Enter>
M dotfiles/config/sway/config => dotfiles/config/sway/config +5 -1
@@ 106,7 106,7 @@ bindsym $mod+Shift+c reload
bindsym $mod+Alt+l exec $lock
# Shut down
-bindsym $mod+Alt+p exec swaynag --message "Shut down laptop?" \
+bindsym $mod+Alt+p exec swaynag --message "Shut down system?" \
--button-dismiss-no-terminal "Shutdown" "systemctl poweroff" -e bottom \
--font 'Berkeley Mono'
@@ 165,6 165,10 @@ bindsym --release Print exec grim -g \"$(slurp)" - | wl-copy
bindsym $mod+Shift+0 move container to workspace 10
# Note: workspaces can have any name you want, not just numbers.
# We just use 1-10 as the default.
+
+ bindsym $mod+Tab workspace next
+ bindsym $mod+Shift+Tab workspace prev
+
#
# Layout stuff:
#