Fix minor bugs and typos
This commit is contained in:
parent
8938998093
commit
2c84b2effa
3 changed files with 6 additions and 3 deletions
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -5,7 +5,10 @@ import linkwarden
|
|||
config.load_autoconfig()
|
||||
keybindings.init(config)
|
||||
common.init(c)
|
||||
linkwarden.init()
|
||||
try:
|
||||
linkwarden.init()
|
||||
except:
|
||||
pass
|
||||
|
||||
import socket
|
||||
if socket.gethostname() == 'portalo':
|
||||
|
|
Loading…
Reference in a new issue