commit ce2c01da480fe2c4e28bf74bf78cfb295a5ebed4
parent cd3d220c614c7d62d0c35438172f2d3867c2a709
Author: Jake Koroman <jakekoroman@gmail.com>
Date: Tue, 19 Mar 2024 12:21:41 -0400
laptop hacking.
Diffstat:
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config
@@ -23,8 +23,6 @@ include ./hardware-specific-config
exec dbus-update-activation-environment WAYLAND_DISPLAY
-exec dunst
-
### Key bindings
#
# Basics:
@@ -47,6 +45,9 @@ exec dunst
# emacs
bindsym $mod+e exec emacs
+ # email
+ bindsym $mod+m exec foot -e neomutt
+
# pavucontrol
bindsym $mod+F1 exec pavucontrol
@@ -57,8 +58,8 @@ exec dunst
bindsym $mod+F12 exec audio_loopback
# screenshot
- bindsym $mod+s exec grimshot copy window
- bindsym $mod+Shift+s exec grimshot copy area
+ bindsym $mod+s exec grimshot copy area
+ bindsym $mod+Shift+s exec grimshot save area - | swappy -f -
# passmenu
bindsym $mod+p exec passmenu-otp
@@ -219,7 +220,7 @@ bindsym $mod+r mode "resize"
# Read `man 5 sway-bar` for more information about this section.
bar {
position bottom
- tray_output DP-2
+ tray_output eDP-1
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
diff --git a/deploy b/deploy
@@ -13,7 +13,7 @@ fi
if test "$1" = "laptop" || test $(echo "$1" | cut -c1-1) = "l" ; then
hardware="laptop"
- FOOT_FONT="monospace:size=12"
+ FOOT_FONT="Iosevka Nerd Font:size=14"
elif test "$1" = "desktop" || test $(echo "$1" | cut -c1-1) = "d"; then
hardware="desktop"
FOOT_FONT="Iosevka Nerd Font:pixelsize=18"