commit a0cd93f951d584fe68f4e1360f039d5163b42f94
parent d6cc659c4fc2311e0abdb197a98abc89806a4713
Author: Jake Koroman <jake@jakekoroman.com>
Date: Fri, 7 Nov 2025 10:50:26 -0500
updates
Diffstat:
3 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/nvim/init.lua b/nvim/init.lua
@@ -22,7 +22,7 @@ vim.g.maplocalleader = ' '
vim.api.nvim_create_autocmd({'QuickFixCmdPre'}, {
pattern = {'make', 'lmake'},
callback = function()
- vim.cmd('write')
+ vim.cmd('wa')
end,
})
diff --git a/scripts/rdp b/scripts/rdp
@@ -2,8 +2,6 @@
# to be used with the rdpmenu script
-set -x
-
if test -z "$1"; then
echo "Usage: ./rdp <server_name>"
exit
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
@@ -1,36 +1,39 @@
-super+shift+control+alt+slash
+shift+control+alt+slash
bookmarks
-super+shift+control+alt+period
+shift+control+alt+period
rdpmenu
-super+shift+control+alt+r
+shift+control+alt+r
i3-dmenu-desktop
-super+shift+control+alt+e
+shift+control+alt+e
emacsclient -c
-super+shift+control+alt+m
+shift+control+alt+m
$TERMINAL -e "neomutt"
-super+shift+control+alt+s
+shift+control+alt+s
flameshot gui
-super+shift+control+alt+l
+shift+control+alt+l
loginctl lock-session
-super+shift+control+alt+p
+shift+control+alt+p
passmenu-otp
-super+shift+control+alt+v
+shift+control+alt+v
sleep 0.5 && xdotool type "$(xclip -o)"
-super+shift+control+alt+w
+shift+control+alt+w
change_wallpaper
-super+shift+control+alt+Return
+shift+control+alt+Return
$TERMINAL -c floatterm
+shift+control+alt+b
+ $TERMINAL -c floatterm -g 120x40 -e btop
+
XF86AudioPlay
playerctl play-pause