update a bunch of things
This commit is contained in:
parent
520aa7cf20
commit
3eba4cf312
6 changed files with 9 additions and 8 deletions
|
@ -1,5 +0,0 @@
|
|||
#exec dbus-launch
|
||||
|
||||
xinput --map-to-output 'ELAN901C:00 04F3:2C29' eDP1
|
||||
|
||||
exec dbus-launch leftwm
|
3
home/executable_dot_xinitrc
Normal file
3
home/executable_dot_xinitrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ~/.xprofile
|
|
@ -1,2 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
xinput --map-to-output 'ELAN901C:00 04F3:2C29' eDP1
|
||||
|
||||
xss-lock -- ~/bin/lock &
|
|
@ -48,7 +48,7 @@ window:
|
|||
# by DPI and the specified value is always added at both opposing sides.
|
||||
padding:
|
||||
x: 10
|
||||
y: 5
|
||||
y: 10
|
||||
|
||||
# Spread additional padding evenly around the terminal content.
|
||||
dynamic_padding: true
|
||||
|
|
|
@ -4,6 +4,7 @@ local p = function(name) return string.format("require'config.%s'", name) end
|
|||
lvim.plugins = {
|
||||
{ 'Mofiqul/dracula.nvim' },
|
||||
{ 'ggandor/lightspeed.nvim' },
|
||||
{ 'elkowar/yuck.vim' },
|
||||
{ 'goolord/alpha-nvim',
|
||||
config = p"alpha"
|
||||
},
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# XDG
|
||||
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
|
||||
export XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"
|
||||
|
||||
export PATH=$PATH:~/bin
|
||||
export XDG_CACHE_HOME="${XDG_CACHE_HOME:-$HOME/.local/cache}"
|
||||
|
||||
export HISTFILE=~/.zsh_history
|
||||
export HISTSIZE=32768
|
||||
|
|
Loading…
Reference in a new issue