Update some configs
This commit is contained in:
parent
5e3760a4e1
commit
1a7332365c
3 changed files with 7 additions and 2 deletions
|
@ -94,7 +94,7 @@ hosts = []
|
||||||
group = 'x11'
|
group = 'x11'
|
||||||
|
|
||||||
[apps.syncthing]
|
[apps.syncthing]
|
||||||
command = 'syncthing -no-browser'
|
command = 'syncthing serve --no-browser --verbose'
|
||||||
hosts = ['portalo']
|
hosts = ['portalo']
|
||||||
group = ''
|
group = ''
|
||||||
|
|
||||||
|
|
|
@ -225,7 +225,7 @@
|
||||||
min_icon_size = 32
|
min_icon_size = 32
|
||||||
|
|
||||||
# Scale larger icons down to this size, set to 0 to disable
|
# Scale larger icons down to this size, set to 0 to disable
|
||||||
max_icon_size = 128
|
max_icon_size = 64
|
||||||
|
|
||||||
# Paths to default icons (only neccesary when not using recursive icon lookup)
|
# Paths to default icons (only neccesary when not using recursive icon lookup)
|
||||||
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
# Layer rules
|
||||||
|
|
||||||
|
layerrule = noanim, menu
|
||||||
|
|
||||||
|
|
||||||
# Workspace rules
|
# Workspace rules
|
||||||
|
|
||||||
windowrulev2 = workspace $ws_web silent, class:(qutebrowser)
|
windowrulev2 = workspace $ws_web silent, class:(qutebrowser)
|
||||||
|
|
Loading…
Reference in a new issue