From a6146e3ca580a758564117a288c840ed8f67070f Mon Sep 17 00:00:00 2001 From: Salim Zaidi <121177411+zedsalim@users.noreply.github.com> Date: Sat, 1 Jul 2023 16:14:05 +0100 Subject: [PATCH] Updates --- config/i3/config | 4 ++++ config/sxhkd/sxhkdrc | 3 +++ 2 files changed, 7 insertions(+) diff --git a/config/i3/config b/config/i3/config index b57fab9..8b2eae8 100755 --- a/config/i3/config +++ b/config/i3/config @@ -73,3 +73,7 @@ for_window [class="Lxappearance"] floating enable sticky enable border normal for_window [class="Pavucontrol"] floating enable for_window [class="qt5ct"] floating enable sticky enable border normal for_window [class="Simple-scan"] floating enable border normal +for_window [class="Todo"] floating enable sticky enable border normal + +# switch to workspace with urgent window automatically +for_window [urgent=latest] focus diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 39ce6ff..13399f7 100755 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -16,6 +16,9 @@ alt + s alt + b source ~/.config/scripts/bookmarks.sh +alt + l + /mnt/FILES/Files/My_Stuff/mytodo/todo + alt + y source ~/.config/scripts/mpv-youtube.sh