Browse Source

Add drata-agent autostart

master
Arti Zirk 2 months ago
parent
commit
6a63da1134
  1. 4
      .config/sway/autostart
  2. 1
      .config/sway/config
  3. 2
      .config/sway/hiir

4
.config/sway/autostart

@ -19,3 +19,7 @@ exec flatpak run com.slack.Slack
for_window [app_id="telegramdesktop"] move to workspace $chat_workspace for_window [app_id="telegramdesktop"] move to workspace $chat_workspace
for_window [app_id="org.telegram.desktop"] move to workspace $chat_workspace for_window [app_id="org.telegram.desktop"] move to workspace $chat_workspace
exec telegram-desktop exec telegram-desktop
for_window [class="drata-agent"] move absolute position 2160 px 0 px
for_window [app_id="drata-agent"] move absolute position 2160 px 0 px
exec /usr/bin/drata-agent

1
.config/sway/config

@ -299,7 +299,6 @@ for_window [title="Microsoft Teams Notification"] move absolute position 0 px 0
for_window [title="Slack \| mini panel"] move scratchpad for_window [title="Slack \| mini panel"] move scratchpad
for_window [class="Simplicity Studio™" title="Find\/Replace "] floating enable for_window [class="Simplicity Studio™" title="Find\/Replace "] floating enable
for_window [app_id="gnome-calculator"] floating enable for_window [app_id="gnome-calculator"] floating enable
for_window [class="drata-agent"] move absolute position 2160 px 0 px
# screenshots # screenshots
bindsym Print exec ~/.bin/wscreenshot.py bindsym Print exec ~/.bin/wscreenshot.py

2
.config/sway/hiir

@ -2,6 +2,8 @@
set $left_disp "Dell Inc. DELL U2724DE C9YPBP3" set $left_disp "Dell Inc. DELL U2724DE C9YPBP3"
set $right_disp "Dell Inc. DELL U2724D J3XFCP3" set $right_disp "Dell Inc. DELL U2724D J3XFCP3"
#set $left_disp "Dell Inc. DELL S2721DGF 8SVBP83"
#set $right_disp "Dell Inc. DELL U2715H GH85D66Q08QS"
set $chat_workspace 10 set $chat_workspace 10
output $left_disp pos 0 0 output $left_disp pos 0 0

Loading…
Cancel
Save