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