mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-07-04 23:36:01 +00:00
~
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
f2e479415c
commit
146a2de0ec
8 changed files with 40 additions and 6 deletions
|
@ -95,6 +95,10 @@ lc.clangd.setup {
|
|||
capabilities = caps,
|
||||
cmd = { "clangd" }
|
||||
}
|
||||
lc.jsonls.setup {
|
||||
capabilities = caps,
|
||||
cmd = { "vscode-json-languageserver", "--stdio" }
|
||||
}
|
||||
lc.lua_ls.setup { capabilities = caps }
|
||||
lc.mesonlsp.setup { capabilities = caps }
|
||||
lc.nil_ls.setup {
|
||||
|
|
|
@ -4,7 +4,8 @@ log=$(mktemp /tmp/wmas-openbox-XXXXXXXX.txt)
|
|||
echo "Openbox autostart file" > $log
|
||||
echo -e "Executed @ $(date)\n" >> $log
|
||||
|
||||
hsetroot -cover ~/.dotfiles/assets/wallpapers/current >> $log 2>&1
|
||||
#hsetroot -cover ~/.dotfiles/assets/wallpapers/current >> $log 2>&1
|
||||
hsetroot -cover %WALLPAPER% >> $log 2>&1
|
||||
xcompmgr >> $log 2>&1 &
|
||||
soteria >> $log 2>&1 &
|
||||
|
||||
|
@ -15,3 +16,4 @@ sleep 1
|
|||
yambar >> $log 2>&1 &
|
||||
sleep 1
|
||||
kill $temp
|
||||
|
||||
|
|
|
@ -214,12 +214,12 @@
|
|||
<mousebind button="A-Right" action="Drag">
|
||||
<action name="Resize"/>
|
||||
</mousebind>
|
||||
<mousebind button="Left" action="Press">
|
||||
<!--<mousebind button="Left" action="Press">
|
||||
<action name="Focus"/>
|
||||
</mousebind>
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
</mousebind>-->
|
||||
</context>
|
||||
|
||||
<context name="Titlebar">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue