Umbreon install update
This commit is contained in:
6
config/bat.conf
Normal file
6
config/bat.conf
Normal file
@ -0,0 +1,6 @@
|
||||
--theme="ansi"
|
||||
|
||||
--italic-text=always
|
||||
|
||||
--map-syntax "*.clisp:lisp"
|
||||
--map-syntax "Dockerfile*:Dockerfile"
|
@ -1,8 +1,10 @@
|
||||
background_opacity 0.85
|
||||
font_family DejaVuSansMono Nerd Font Complete Mono
|
||||
font_size 17.0
|
||||
font_size 14.0
|
||||
allow_remote_control yes
|
||||
|
||||
confirm_os_window_close 0
|
||||
|
||||
cursor_shape block
|
||||
shell_integration no-cursor
|
||||
|
||||
|
1
config/xconfig.conf
Normal file
1
config/xconfig.conf
Normal file
@ -0,0 +1 @@
|
||||
setxkbmap -option compose:ralt
|
@ -7,10 +7,12 @@ X11_SCRIPTS='/etc/X11/xinit/xinitrc.d';
|
||||
if [ -d $X11_SCRIPTS ]
|
||||
then
|
||||
for script in $(find "$X11_SCRIPTS" -name \*.sh); do
|
||||
source "$script";
|
||||
source "$script"
|
||||
done
|
||||
fi
|
||||
|
||||
command -v dex && dex -a
|
||||
|
||||
#####################################################################
|
||||
|
||||
CUSTOM_DMENU_COMMANDS="$HOME/.local/dmenu"
|
||||
@ -27,5 +29,6 @@ $DOTWRYN/bin/xorg/activate-default &
|
||||
|
||||
#####################################################################
|
||||
|
||||
|
||||
cd
|
||||
exec i3
|
||||
|
Reference in New Issue
Block a user