Update 15.08.2024
This commit is contained in:
parent
784f2d6ca3
commit
7a6130cb81
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
||||
@ -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())
|
||||
|
||||
2
neovim
2
neovim
@ -1 +1 @@
|
||||
Subproject commit 3f08c78c134c6c577b64d6b4161999ff459bd394
|
||||
Subproject commit 822b092d1533065a0f347f2bb7cc685f605a2f2b
|
||||
2
scripts
2
scripts
@ -1 +1 @@
|
||||
Subproject commit 6b1d53f65dc5f2b1967489fd9e5d81d8064a1569
|
||||
Subproject commit 78ce7dac4855c6b32c5c8023c6fdb442fb5e9ab8
|
||||
1
scripts-hidden
Submodule
1
scripts-hidden
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 92ba9d1c4b5d8eee6c747db119fa60b40fc2b64f
|
||||
Loading…
Reference in New Issue
Block a user