[sway] config float term
This commit is contained in:
parent
14bca61b89
commit
5148b48c1e
1 changed files with 3 additions and 0 deletions
|
|
@ -1,2 +1,5 @@
|
||||||
set $term alacritty
|
set $term alacritty
|
||||||
set $term_cwd $term --working-directory "$(swaycwd 2>/dev/null || echo $HOME)"
|
set $term_cwd $term --working-directory "$(swaycwd 2>/dev/null || echo $HOME)"
|
||||||
|
set $term_float footclient --app-id floating_shell --window-size-chars 164*50
|
||||||
|
set $term_float alacritty -T alacritty_float --hold -e sh -c
|
||||||
|
for_window [title="alacritty_float"] floating enable
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue