From 6632324d706b65e0a8498188118427c1d81e6aa0 Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 19 Oct 2023 09:05:43 -0500 Subject: Add X11 back for now, will probably switch again later --- X11/Xresources | 10 +++++----- X11/xinitrc | 5 +++++ X11/xprofile | 1 + 3 files changed, 11 insertions(+), 5 deletions(-) create mode 100755 X11/xinitrc create mode 100755 X11/xprofile (limited to 'X11') 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 -- cgit v1.2.3