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
Xdefaults
config
deploy.shicons
cursor.theme
profilecursors
00008160000006810000408080010102028006030e0e7ebffc7f7070c060014003b6e0fcb3499374a867c041f52298f008e8e1c95fe2fc01f976f1e063a24ccd1081e37283d90000800003c07f3ef6bf14fef782d02440884392942c112052302870a09082c103050810ffdffffe02043085a0e285430894940527032f8b26df3ecb610c1bf2410f44200f48c40d35994498f0e0c1937ffe01fd06f9736658305c6cd98b3f3ebcb1f9c7f1c2046304086407b0e94181790501fd1e167b474872640fb0e74195791501fd1ed57b41487f9081237383d90e509aa00f00170e968f9d800788f1b08800ae810202380a0822X_cursorarrowbd_double_arrowbottom_left_cornerbottom_right_cornerbottom_sidebottom_teec7088f0f3e6c8088236ef8e1e3e70000circlecolor-pickercopycrosscross_reversecrossed_circlecrosshaird9ce0ab605698f320427677b458ad60bdiamond_crossdnd-askdnd-copydnd-linkdnd-movednd-nonedot_box_maskdotboxdouble_arrowdraft_largedraft_smalldraped_boxe29285e634086352946a0e7090d73106fcf1c3c7cd4491d801f1e1c78f100000fd_double_arrowfleurgrabbingh_double_arrowhandhand1hand2helpiconleft_ptrleft_ptr_helpleft_ptr_watchleft_sideleft_teelinkll_anglelr_anglemovepencilpirateplusquestion_arrowright_ptrright_sideright_teesb_down_arrowsb_h_double_arrowsb_left_arrowsb_right_arrowsb_up_arrowsb_v_double_arrowtargettcrosstop_left_arrowtop_left_cornertop_right_cornertop_sidetop_teeul_angleur_anglev_double_arrowwatchxterm
index.themescripts
|
@ -5,7 +5,7 @@
|
|||
! #define spacing -2
|
||||
|
||||
#define font1 xft:mononoki:minispace=False:size=10:antialias=true
|
||||
#define spacing 1
|
||||
#define spacing 2
|
||||
|
||||
#define font2 xft:MesloLGM Nerd Font Mono:minispace=False:size=10
|
||||
#define font3 xft:Noto Sans Mono CJK TC:minispace=False:size=10
|
||||
|
@ -55,7 +55,7 @@ dzen2.font: mononoki
|
|||
! Set depth to make transparency work.
|
||||
URxvt*depth: 32
|
||||
|
||||
*.font: font1
|
||||
*.font: font1,font2,font3,font4
|
||||
URxvt.font: font1,font2,font3,font4
|
||||
URxvt.boldFont: font1:style=bold,font2:style=bold,font3:style=bold,font4
|
||||
URxvt.italicFont:font1:style=italic,font2:style=italic,font3:style=italic,font4
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
configurations="iocane bg bg.gif bspwm cava neofetch mpd mpv ncmpcpp vim sxhkd polybar picom rofi user-dirs.dirs gtk-3.0 zathura"
|
||||
configurations="iocane bg bg.gif bspwm cava neofetch mpd mpv ncmpcpp vim sxhkd polybar picom rofi user-dirs.dirs gtk-3.0 zathura sx"
|
||||
|
||||
|
||||
save () {
|
||||
|
@ -15,8 +15,7 @@ save () {
|
|||
cp $HOME/.profile profile
|
||||
cp $HOME/.mkshrc mkshrc
|
||||
cp $HOME/.sh_aliases sh_aliases
|
||||
cp $HOME/.Xdefaults Xdefaults
|
||||
cp $HOME/.xinitrc xinitrc
|
||||
cp $HOME/.config/Xdefaults Xdefaults
|
||||
|
||||
mkdir -p fonts/TTF
|
||||
cp -r $HOME/.fonts/ttf-mononoki fonts/
|
||||
|
@ -59,8 +58,7 @@ load () {
|
|||
cp mkshrc $HOME/.mkshrc
|
||||
cp sh_aliases $HOME/.sh_aliases
|
||||
|
||||
cp Xdefaults $HOME/.Xdefaults
|
||||
cp xinitrc $HOME/.xinitrc
|
||||
cp Xdefaults $HOME/.config/Xdefaults
|
||||
cp profile $HOME/.profile
|
||||
|
||||
mkdir -p $HOME/.fonts
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[Icon Theme]
|
||||
Inherits=pixelfun3
|
|
@ -1 +0,0 @@
|
|||
v_double_arrow
|
|
@ -1 +0,0 @@
|
|||
h_double_arrow
|
|
@ -1 +0,0 @@
|
|||
crossed_circle
|
|
@ -1 +0,0 @@
|
|||
left_ptr_watch
|
|
@ -1 +0,0 @@
|
|||
copy
|
|
@ -1 +0,0 @@
|
|||
sb_h_double_arrow
|
|
@ -1 +0,0 @@
|
|||
sb_v_double_arrow
|
|
@ -1 +0,0 @@
|
|||
link
|
|
@ -1 +0,0 @@
|
|||
left_ptr_watch
|
|
@ -1 +0,0 @@
|
|||
move
|
|
@ -1 +0,0 @@
|
|||
question_arrow
|
|
@ -1 +0,0 @@
|
|||
copy
|
|
@ -1 +0,0 @@
|
|||
link
|
|
@ -1 +0,0 @@
|
|||
move
|
|
@ -1 +0,0 @@
|
|||
hand2
|
|
@ -1 +0,0 @@
|
|||
crossed_circle
|
|
@ -1 +0,0 @@
|
|||
left_ptr
|
|
@ -1 +0,0 @@
|
|||
top_left_corner
|
|
@ -1 +0,0 @@
|
|||
top_right_corner
|
|
@ -1 +0,0 @@
|
|||
top_left_corner
|
|
@ -1 +0,0 @@
|
|||
top_side
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
bd_double_arrow
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
cross
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
cross
|
|
@ -1 +0,0 @@
|
|||
question_arrow
|
|
@ -1 +0,0 @@
|
|||
cross
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
dotbox
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
sb_v_double_arrow
|
|
@ -1 +0,0 @@
|
|||
right_ptr
|
|
@ -1 +0,0 @@
|
|||
right_ptr
|
|
@ -1 +0,0 @@
|
|||
dotbox
|
|
@ -1 +0,0 @@
|
|||
hand2
|
|
@ -1 +0,0 @@
|
|||
fd_double_arrow
|
|
@ -1 +0,0 @@
|
|||
top_right_corner
|
|
@ -1 +0,0 @@
|
|||
grabbing
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
sb_h_double_arrow
|
|
@ -1 +0,0 @@
|
|||
hand2
|
|
@ -1 +0,0 @@
|
|||
hand2
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
question_arrow
|
|
@ -1 +0,0 @@
|
|||
dotbox
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
X_cursor
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
left_side
|
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
left_side
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
top_side
|
|
@ -1 +0,0 @@
|
|||
dotbox
|
|
@ -1 +0,0 @@
|
|||
cross
|
|
@ -1 +0,0 @@
|
|||
left_ptr
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
sb_v_double_arrow
|
Binary file not shown.
Binary file not shown.
|
@ -1,3 +0,0 @@
|
|||
[Icon Theme]
|
||||
Name=pixelfun3
|
||||
Comment=Good white modern-looking theme with a piece of nostalgia
|
4
profile
4
profile
|
@ -14,5 +14,5 @@ export FILE_MANAGER="/usr/bin/thunar"
|
|||
export EMAIL_CLIENT="/usr/bin/thunderbird"
|
||||
export EDITOR="/usr/bin/vim"
|
||||
|
||||
[ "$(fgconsole 2>/dev/null)" = "1" ] && exec startx -- vt1 &> /dev/null
|
||||
|
||||
export XINITRC="$HOME/.config/sx/sxrc"
|
||||
[ "$(fgconsole 2>/dev/null)" = "1" ] && exec sx
|
||||
|
|
|
@ -15,5 +15,5 @@ case $1 in
|
|||
;;
|
||||
esac
|
||||
|
||||
ddcutil --bus=12 setvcp 60 ${OUT[0]} &
|
||||
ddcutil --bus=13 setvcp 60 ${OUT[0]} &
|
||||
wait
|
||||
|
|
8
scripts/iommu.sh
Executable file
8
scripts/iommu.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
shopt -s nullglob
|
||||
for g in $(find /sys/kernel/iommu_groups/* -maxdepth 0 -type d | sort -V); do
|
||||
echo "IOMMU Group ${g##*/}:"
|
||||
for d in $g/devices/*; do
|
||||
echo -e "\t$(lspci $@ -nns ${d##*/})"
|
||||
done;
|
||||
done;
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue