merge: work

This commit is contained in:
AngeD 2022-10-07 13:55:57 +02:00
commit 119f117c9a
3 changed files with 2 additions and 3 deletions

View File

@ -628,6 +628,7 @@ apps = {
"xss-lock -- " .. lock,
"picom",
"nm-applet",
"numlockx",
"killall cbatticon",
"cbatticon BAT0 -i symbolic",
"flameshot",

View File

@ -47,8 +47,5 @@ require"pack-which-key"
----- keybindings -----
-----------------------
-- terminal escape key
vim.keymap.set("t", "<Esc>", "<C-\\><C-n>" )
-- remove trailing whitespaces
vim.keymap.set("n", "<Leader>f", "<cmd>%s/\\s\\+$//e<CR>")

View File

@ -11,6 +11,7 @@ export XDG_DATA_DIRS='/usr/local/share/:/usr/share/'
export ZDOTDIR="$HOME"/.config/zsh
export HISTFILE="$XDG_STATE_HOME"/zsh/history
export ZLE_RPROMPT_INDENT=0
export LESSHISTFILE='-'