Initial commit
dotbot, X, emacs, zsh, i3
This commit is contained in:
commit
c154ac3f7c
17 changed files with 2241 additions and 0 deletions
1
X/.Xdefaults
Symbolic link
1
X/.Xdefaults
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
.Xresources
|
||||
34
X/.Xresources
Normal file
34
X/.Xresources
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
URxvt*depth: 32
|
||||
URxvt*background: [90]#000000
|
||||
URxvt*foreground: [100]#FFFFFF
|
||||
URxvt*scrollBar: false
|
||||
URxvt*saveLines: 65535
|
||||
URxvt*pastableTabs: true
|
||||
URxvt*cursorBlink: false
|
||||
URxvt*transparent: true
|
||||
URxvt.shading: 20
|
||||
|
||||
URxvt*font: xft:DejaVu Sans Mono:size=10
|
||||
URxvt*letterSpace: -1
|
||||
|
||||
URxvt*buffered: true
|
||||
URxvt*intensityStyles: false
|
||||
URxvt*urgentOnBell: true
|
||||
URxvt*iso14755: false
|
||||
|
||||
URxvt*perl-ext-common: default,tabbedex,clipboard
|
||||
|
||||
URxvt*tabbed.tabbar-fg: 235
|
||||
URxvt*tabbed.tabbar-bg: 0
|
||||
URxvt*tabbed.tab-fg: 245
|
||||
URxvt*tabbed.tab-bg: 0
|
||||
URxvt*tabbed.autohide: true
|
||||
|
||||
URxvt*tabbed.no-tabbedex-keys: true
|
||||
URxvt*keysym.C-T: perl:tabbedex:new_tab
|
||||
URxvt*keysym.C-Next: perl:tabbedex:next_tab
|
||||
URxvt*keysym.C-Prior: perl:tabbedex:prev_tab
|
||||
|
||||
Xautolock.corners: 000-
|
||||
Xautolock.time: 10
|
||||
Xautolock.locker: i3lock
|
||||
Loading…
Add table
Add a link
Reference in a new issue