diff options
| author | nic <ra@afu.re> | 2025-08-02 23:34:41 -0400 |
|---|---|---|
| committer | nic <ra@afu.re> | 2025-08-02 23:34:41 -0400 |
| commit | 989d4e83eac319ef1a1875d14f210c0720efb523 (patch) | |
| tree | 58bd764c654c73f4cf57d221a84a169306e64dc5 /cs | |
| parent | 158f84962eb031545f3f89a49454f019d3d121f6 (diff) | |
Auto from nzxt - Sat 02 Aug 2025 11:34:41 PM EDT
Diffstat (limited to 'cs')
| -rw-r--r-- | cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md | 70 |
1 files changed, 32 insertions, 38 deletions
diff --git a/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md b/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md index e563ab7..b32a4ca 100644 --- a/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md +++ b/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md @@ -99,6 +99,7 @@ reboot altezza@asahi make.conf wayland use +-X on laptop ## openrc ssh... @@ -126,7 +127,7 @@ emerge app-admin/sudo visudo #Allow members of group sudo to execute any command without any password -%sudo ALL=(ALL:ALL) ALL +%sudo ALL=(ALL:ALL) ALL %sudo ALL=NOPASSWD: ALL ## dbus @@ -140,63 +141,56 @@ passwd $USER # choose Cron pkg +# system time ? + # now switch to user ? ## ZSH -emerge app-shells/zsh app-shells/zsh-completions app-shells/gentoo-zsh-completions app-shells/zsh-syntax-highlighting -chsh -s /bin/zsh +emerge app-shells/zsh app-shells/zsh-completions app-shells/gentoo-zsh-completions app-shells/zsh-syntax-highlighting \ + app-editors/neovim app-vim/gentoo-syntax -## Neovim +chsh -s /bin/zsh eselect vi list ## Wayland + wlroots + Dwl + terminal++ -emerge dev-libs/wayland x11-base/xwayland gui-libs/wlroots dev-libs/bemenu -emerge -1 gui-apps/foot +sudo eselect repository add palladian git git.afu.re/palladian +emerge --sync palladian + +## before entering dwl +emerge dev-libs/wayland x11-base/xwayland gui-libs/wlroots \ + gui-wm/dwl gui-wm/dwlb gui-apps/foot dev-libs/bemenu \ + gui-apps/wlr-randr gui-apps/wbg x11-misc/dunst -SHCMD(TERMINAL " -e neomutt ") }, -SHCMD(TERMINAL " -e abook -C ~/.config/abook/abookrc --datafile ~/.config/abook/addressbook") }, -{.v = (const char*[]){ TERMINAL, "-e", "lfub", NULL } } } -{.v = (const char*[]){ TERMINAL, "-e", "htop", NULL } } }, -{.v = (const char*[]){ TERMINAL, "-e", "nvim", "-c", "VimwikiIndex", NULL } } }, -### EBUILD For -https://codeberg.org/dwl/dwl -https://git.afu.re/st/ -https://gitlab.freedesktop.org/emersion/wlr-randr -https://codeberg.org/dnkl/wbg -https://github.com/KoffeinFlummi/htop-vim +### Dotfiles g git -### dwl patches -scratchpad: Accessible with mod+shift+enter. -https://codeberg.org/dwl/dwl-patches/src/commit/161c62ae6c4fd379f6181f42cf8a5f937e2bff86/patches/swallow -https://codeberg.org/dwl/dwl-patches/src/commit/161c62ae6c4fd379f6181f42cf8a5f937e2bff86/patches/bar -https://codeberg.org/dwl/dwl-patches/src/commit/161c62ae6c4fd379f6181f42cf8a5f937e2bff86/patches/hide_vacant_tags -https://codeberg.org/dwl/dwl-patches/src/commit/161c62ae6c4fd379f6181f42cf8a5f937e2bff86/patches/stacker -https://codeberg.org/dwl/dwl-patches/src/commit/161c62ae6c4fd379f6181f42cf8a5f937e2bff86/patches/vanitygaps -https://codeberg.org/dwl/dwl-patches/src/commit/161c62ae6c4fd379f6181f42cf8a5f937e2bff86/patches/unclutter +emerge app-misc/lf media-video/mpv media-gfx/nsxiv media-gfx/ueberzugpp \ + app-text/zathura app-text/zathura-pdf-poppler \ + app-text/odt2txt media-video/ffmpegthumbnailer app-text/catdoc app-text/docx2txt app-text/odt2txt app-text/poppler \ + app-office/calcurse app-misc/abook sci-visualization/visidata \ + mail-client/mutt-wizard mail-client/neomutt net-mail/isync mail-mta/msmtp \ + media-sound/mpd media-sound/mpc media-sound/rmpc media-sound/beets \ + net-misc/yt-dlp media-video/ffmpeg app-text/wgetpaste \ + www-client/firefox:esr -https://codeberg.org/dwl/dwl-patches/src/commit/161c62ae6c4fd379f6181f42cf8a5f937e2bff86/patches/regions -## Dotfiles -slop and maim replaced by slurp & grim ? -emerge media-sound/mpd media-sound/mpc + > rewrite dmenu script for bemenu -x11-misc/dunst sci-visualization/visidata media-gfx/nsxiv +> ALIAS abook to SHCMD(TERMINAL " -e abook -C ~/.config/abook/abookrc --datafile ~/.config/abook/addressbook") }, -app-office/calcurse app-misc/abook -https://github.com/gokcehan/lf media-gfx/ueberzugpp +> ALIAS htop=htop-vim ->>> REPLACE ncmpcpp by Rusty Music Player Client +> region function :slurp & grim ? + +> EMOJIS ? +{ MODKEY, XK_grave, spawn, {.v = (const char*[]){ "dmenuunicode", NULL } } }, + ### gpg pass ect https://github.com/t-8ch/pinentry-bemenu app-admin/pass ### Email setup -emerge mail-client/mutt-wizard mail-client/neomutt net-mail/isync mail-mta/msmtp - - -### desktop admin tools -emerge net-misc/yt-dlp ffmpeg imagemagick +emerge |
