Compare commits
No commits in common. "32862609ba2b8421f12a7624cb10d46f94088531" and "e631d7292259337e9e01c00fcf5f69e572202729" have entirely different histories.
32862609ba
...
e631d72922
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -71,4 +71,3 @@ config/solaar/
|
|||
config/rustdesk/
|
||||
config/fontconfig/
|
||||
config/strawberry/
|
||||
local/share/.vivaldi_reporting_data
|
||||
|
|
|
@ -133,6 +133,7 @@ exec remmina -i
|
|||
exec $term
|
||||
exec firefox
|
||||
exec signal-desktop --use-tray-icon
|
||||
exec teams
|
||||
exec mpd
|
||||
exec libinput-gestures-setup start
|
||||
exec solaar --window=hide
|
||||
|
@ -145,6 +146,7 @@ for_window [app_id=".*"] border pixel 4
|
|||
|
||||
# Auto move on Workspace
|
||||
for_window [class="Signal"] move container to workspace $wksp3
|
||||
for_window [class="Teams"] move container to workspace $wksp3
|
||||
for_window [class="Slack"] move container to workspace $wksp3
|
||||
|
||||
# Open as floating
|
||||
|
|
Loading…
Reference in a new issue