summaryrefslogtreecommitdiff
path: root/X11
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-10-19 09:22:58 -0500
committerzachir <zachir@librem.one>2023-10-19 09:22:58 -0500
commit98f46e3b56a94067218a991a93ffd0f5e2554e11 (patch)
tree3632cb89431830ce11e33f94258bf4f1120660f4 /X11
parentd2bfa8425823f116af8f641496a6a7af72318717 (diff)
Use X11 and not Wayland now
Diffstat (limited to 'X11')
-rw-r--r--X11/Xresources10
-rwxr-xr-xX11/xinitrc5
-rwxr-xr-xX11/xprofile1
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