diff options
Diffstat (limited to 'X11')
-rw-r--r-- | X11/Xresources | 10 | ||||
-rwxr-xr-x | X11/xinitrc | 5 | ||||
-rwxr-xr-x | X11/xprofile | 1 |
3 files changed, 11 insertions, 5 deletions
diff --git a/X11/Xresources b/X11/Xresources index e5b0aea..d5c4550 100644 --- a/X11/Xresources +++ b/X11/Xresources @@ -30,12 +30,12 @@ st.termname: st-256color st.shell: /usr/bin/tmux ! The following options options can be reloaded via USR1 signal. -st.font: mononoki Nerd Font Mono:pixelsize=9:antialias=true:autohint=true; -st.font2: Symbola:pixelsize=12:antialias=true:autohint=true; +!st.font: mononoki Nerd Font Mono:pixelsize=12:antialias=true:autohint=true; +!st.font2: Symbola:pixelsize=12:antialias=true:autohint=true; st.borderpx: 3 ! st alpha -! st.alpha: 0.8 -! st.alphaUnfocused: 0.8 +st.alpha: 0.8 +st.alphaUnfocused: 0.8 ! Available cursor values: 2 4 6 7 = █ _ | ☃ ( 1 3 5 are blinking versions) st.cursorshape: 6 ! thickness of underline and bar cursors @@ -111,7 +111,7 @@ URxvt.keysym.C-Minus: resize-font:smaller URxvt.keysym.C-Plus: resize-font:bigger ! "Enabled modi" Set from: Default -rofi.modi: window,run,ssh,drun +rofi.modi: window,run,ssh,drun.5 ! "Window width" Set from: Default rofi.width: 1366 ! "Number of lines" Set from: Default diff --git a/X11/xinitrc b/X11/xinitrc new file mode 100755 index 0000000..534bfc6 --- /dev/null +++ b/X11/xinitrc @@ -0,0 +1,5 @@ +#!/bin/sh +[ -x ~/.screenlayout/layout.sh ] && ~/.screenlayout/layout.sh +setxkbmap -option "caps:escape" & +xrdb ~/.Xresources +exec awesome diff --git a/X11/xprofile b/X11/xprofile new file mode 100755 index 0000000..1a24852 --- /dev/null +++ b/X11/xprofile @@ -0,0 +1 @@ +#!/bin/sh |