From 73946856050f6564e755c4241c7963d7b5309f3c Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 3 Jun 2023 20:36:05 -0500 Subject: [PATCH] Don't need autokey for now --- user/home.nix | 2 +- user/wm/xmonad/startup.sh | 1 - user/wm/xmonad/xmonad.org | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/user/home.nix b/user/home.nix index 6662319..dbd4e6d 100644 --- a/user/home.nix +++ b/user/home.nix @@ -53,7 +53,7 @@ gnome.geary gnome.gnome-calendar newsflash - autokey + #autokey protonmail-bridge # File Managers diff --git a/user/wm/xmonad/startup.sh b/user/wm/xmonad/startup.sh index 0fa1832..a0beaf5 100755 --- a/user/wm/xmonad/startup.sh +++ b/user/wm/xmonad/startup.sh @@ -24,7 +24,6 @@ setxkbmap -option caps:escape & ~/.fehbg-stylix & twmnd & alttab -w 1 -t 240x160 -i 64x64 -sc 1 -bg $colorBg -fg $colorFg -frame $colorSecondary -inact $colorFg & -autokey-gtk & ##/usr/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --transparent true --alpha 0 --height 28 --tint $trayertint --monitor "primary" & nm-applet & GOMAXPROCS=1 syncthing --no-browser & diff --git a/user/wm/xmonad/xmonad.org b/user/wm/xmonad/xmonad.org index 5e2a39c..6bb4d20 100644 --- a/user/wm/xmonad/xmonad.org +++ b/user/wm/xmonad/xmonad.org @@ -670,7 +670,6 @@ setxkbmap -option caps:escape & ~/.fehbg-stylix & twmnd & alttab -w 1 -t 240x160 -i 64x64 -sc 1 -bg $colorBg -fg $colorFg -frame $colorSecondary -inact $colorFg & -autokey-gtk & ##/usr/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --transparent true --alpha 0 --height 28 --tint $trayertint --monitor "primary" & nm-applet & GOMAXPROCS=1 syncthing --no-browser &