1
0
Fork 0

i3: use scratchpad for dropdown terminal

This commit is contained in:
tastytea 2024-04-05 00:23:31 +02:00
parent ef891e2a35
commit d122220b40
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 7 additions and 2 deletions

View File

@ -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