diff --git a/README.md b/README.md index e2476f1..4edd868 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,15 @@ ## System -+ Bar: polybar (and dwmblocks) + Compositor: picom-git + Notifications: dunst + Shell: zsh + Terminal: alacritty -+ WM: i3-gaps (and dwm) ++ WM: dwm ## Programs -+ Editor: emacs (nvim as fallback) ++ Editor: emacs + File-Browser: ranger + Image-Viewer: sxiv + Launcher: [dmenu](https://github.com/crammk/dmenu) @@ -25,7 +24,7 @@ ## Other Dependencies + [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 + [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 diff --git a/files/.config/dunst/dunstrc b/files/.config/dunst/dunstrc index 32d5977..8c9160d 100644 --- a/files/.config/dunst/dunstrc +++ b/files/.config/dunst/dunstrc @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # 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). indicate_hidden = yes diff --git a/files/.xinitrc b/files/.xinitrc index 5b6013d..503ace9 100755 --- a/files/.xinitrc +++ b/files/.xinitrc @@ -39,11 +39,5 @@ nm-applet & feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png #asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 & -if [ `hostname` = "aincrad" ];then - dwmblocks & - exec dwm -fi - -if [ `hostname` = "nazarick" ];then - exec i3 -fi +dwmblocks & +exec dwm diff --git a/screenshots/pc.png b/screenshots/pc.png index ad87b92..1685576 100644 Binary files a/screenshots/pc.png and b/screenshots/pc.png differ