install feh if not done already (only installed with i3)

This commit is contained in:
2024-04-23 11:31:53 +02:00
parent ca6925d998
commit 3644648027
3 changed files with 7 additions and 1 deletions

View File

@@ -406,7 +406,7 @@ exec --no-startup-id ~/.screenlayout/monitor.sh
# set wallpaper
# exec --no-startup-id sleep 2 && nitrogen --restore
exec --no-startup-id sleep 1 && feh --bg-fill /usr/share/endeavouros/backgrounds/eos_wallpapers_community/krimkerre_2_poly.jpg
exec --no-startup-id sleep 1 && feh --bg-fill /usr/share/endeavouros/backgrounds/eos_wallpapers_community/SaturnV-2.png
# set powersavings for display:
exec --no-startup-id xset s 480 dpms 600 600 600

View File

@@ -34,3 +34,7 @@ vim.keymap.set('n', 'Y', 'y$', {noremap=true})
-- insert empty line below or above
vim.keymap.set('n', '<CR>', 'o<Esc>k')
vim.keymap.set('n', '<C-o>', 'O<Esc>j')
vim.opt.termguicolors = false
use ('dylanaraps/wal.vim')
vim.cmd 'colorscheme wal'

View File

@@ -13,7 +13,9 @@ sudo pacman -S --noconfirm starship
sudo pacman -S --noconfirm tmux
sudo pacman -S --noconfirm ranger
sudo pacman -S --noconfirm ueberzug # ranger image previewer
sudo pacman -S --noconfirm feh # background
sudo pacman -S --noconfirm ttf-roboto-mono-nerd # font
sudo pacman -S --noconfirm python-pywal
# nvim
sudo pacman -S --noconfirm neovim