Fix minor bugs and typos

This commit is contained in:
Tobias Reisinger 2024-04-18 01:30:58 +02:00
parent 8938998093
commit 2c84b2effa
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 6 additions and 3 deletions

View file

@ -15,7 +15,7 @@ groups = ["base"]
[[autoinstall]]
type = "exe"
source = "https://github.com/starship/starship/releases/download/v1.17.1/starship-x86_64-unknown-linux-gnu.tar.gz"
target = "startship"
target = "starship"
pipe = "tar xzO"
groups = ["base"]

View file

@ -29,7 +29,7 @@ windowrulev2 = nofocus, class:(steam), title:^(notificationtoasts)
windowrulev2 = float, class:(steam), title:^(Friends List)
windowrulev2 = float, class:(zenity), title:^(Progress)
windowrulev2 = noinitialfocus, class:(steam), title:^(Friends List)
windowrulev2 = workspace $ws_chat silent, class:(steam), title:^(Friends List)
#windowrulev2 = workspace $ws_chat silent, class:(steam), title:^(Friends List)
windowrulev2 = float, class:(xdg-desktop-portal-gtk)

View file

@ -5,7 +5,10 @@ import linkwarden
config.load_autoconfig()
keybindings.init(config)
common.init(c)
try:
linkwarden.init()
except:
pass
import socket
if socket.gethostname() == 'portalo':