From 2cd5eae722199d56ab2db94eb6eb13c1fb03be9a Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Mon, 27 Feb 2023 09:34:04 -0500 Subject: [PATCH] Spotify hotkey --- gui/i3/base.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gui/i3/base.conf b/gui/i3/base.conf index 3213ba8..1de9dc3 100644 --- a/gui/i3/base.conf +++ b/gui/i3/base.conf @@ -56,12 +56,11 @@ for_window [instance="cal"] move window to scratchpad for_window [instance="wiki"] move window to scratchpad for_window [instance="weather"] move window to scratchpad # bindings -bindsym $mod+x exec i3-scratchpad.sh todo st -n todo -e vim ~/vimwiki/todo/index.md +bindsym $mod+s exec i3-scratchpad.sh todo st -n todo -e vim ~/vimwiki/todo/index.md bindsym $mod+c exec i3-scratchpad.sh cal st -n cal -e calcurse -#bindsym $mod+s exec i3-scratchpad.sh spotify spotify +bindsym $mod+m exec i3-scratchpad.sh spotify spotify bindsym $mod+w exec i3-scratchpad.sh wiki st -n wiki -e vim ~/vimwiki/index.md - # change focus bindsym $mod+h focus left bindsym $mod+j focus down