mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
Move to sx instead of startx
This commit is contained in:
parent
afda5cf53f
commit
b85872dfc9
103 changed files with 767 additions and 67 deletions
|
@ -11,7 +11,7 @@ xsetroot -cursor_name left_ptr &
|
|||
xrdb ~/.Xdefaults
|
||||
|
||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||
pgrep -x picom > /dev/null || picom &
|
||||
#pgrep -x picom > /dev/null || picom &
|
||||
pgrep -x xss-lock > /dev/null || xss-lock slock &
|
||||
#pgrep -x bg.sh > /dev/null || $HOME/.scripts/bg.sh > /dev/null &
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
file:///home/david/docs/lmms
|
||||
file:///home/x/pics/screenshot
|
||||
file:///home/david/hd1/important
|
||||
file:///home/david/docs docs
|
||||
|
|
|
@ -40,7 +40,7 @@ modules-right = time
|
|||
|
||||
[bar/ws]
|
||||
inherit = bar/base
|
||||
width = 1870
|
||||
width = 2510
|
||||
offset-x = 25
|
||||
offset-y = 10
|
||||
modules-left = workspaces xwindow
|
||||
|
@ -153,7 +153,7 @@ format-prefix-foreground = #5b
|
|||
|
||||
[module/temperature]
|
||||
type = custom/script
|
||||
exec = sensors | awk '/^Core 0:/ { print substr($3, 2) }'
|
||||
exec = sensors | awk '/^Tctl:/ { print substr($2, 2) }'
|
||||
format-prefix = " "
|
||||
interval = 1
|
||||
|
||||
|
|
4
config/sx/sxrc
Executable file
4
config/sx/sxrc
Executable file
|
@ -0,0 +1,4 @@
|
|||
xrdb ~/.config/Xdefaults
|
||||
setxkbmap -option caps:none
|
||||
exec bspwm
|
||||
|
|
@ -50,6 +50,7 @@ Plug 'preservim/vim-markdown'
|
|||
|
||||
|
||||
Plug 'neoclide/coc.nvim'
|
||||
hi CocInlayHint ctermbg=Black ctermfg=Gray
|
||||
|
||||
set updatetime=300
|
||||
set signcolumn=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue