From d122220b4001643cf9ffee097576cb221617ce99 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 5 Apr 2024 00:23:31 +0200 Subject: [PATCH] i3: use scratchpad for dropdown terminal --- .config/i3/config.common | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.config/i3/config.common b/.config/i3/config.common index 637b056..990fc65 100644 --- a/.config/i3/config.common +++ b/.config/i3/config.common @@ -106,6 +106,10 @@ bindsym $mod+Shift+ssharp move container to workspace 11 # Scratchpad bindsym $mod+Shift+x move scratchpad bindsym $mod+x scratchpad show +bindsym $mod+Shift+asciicircum move scratchpad +bindsym $mod+Shift+dead_circumflex move scratchpad +bindsym $mod+asciicircum scratchpad show +bindsym $mod+dead_circumflex scratchpad show # reload the configuration file bindsym $mod+Shift+c reload @@ -182,8 +186,8 @@ bindsym --release control+Print exec --no-startup-id flameshot screen bindsym $mod+Shift+l exec --no-startup-id ~/bin/lock_jan bindsym $mod+Shift+BackSpace exec --no-startup-id ~/bin/suspend_jan bindsym mod1+Tab exec --no-startup-id rofi -show window -bindsym $mod+asciicircum exec dropdown-term -bindsym $mod+dead_circumflex exec dropdown-term +# bindsym $mod+asciicircum exec dropdown-term +# bindsym $mod+dead_circumflex exec dropdown-term bindsym --release $mod+Delete exec xkill bindsym $mod+period exec dunstctl history-pop bindsym $mod+c exec --no-startup-id rofi -show ssh @@ -268,3 +272,4 @@ for_window [class="^Alacritty$" instance="^dropdown$"] border pixel 0 for_window [class="^Alacritty$" instance="^dropdown$"] floating enable for_window [instance="origin.exe"] floating enable for_window [class="^Tor Browser$"] floating enable +for_window [class="_scratchpad$"] move scratchpad