some small changes
This commit is contained in:
parent
238738297f
commit
80221b7c2b
@ -10,7 +10,7 @@ XTerm*scrollBar:false
|
||||
XTerm*utf8:true
|
||||
XTerm*eightBitInput: true
|
||||
XTerm*internalBorder: 8
|
||||
Xterm*allowMouseOps:true
|
||||
XTerm*allowMouseOps:true
|
||||
|
||||
XTerm.vt100.translations: #override \n\
|
||||
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
|
||||
|
@ -1,20 +1,23 @@
|
||||
set default-bg "#000"
|
||||
set default-fg "#fff"
|
||||
set index-bg "#000"
|
||||
set index-fg "#fff"
|
||||
set index-active-bg "#000"
|
||||
set index-active-fg "#fff"
|
||||
set inputbar-bg "#000"
|
||||
set inputbar-fg "#fff"
|
||||
set statusbar-bg "#000"
|
||||
set statusbar-fg "#fff"
|
||||
set highlight-color "#000"
|
||||
set default-bg "#000"
|
||||
set default-fg "#fff"
|
||||
set index-bg "#000"
|
||||
set index-fg "#fff"
|
||||
set index-active-bg "#000"
|
||||
set index-active-fg "#fff"
|
||||
set inputbar-bg "#000"
|
||||
set inputbar-fg "#fff"
|
||||
set statusbar-bg "#000"
|
||||
set statusbar-fg "#fff"
|
||||
set highlight-color "#000"
|
||||
set highlight-active-color "#fff"
|
||||
set recolor-lightcolor "#000"
|
||||
set recolor-darkcolor "#fff"
|
||||
set recolor-lightcolor "#000"
|
||||
set recolor-darkcolor "#fff"
|
||||
|
||||
set adjust-open "best-fit"
|
||||
set adjust-open "best-fit"
|
||||
set pages-per-row 1
|
||||
set scroll-page-aware "true"
|
||||
set scroll-full-overlap 0.01
|
||||
set scroll-step 100
|
||||
|
||||
set font "Source Code Pro 11.5"
|
||||
set recolor true
|
||||
|
21
.cwmrc
21
.cwmrc
@ -1,4 +1,4 @@
|
||||
fontname "Iosevka:size=12"
|
||||
fontname "Source Code Pro:size=11.5"
|
||||
|
||||
ignore bar
|
||||
autogroup 0 bar
|
||||
@ -7,17 +7,19 @@ sticky yes
|
||||
|
||||
borderwidth 2
|
||||
|
||||
color font "#CAD3F5"
|
||||
color selfont "#24273A"
|
||||
color menufg "#CAD3F5"
|
||||
color menubg "#24273A"
|
||||
color activeborder "#8AADF4"
|
||||
color inactiveborder "#24273A"
|
||||
color font "#fff"
|
||||
color selfont "#000"
|
||||
color menufg "#fff"
|
||||
color menubg "#000"
|
||||
color activeborder "#fff"
|
||||
color inactiveborder "#353535"
|
||||
|
||||
command lock slock
|
||||
|
||||
command Terminal xterm
|
||||
command Browser /home/dvonik/bin/uc
|
||||
command Browser bin/uc
|
||||
command Discord bin/discord
|
||||
command Screenshot bin/ss
|
||||
command Lock slock
|
||||
command Logout "pkill cwm"
|
||||
|
||||
@ -31,7 +33,8 @@ bind-key F5 "actl up"
|
||||
bind-key F6 "actl down"
|
||||
|
||||
bind-key 4S-Return terminal
|
||||
bind-key 4S-b /home/dvonik/bin/uc
|
||||
bind-key 4S-b bin/uc
|
||||
bind-key 4S-s bin/ss
|
||||
bind-key 4S-Tab lock
|
||||
|
||||
bind-key MS-r restart
|
||||
|
@ -6,14 +6,15 @@
|
||||
|
||||
export GTK_THEME=Adwaita:dark
|
||||
export LANG="en_US.UTF-8"
|
||||
export DBUS_SESSION_BUS_ADDRESS="no"
|
||||
|
||||
xrdb -merge "$HOME/.Xdefaults"
|
||||
hsetroot -fill "$HOME/share/pic/wall/bence-balla-schottner-5DgfYlL_r54-unsplash.jpg"
|
||||
hsetroot -cover "$HOME/share/pic/wall/angad-singh-rHeN0jbxwPs-unsplash.jpg"
|
||||
sct 6000
|
||||
|
||||
picom -fI0.075 -O0.075 \
|
||||
--backend glx --glx-no-stencil --glx-no-rebind-pixmap \
|
||||
--vsync --xrender-sync-fence -b
|
||||
xidle -program "/usr/sbin/zzz" -timeout 900 &
|
||||
xidle -program "/usr/sbin/zzz" -timeout 600 &
|
||||
curl -SsLo $HOME/share/misc/wttr "https://wttr.in/?m&format=%t%20%C" &
|
||||
"$HOME/bin/bar" | lemonbar-xft -B "#000" -F "#fff" -f "Source Code Pro:size=11.5" &
|
||||
"$HOME/bin/bar" | lemonbar-xft -B "#000" -F "#fff" -f "Source Code Pro:size=11.5" -f "Noto Sans CJK JP" &
|
||||
exec cwm
|
||||
|
Loading…
Reference in New Issue
Block a user