Update configs

This commit is contained in:
Tobias Reisinger 2023-10-18 23:51:45 +02:00
parent 72da0ef04a
commit 12349398f3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 18 additions and 5 deletions

View file

@ -28,6 +28,7 @@ group = 'conky'
[apps.discord]
command = 'flatpak run com.discordapp.Discord'
delay = 3
hosts = []
group = 'chat'
@ -68,6 +69,7 @@ group = 'common'
[apps.signal]
command = 'flatpak run org.signal.Signal'
delay = 3
hosts = []
group = 'messenger'

View file

@ -23,14 +23,14 @@ windowrulev2 = move 100%-300 100%-30, class:(steam), title:^(notificationtoasts)
windowrulev2 = nofocus, class:(steam), title:^(notificationtoasts)
windowrulev2 = float, class:(steam), title:^(Friends List)
windowrulev2 = noinitialfocus, class:(steam), title:^(Friends List)
windowrulev2 = monitor $mon2, class:(steam), title:^(Friends List)
windowrulev2 = workspace $ws_chat silent, class:(steam), title:^(Friends List)
windowrulev2 = float, class:(xdg-desktop-portal-gtk)
windowrulev2 = monitor $mon2, class:(thunderbird), title:^$ # where monitor silent rule?
#windowrulev2 = monitor $mon2, class:(thunderbird), title:^$ # where monitor silent rule?
windowrulev2 = noinitialfocus, class:(thunderbird), title:^$
windowrulev2 = float, class:(thunderbird), title:^$
windowrulev2 = move 5 5, class:(thunderbird), title:^$
#windowrulev2 = move 5 5, class:(thunderbird), title:^$
windowrulev2 = float, class:(thunderbird), title:(Reminder)

View file

@ -5,6 +5,9 @@ def init(c):
# ungoogled-chromium
c.bind(',b', 'spawn chromium {url}')
c.bind(',B', 'hint links spawn chromium {hint-url}')
# firefox
c.bind(',f', 'spawn firefox {url}')
c.bind(',F', 'hint links spawn firefox {hint-url}')
c.bind(',j', 'spawn --userscript format_json dracula')