diff options
author | bd <bdunahu@operationnull.com> | 2024-06-04 03:10:22 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-06-04 03:10:22 -0600 |
commit | e29207c3a5be5f3c17a187c4fa3a256f1c2a8e1f (patch) | |
tree | 70a01b779e7e00c9bf24981745d5e8f94d91a203 /.config | |
parent | a8bcda5d7dc0b05c2b8ea7375ae79c2a0c4c7a2e (diff) |
Fix emacs daemon on wayland, other small changes
Diffstat (limited to '.config')
-rw-r--r-- | .config/dwl-guile/init.scm | 2 | ||||
-rw-r--r-- | .config/guix/modules/base.scm | 2 | ||||
-rw-r--r-- | .config/guix/modules/dwm/config.def.h | 2 | ||||
-rw-r--r-- | .config/guix/modules/xorg.scm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.config/dwl-guile/init.scm b/.config/dwl-guile/init.scm index b0e5491..5b167a3 100644 --- a/.config/dwl-guile/init.scm +++ b/.config/dwl-guile/init.scm @@ -59,7 +59,7 @@ (set-keys "s-x" '(dwl:spawn "bemenu-run") - "s-<return>" '(dwl:spawn "emacsclient" "-nce" "(switch-to-buffer nil)") + "s-<return>" '(dwl:spawn "emacsclient" "-nc") "s-S-b" '(dwl:spawn "icecat") "s-S-c" '(dwl:spawn "librewolf") ;; "s-S-o" '(dwl:spawn "BOOKMARKS!") diff --git a/.config/guix/modules/base.scm b/.config/guix/modules/base.scm index 290e32b..7171d82 100644 --- a/.config/guix/modules/base.scm +++ b/.config/guix/modules/base.scm @@ -51,6 +51,7 @@ video ;; yt-dlp vim ;; vim web ;; jq + xdisorg ;; ydotool ) @@ -77,6 +78,7 @@ texlive unzip vim + ydotool )) (define desk diff --git a/.config/guix/modules/dwm/config.def.h b/.config/guix/modules/dwm/config.def.h index f1411f8..1bda28b 100644 --- a/.config/guix/modules/dwm/config.def.h +++ b/.config/guix/modules/dwm/config.def.h @@ -103,7 +103,7 @@ static const Key keys[] = { { MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } }, { MODKEY|ShiftMask, XK_b, spawn, {.v = icecmd } }, { MODKEY|ShiftMask, XK_c, spawn, {.v = wolfcmd } }, - { MODKEY|ShiftMask, XK_o, spawn, SHCMD("xdotool type $(grep -v '^#' /home/bdunahu/.local/bin/bookmarks.txt | dmenu -i -l 4 | awk '{print $NF}')") }, + { MODKEY|ShiftMask, XK_o, spawn, SHCMD("ydotool type $(grep -v '^#' /home/bdunahu/.local/bin/bookmarks.txt | dmenu -i -l 4 | awk '{print $NF}')") }, { MODKEY|ShiftMask, XK_p, spawn, SHCMD("passmenu --type") }, { 0, XK_F2, spawn, {.v = lowerbgt } }, { 0, XK_F3, spawn, {.v = upperbgt } }, diff --git a/.config/guix/modules/xorg.scm b/.config/guix/modules/xorg.scm index eb057bc..f57abc2 100644 --- a/.config/guix/modules/xorg.scm +++ b/.config/guix/modules/xorg.scm @@ -24,7 +24,6 @@ image-viewers ;; sxiv, feh pulseaudio ;; pavucontrol, pulseaudio, suckless ;; dmenu, - xdisorg ;; xdotool xorg ;; xprop, xf86-input-libinput, xf86-video-fbdev, xinit... ) @@ -48,7 +47,6 @@ dwm-package feh - xdotool xf86-input-libinput xf86-video-fbdev xinit |