i3: use scratchpad for dropdown terminal
This commit is contained in:
parent
ef891e2a35
commit
d122220b40
@ -106,6 +106,10 @@ bindsym $mod+Shift+ssharp move container to workspace 11
|
|||||||
# Scratchpad
|
# Scratchpad
|
||||||
bindsym $mod+Shift+x move scratchpad
|
bindsym $mod+Shift+x move scratchpad
|
||||||
bindsym $mod+x scratchpad show
|
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
|
# reload the configuration file
|
||||||
bindsym $mod+Shift+c reload
|
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+l exec --no-startup-id ~/bin/lock_jan
|
||||||
bindsym $mod+Shift+BackSpace exec --no-startup-id ~/bin/suspend_jan
|
bindsym $mod+Shift+BackSpace exec --no-startup-id ~/bin/suspend_jan
|
||||||
bindsym mod1+Tab exec --no-startup-id rofi -show window
|
bindsym mod1+Tab exec --no-startup-id rofi -show window
|
||||||
bindsym $mod+asciicircum exec dropdown-term
|
# bindsym $mod+asciicircum exec dropdown-term
|
||||||
bindsym $mod+dead_circumflex exec dropdown-term
|
# bindsym $mod+dead_circumflex exec dropdown-term
|
||||||
bindsym --release $mod+Delete exec xkill
|
bindsym --release $mod+Delete exec xkill
|
||||||
bindsym $mod+period exec dunstctl history-pop
|
bindsym $mod+period exec dunstctl history-pop
|
||||||
bindsym $mod+c exec --no-startup-id rofi -show ssh
|
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 [class="^Alacritty$" instance="^dropdown$"] floating enable
|
||||||
for_window [instance="origin.exe"] floating enable
|
for_window [instance="origin.exe"] floating enable
|
||||||
for_window [class="^Tor Browser$"] floating enable
|
for_window [class="^Tor Browser$"] floating enable
|
||||||
|
for_window [class="_scratchpad$"] move scratchpad
|
||||||
|
Loading…
x
Reference in New Issue
Block a user