1
0
Fork 0

Put dropdown terminal at y=0 (remove workaround)

See tdrop(1), section BUGS.
This commit is contained in:
tastytea 2022-04-23 22:23:20 +02:00
parent 88cb329705
commit 0eb8bd335a
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ 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
set $ddterm_command tdrop -n "ddterm" -m -w "50%" -h "60%" -x "50%" \
set $ddterm_command tdrop -n "ddterm" -m -w "50%" -h "60%" -x "50%" -y 0 \
-P 'picom-trans -w $wid -o 90' -a -f '--class="dropdown"' alacritty
bindsym $mod+asciicircum exec $ddterm_command
bindsym $mod+dead_circumflex exec $ddterm_command