New Termianls
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
# Assign workspaces
|
||||
assign [app_id="Alacritty"] 1
|
||||
for_window [app_id="Alacritty"] focus
|
||||
assign [app_id="xfce4-terminal"] 1
|
||||
for_window [app_id="xfce4-terminal"] focus
|
||||
|
||||
assign [app_id="firefox"] 2
|
||||
for_window [app_id="firefox"] focus
|
||||
|
||||
assign [class="firefox"] 2
|
||||
for_window [class="firefox"] focus
|
||||
|
||||
assign [app_id=thunar] 3
|
||||
for_window [app_id=thunar] focus
|
||||
|
||||
assign [class="tutanota-desktop"] 4
|
||||
for_window [class="tutanota-desktop"] focus
|
||||
assign [class="Telegram"] 4
|
||||
for_window [class="Telegram"] focus
|
||||
|
||||
# set floating (nontiling)for apps needing it:
|
||||
for_window [class="Yad" instance="yad"] floating enable
|
||||
|
||||
@@ -5,4 +5,4 @@ exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec mako
|
||||
|
||||
# Network Applet
|
||||
exec nm-applet --indicator
|
||||
exec nm-applet --indicator
|
||||
|
||||
@@ -7,8 +7,8 @@ set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
|
||||
# Your preferred terminal emulator
|
||||
set $term alacritty
|
||||
# Your preferred terminal emulator : Alt terminal is termite change below + line 1 in application_defaults
|
||||
set $term xfce4-terminal
|
||||
|
||||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
|
||||
Reference in New Issue
Block a user