Update configs
This commit is contained in:
parent
72da0ef04a
commit
12349398f3
7 changed files with 18 additions and 5 deletions
|
@ -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'
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue