Update xinit

This commit is contained in:
Marco Thomas
2021-03-26 13:57:17 +01:00
parent 0c44704f90
commit 1f842bcc5a
4 changed files with 6 additions and 13 deletions

View File

@@ -4,16 +4,15 @@
## System ## System
+ Bar: polybar (and dwmblocks)
+ Compositor: picom-git + Compositor: picom-git
+ Notifications: dunst + Notifications: dunst
+ Shell: zsh + Shell: zsh
+ Terminal: alacritty + Terminal: alacritty
+ WM: i3-gaps (and dwm) + WM: dwm
## Programs ## Programs
+ Editor: emacs (nvim as fallback) + Editor: emacs
+ File-Browser: ranger + File-Browser: ranger
+ Image-Viewer: sxiv + Image-Viewer: sxiv
+ Launcher: [dmenu](https://github.com/crammk/dmenu) + Launcher: [dmenu](https://github.com/crammk/dmenu)
@@ -25,7 +24,7 @@
## Other Dependencies ## Other Dependencies
+ [asetroot](https://github.com/Wilnath/asetroot): animated wallpaper + [asetroot](https://github.com/Wilnath/asetroot): animated wallpaper
+ [i3-swallow](https://github.com/jamesofarrell/i3-swallow): swallow terminal + [i3-swallow](https://github.com/jamesofarrell/i3-swallow): swallow terminal (not used anymore)
+ [neovim-remote](https://github.com/mhinz/neovim-remote): zathura integration + [neovim-remote](https://github.com/mhinz/neovim-remote): zathura integration
+ [vim-plug](https://github.com/junegunn/vim-plug): vim plugin manager + [vim-plug](https://github.com/junegunn/vim-plug): vim plugin manager
+ fcitx + mozc: Japanese Keyboard - [Install](https://www.youtube.com/watch?v=lJoXhS4EUJs) - fcitx-im fcitx-configtool fcitx-mozc + fcitx + mozc: Japanese Keyboard - [Install](https://www.youtube.com/watch?v=lJoXhS4EUJs) - fcitx-im fcitx-configtool fcitx-mozc

View File

@@ -29,7 +29,7 @@
# the top and down respectively. # the top and down respectively.
# The width can be negative. In this case the actual width is the # The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option. # screen width minus the width defined in within the geometry option.
geometry = "400x20-6+36" geometry = "400x20-10+26"
# Show how many messages are currently hidden (because of geometry). # Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes indicate_hidden = yes

View File

@@ -39,11 +39,5 @@ nm-applet &
feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 & #asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 &
if [ `hostname` = "aincrad" ];then dwmblocks &
dwmblocks & exec dwm
exec dwm
fi
if [ `hostname` = "nazarick" ];then
exec i3
fi

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 893 KiB