devlcp / dotfiles-void

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAIN

Void

# xbps-install sudo rofi wezterm redshift-gtk devilspie fish-shell volumeicon alsa-utils pulseaudio

Debian

# apt install sudo rofi xfce4-terminal redshift-gtk devilspie fish volumeicon alsa-utils pulseaudio

CONFIG

Icons and Theme

Create .icons and .themes directory on home

Icons:

Theme:

Devilspie

mkdir .devilspie

Example:

--- tym.ds ---

(if (is (application_name) "tym")
    (begin 
        (if (is (window_role) "")
            (begin 
                (undecorate)
            )
        )
    )
)

More info(devilspie)

Install Neovim 5

sudo xbps-install cmake ninja base-devel unzip
git clone https://github.com/neovim/neovim.git
make clean
sudo make install

# Uninstall
sudo rm /usr/local/bin/nvim
sudo rm -r /usr/local/share/nvim/

FIREFOX DISABLE ALT MENU

Type about:config and find ui.key.menuAccessKeyFocuses, change true value to false.

About

License:MIT License


Languages

Language:Lua 72.0%Language:Shell 23.7%Language:CSS 4.3%