Update 15.08.2024
This commit is contained in:
@@ -4,3 +4,6 @@
|
||||
[submodule "scripts"]
|
||||
path = scripts
|
||||
url = git@github.com:Legrems/scripts.git
|
||||
[submodule "scripts-hidden"]
|
||||
path = scripts-hidden
|
||||
url = git@github.com:Legrems/scripts-hidden.git
|
||||
|
||||
@@ -49,4 +49,4 @@ xsetroot -cursor_name left_ptr
|
||||
"$idir"/scripts/i3_comp
|
||||
|
||||
# Start mpd
|
||||
exec mpd &
|
||||
# exec mpd &
|
||||
|
||||
@@ -24,6 +24,9 @@ returner-consumer-stdout.log
|
||||
celery-exporter
|
||||
|
||||
.gitlab.nvim
|
||||
.prettierrc
|
||||
|
||||
*.sqlite3
|
||||
|
||||
arcanite_gestion/lib/
|
||||
dependencies.html
|
||||
|
||||
+2
-1
@@ -5,7 +5,7 @@ import json
|
||||
def i3_command(command, *args, **kwargs):
|
||||
try:
|
||||
return json.loads(sh.i3_msg(command, *args, **kwargs).stdout)
|
||||
except:
|
||||
except Exception:
|
||||
return []
|
||||
|
||||
|
||||
@@ -18,5 +18,6 @@ def get_output():
|
||||
def test():
|
||||
pass
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(get_workspaces())
|
||||
print(get_output())
|
||||
|
||||
+1
-1
Submodule neovim updated: 3f08c78c13...822b092d15
+1
-1
Submodule scripts updated: 6b1d53f65d...78ce7dac48
Submodule
+1
Submodule scripts-hidden added at 92ba9d1c4b
Reference in New Issue
Block a user