install feh if not done already (only installed with i3)
This commit is contained in:
@@ -406,7 +406,7 @@ exec --no-startup-id ~/.screenlayout/monitor.sh
|
|||||||
|
|
||||||
# set wallpaper
|
# set wallpaper
|
||||||
# exec --no-startup-id sleep 2 && nitrogen --restore
|
# 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:
|
# set powersavings for display:
|
||||||
exec --no-startup-id xset s 480 dpms 600 600 600
|
exec --no-startup-id xset s 480 dpms 600 600 600
|
||||||
|
|||||||
@@ -34,3 +34,7 @@ vim.keymap.set('n', 'Y', 'y$', {noremap=true})
|
|||||||
-- insert empty line below or above
|
-- insert empty line below or above
|
||||||
vim.keymap.set('n', '<CR>', 'o<Esc>k')
|
vim.keymap.set('n', '<CR>', 'o<Esc>k')
|
||||||
vim.keymap.set('n', '<C-o>', 'O<Esc>j')
|
vim.keymap.set('n', '<C-o>', 'O<Esc>j')
|
||||||
|
|
||||||
|
vim.opt.termguicolors = false
|
||||||
|
use ('dylanaraps/wal.vim')
|
||||||
|
vim.cmd 'colorscheme wal'
|
||||||
|
|||||||
@@ -13,7 +13,9 @@ sudo pacman -S --noconfirm starship
|
|||||||
sudo pacman -S --noconfirm tmux
|
sudo pacman -S --noconfirm tmux
|
||||||
sudo pacman -S --noconfirm ranger
|
sudo pacman -S --noconfirm ranger
|
||||||
sudo pacman -S --noconfirm ueberzug # ranger image previewer
|
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 ttf-roboto-mono-nerd # font
|
||||||
|
sudo pacman -S --noconfirm python-pywal
|
||||||
|
|
||||||
# nvim
|
# nvim
|
||||||
sudo pacman -S --noconfirm neovim
|
sudo pacman -S --noconfirm neovim
|
||||||
|
|||||||
Reference in New Issue
Block a user