diff options
| -rw-r--r-- | Emacs/.config/emacs/early-init.el | 2 | ||||
| -rw-r--r-- | README.org | 2 | ||||
| -rw-r--r-- | SystemD/.config/systemd/user/emacs.service | 4 | ||||
| -rwxr-xr-x[-rw-r--r--] | XServer/.xinitrc | 6 | ||||
| -rw-r--r-- | XServer/.xprofile | 2 | ||||
| -rw-r--r-- | picom/.config/picom/picom.conf | 2 | 
6 files changed, 9 insertions, 9 deletions
| diff --git a/Emacs/.config/emacs/early-init.el b/Emacs/.config/emacs/early-init.el index ceea044..89d4739 100644 --- a/Emacs/.config/emacs/early-init.el +++ b/Emacs/.config/emacs/early-init.el @@ -56,7 +56,7 @@                         (vertical-scroll-bars . nil)                         (left-fringe          . 0)                         (right-fringe         . 0) -                       (alpha                . (80 70))) +                       (alpha                . (90 80)))   menu-bar-mode nil   tool-bar-mode nil   scroll-bar-mode nil) @@ -2,7 +2,7 @@  #+author: Aryadev Chavali  #+description: README for Dotfiles -General configuration for my system, that system being composed of two +General configuration for my system, said system being composed of two  things:  - Emacs  - The bootstrap for Emacs diff --git a/SystemD/.config/systemd/user/emacs.service b/SystemD/.config/systemd/user/emacs.service index b0e76f8..d7a260c 100644 --- a/SystemD/.config/systemd/user/emacs.service +++ b/SystemD/.config/systemd/user/emacs.service @@ -3,8 +3,8 @@ Description=Emacs  [Service]  Type=forking -ExecStart=/usr/bin/emacs --bg-daemon -ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)" +ExecStart=/usr/local/bin/emacs --daemon +ExecStop=/usr/local/bin/emacsclient --eval "(kill-emacs)"  Restart=on-failure  TimeoutStartSec=0 diff --git a/XServer/.xinitrc b/XServer/.xinitrc index b1a9431..6a47261 100644..100755 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -7,14 +7,14 @@ screentimer on;  xrandr --output HDMI1    --auto --mode 1920x1080 --left-of eDP1;  xrandr --output eDP1     --auto --mode 1920x1080; -xrandr --output HDMI-1   --auto --mode 1920x1080 --left-of HDMI-1-0; -xrandr --output HDMI-1-0 --auto --mode 1920x1080 --right-of HDMI-1; +xrandr --output HDMI-0   --auto --mode 1920x1080 --right-of HDMI-1-1; +xrandr --output HDMI-1-1 --auto --mode 1920x1080 --left-of HDMI-0;  sxhkd &  dunst &  $(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &  dwmblocks & -$HOME/.local/scripts/compositor & +# $HOME/.local/scripts/compositor &  $HOME/.local/scripts/background &  while : diff --git a/XServer/.xprofile b/XServer/.xprofile index f487099..cb7ae98 100644 --- a/XServer/.xprofile +++ b/XServer/.xprofile @@ -1,4 +1,4 @@  #!/usr/bin/env sh  setxkbmap gb -option shift:both_capslock -option caps:escape; -xmodmap ~/.Xmodmap; +# xmodmap ~/.Xmodmap;  [ -f ~/.Xresources ] && xrdb -merge -I$HOME ~/.Xresources; diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 1741e69..8fffa7c 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -64,7 +64,7 @@ fade-out-step = 0.03;  # fade-delta = 10  # Do not fade on window open/close. -# no-fading-openclose = false +no-fading-openclose = true  # Do not fade destroyed ARGB windows with WM frame. Workaround of bugs in Openbox, Fluxbox, etc.  # no-fading-destroyed-argb = false | 
