smaller stuff

This commit is contained in:
Cheri 2021-05-12 13:46:32 +03:00 committed by vibikim
parent 92842ef999
commit cdfdb87b30
6 changed files with 11 additions and 9 deletions

View file

@ -6,7 +6,7 @@ export PATH=$PATH:$HOME/.local/bin
# Default programs: # Default programs:
export EDITOR="nvim" export EDITOR="nvim"
export TERMINAL="st" export TERMINAL="st"
export BROWSER="librewolf" export BROWSER="firefox"
export BROWSER2="brave" export BROWSER2="brave"
export READER="xreader" export READER="xreader"
export FILEMANAGER="thunar" export FILEMANAGER="pcmanfm"

View file

@ -11,10 +11,10 @@ What I use right now (stuff I have to install on a fresh linux install):
* polybar * polybar
* dunst * dunst
* st -- my build is [right here ](https://github.com/vibikim/st) * st -- my build is [right here ](https://github.com/vibikim/st)
* nemo and lf * pcmanfm and lf
* rofi AND dmenu (weird i know) * rofi AND dmenu (weird i know)
* neovim * neovim
* emacs -- Work In Progress * DOOM emacs
* xreader * xreader
* viewnior * viewnior
* copyq * copyq
@ -26,7 +26,7 @@ What I use right now (stuff I have to install on a fresh linux install):
* lxqt-policykit * lxqt-policykit
* pavucontrol * pavucontrol
* brave * brave
* MPD and ncmpcpp (includes `mpd-mpris` and `mpd-rich-presence-discord`) * MPD and ncmpcpp (includes `mpd-mpris`, `mpd-rich-presence-discord` and `mpdscribble`)
* lxapperance * lxapperance
* NerdFonts * NerdFonts
* **DASH set as /bin/sh** (Arch Linux) (! Some scripts won't run corectly if they are run by bash) * **DASH set as /bin/sh** (Arch Linux) (! Some scripts won't run corectly if they are run by bash)

View file

@ -3,6 +3,8 @@
### ###
# AUTOSTART # AUTOSTART
### ###
# TODO launch apps based on the hostname
# TODO stop using `hostname` and use the $HOSTNAME variable instead
xsetroot -cursor_name left_ptr #fix background cursor being different xsetroot -cursor_name left_ptr #fix background cursor being different
sxhkd & sxhkd &
~/.config/polybar/launch.sh & ~/.config/polybar/launch.sh &

View file

@ -45,12 +45,12 @@
[urgency_low] [urgency_low]
background = "#1E2029" background = "#1E2029"
foreground = "#bbc2cf" foreground = "#bbc2cf"
timeout = 8 timeout = 4
[urgency_normal] [urgency_normal]
background = "#2a2d39" background = "#2a2d39"
foreground = "#bbc2cf" foreground = "#bbc2cf"
timeout = 14 timeout = 5
[urgency_critical] [urgency_critical]
background = "#cc6666" background = "#cc6666"

View file

@ -82,7 +82,7 @@ map md mkdirap md mkdir
### ###
map gh :cd ~/ map gh :cd ~/
map gw :cd /run/media/vibikim/WAD map gw :cd /run/media/vibbe/WAD
map gc :cd ~/.config map gc :cd ~/.config
map gd :cd ~/Downloads map gd :cd ~/Downloads
map gD :cd ~/Documents map gD :cd ~/Documents

View file

@ -33,7 +33,7 @@ super + shift + o
super + shift + Escape super + shift + Escape
xfce4-taskmanager xfce4-taskmanager
super + shift + e super + shift + e
$TERMINAL -e nvim -c Ex emacs
# Toggle stuff # Toggle stuff