update a bunch of things

This commit is contained in:
Daylin Morgan 2022-03-29 12:40:10 -05:00
parent 520aa7cf20
commit 3eba4cf312
6 changed files with 9 additions and 8 deletions

View file

@ -1,5 +0,0 @@
#exec dbus-launch
xinput --map-to-output 'ELAN901C:00 04F3:2C29' eDP1
exec dbus-launch leftwm

View file

@ -0,0 +1,3 @@
#!/bin/sh
. ~/.xprofile

View file

@ -1,2 +1,5 @@
#!/bin/sh
xinput --map-to-output 'ELAN901C:00 04F3:2C29' eDP1 xinput --map-to-output 'ELAN901C:00 04F3:2C29' eDP1
xss-lock -- ~/bin/lock &

View file

@ -48,7 +48,7 @@ window:
# by DPI and the specified value is always added at both opposing sides. # by DPI and the specified value is always added at both opposing sides.
padding: padding:
x: 10 x: 10
y: 5 y: 10
# Spread additional padding evenly around the terminal content. # Spread additional padding evenly around the terminal content.
dynamic_padding: true dynamic_padding: true

View file

@ -4,6 +4,7 @@ local p = function(name) return string.format("require'config.%s'", name) end
lvim.plugins = { lvim.plugins = {
{ 'Mofiqul/dracula.nvim' }, { 'Mofiqul/dracula.nvim' },
{ 'ggandor/lightspeed.nvim' }, { 'ggandor/lightspeed.nvim' },
{ 'elkowar/yuck.vim' },
{ 'goolord/alpha-nvim', { 'goolord/alpha-nvim',
config = p"alpha" config = p"alpha"
}, },

View file

@ -1,8 +1,7 @@
# XDG # XDG
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}" export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
export XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}" export XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"
export XDG_CACHE_HOME="${XDG_CACHE_HOME:-$HOME/.local/cache}"
export PATH=$PATH:~/bin
export HISTFILE=~/.zsh_history export HISTFILE=~/.zsh_history
export HISTSIZE=32768 export HISTSIZE=32768