Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
commit
b5b33afcd7
199 changed files with 36930 additions and 0 deletions
17
home/.config/sway/conf.d/05-workspaces.conf
Normal file
17
home/.config/sway/conf.d/05-workspaces.conf
Normal file
|
@ -0,0 +1,17 @@
|
|||
# vim:ft=sway
|
||||
|
||||
# Start applications in specific workspaces
|
||||
assign [title="Telegram"] workspace 3
|
||||
assign [app_id="evolution"] workspace 4
|
||||
|
||||
# Make passff float
|
||||
for_window [title="moz-extension:\/\/aa3e4372-6ac1-4d2f-b1f4-1bd4cf33c726 - Firefox Nightly"] floating enable
|
||||
|
||||
# Automatically switch to urgent workspace
|
||||
for_window [urgent="latest"] focus
|
||||
|
||||
# Make gimp export window float
|
||||
for_window [title="Export Image*"] floating enable
|
||||
|
||||
# Make fzf-launcher float
|
||||
for_window [app_id="fzf-launcher"] focus, floating enabled, border pixel 1
|
Loading…
Add table
Add a link
Reference in a new issue