Загрузить файлы в «/»
This commit is contained in:
commit
395d35450d
5 changed files with 517 additions and 0 deletions
25
.xinitrc
Normal file
25
.xinitrc
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ~
|
||||
|
||||
# settings
|
||||
setxkbmap -layout us,ru -option grp:alt_shift_toggle
|
||||
xrdb -merge ~/.Xresources
|
||||
|
||||
# dwm cycle
|
||||
#while true; do
|
||||
# # programs
|
||||
# slstatus &
|
||||
#
|
||||
# # DE
|
||||
# dwm >/dev/null 2>&1
|
||||
#
|
||||
# # post-restart
|
||||
# pkill slstatus
|
||||
#done
|
||||
|
||||
slstatus &
|
||||
flameshot &
|
||||
copyq &
|
||||
qpwgraph --minimized &
|
||||
exec dwm
|
||||
Loading…
Add table
Add a link
Reference in a new issue