New backup 2025-12-28 09:30:01
This commit is contained in:
parent
070815ae26
commit
477da14b04
2 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ bindsym {
|
||||||
#terminal
|
#terminal
|
||||||
$mod+Return exec $term
|
$mod+Return exec $term
|
||||||
#floating terminal
|
#floating terminal
|
||||||
$mod+Shift+Return exec $HOME/.config/sway/scripts/exec-float $term '$float'
|
$mod+Shift+Return exec $HOME/.config/sway/scripts/exec-float $term floating toggle
|
||||||
#launcher
|
#launcher
|
||||||
$mod+d exec $menu
|
$mod+d exec $menu
|
||||||
#launcher reload
|
#launcher reload
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
eval "$1 &"
|
eval "$1 &"
|
||||||
saved=$!
|
saved=$!
|
||||||
echo $saved; shift
|
echo $saved; shift
|
||||||
swaymsg for_window [pid=$saved] "$@"
|
swaymsg [pid=$saved] "$@"
|
||||||
while [ "$?" = "2" ];do
|
while [ "$?" = "2" ];do
|
||||||
swaymsg for_window [pid=$saved] "$@"
|
swaymsg [pid=$saved] "$@"
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue