add config to terminal execution
This commit is contained in:
parent
be77b46bcf
commit
9e3dd69def
1 changed files with 3 additions and 3 deletions
|
|
@ -61,11 +61,11 @@
|
|||
|
||||
# start a terminal
|
||||
#bindsym $mod+Return workspace $ws1; exec --no-startup-id alacritty
|
||||
bindsym $mod+Return workspace $ws1; exec foot -T terminal-sway
|
||||
bindsym $mod+Return workspace $ws1; exec foot -c /etc/xdg/foot/foot.ini -T terminal-sway
|
||||
|
||||
# start a program launcher
|
||||
# bindsym $mod+d exec --no-startup-id wofi -s /etc/wofi/style.css --show drun --lines 5 --columns 1 -t alacritty
|
||||
bindsym $mod+d exec foot --a launcher -e env TERMINAL_COMMAND="foot -e" sway-launcher-desktop
|
||||
bindsym $mod+d exec foot -c /etc/xdg/foot/foot.ini -a launcher -e env TERMINAL_COMMAND="foot -e" sway-launcher-desktop
|
||||
#bindsym $mod+d exec --no-startup-id bemenu
|
||||
#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --dmenu="dmenu -i -fn 'Source Sans Pro-10' -nb '#212121' -sb '#2b83a6' -sf '#ffffff'
|
||||
#bindsym $mod+d exec --no-startup-id bemenu --dmenu="dmenu -i -fn 'Source Sans Pro-10' -nb '#212121' -sb '#2b83a6' -sf '#ffffff'
|
||||
|
|
@ -280,7 +280,7 @@
|
|||
exec dbus-sway-environment
|
||||
exec configure-gtk
|
||||
exec nm-applet --indicator
|
||||
exec foot -T terminal-sway
|
||||
exec foot -c /etc/xdg/foot/foot.ini -T terminal-sway
|
||||
exec signal-desktop
|
||||
exec firefox --name=social -P social
|
||||
exec thunderbird
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue