sway/config: Use foot as default terminal
This commit is contained in:
parent
62b1337cc4
commit
725e642647
@ -14,7 +14,7 @@ set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term alacritty
|
||||
set $term foot
|
||||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
@ -29,6 +29,7 @@ font pango:Source Sans Pro Semi-Bold 10
|
||||
|
||||
assign [app_id="firefox"] 1
|
||||
assign [app_id="Alacritty"] 2
|
||||
assign [app_id="foot"] 2
|
||||
assign [app_id="geary"] 3
|
||||
assign [app_id="thunderbird"] 3
|
||||
for_window [app_id="gnome-calculator"] floating enable
|
||||
|
Loading…
Reference in New Issue
Block a user