Compare commits
No commits in common. "a08c1373437906d1208eb82e2ffb171d1b4ce566" and "e6e875dba882ac994b939a395b51ae217761f937" have entirely different histories.
a08c137343
...
e6e875dba8
2 changed files with 4 additions and 4 deletions
|
|
@ -133,8 +133,8 @@ riverctl border-width 2
|
||||||
|
|
||||||
# options
|
# options
|
||||||
riverctl set-repeat 50 300
|
riverctl set-repeat 50 300
|
||||||
riverctl keyboard-layout -options "altwin:swap_lalt_lwin" us
|
# riverctl keyboard-layout -options "altwin:swap_lalt_lwin" us
|
||||||
# riverctl keyboard-layout -options "grp:alt_space_toggle" -variant ,dvorak us,us
|
riverctl keyboard-layout -options "grp:alt_space_toggle" -variant ,dvorak us,us
|
||||||
|
|
||||||
riverctl focus-follows-cursor normal
|
riverctl focus-follows-cursor normal
|
||||||
riverctl hide-cursor timeout 10000
|
riverctl hide-cursor timeout 10000
|
||||||
|
|
@ -190,7 +190,7 @@ blueman-applet &
|
||||||
foot --server & # TODO: figure out systemd service
|
foot --server & # TODO: figure out systemd service
|
||||||
|
|
||||||
# emacs daemon
|
# emacs daemon
|
||||||
emacs --daemon &
|
emacs --daemon
|
||||||
|
|
||||||
# pianobar
|
# pianobar
|
||||||
riverctl map normal $mod+Shift S spawn '~/.config/pianobar/change_station.sh'
|
riverctl map normal $mod+Shift S spawn '~/.config/pianobar/change_station.sh'
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
export PATH="$HOME/.local/share/cargo/bin:$HOME/.cache/cabal/bin:$HOME/.local/bin:$HOME/j9.5/bin:$HOME/.local/share/rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin:/usr/lib/smlnj/bin:$HOME/.config/emacs/bin:$HOME/.elan/bin:$HOME/.local/share/pack/bin:$PATH"
|
export PATH="$HOME/.local/share/cargo/bin:$HOME/.cache/cabal/bin:$HOME/.local/bin:$HOME/j9.5/bin:$HOME/.local/share/rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin:/usr/lib/smlnj/bin:$HOME/.config/emacs/bin:$HOME/.elan/bin:$HOME/.local/share/pack/bin:$PATH"
|
||||||
|
|
||||||
# Bemenu
|
# Bemenu
|
||||||
export BEMENU_OPTS='--ignorecase --fb "#1e1e2e" --ff "#cdd6f4" --nb "#1e1e2e" --nf "#cdd6f4" --tb "#1e1e2e" --hb "#1e1e2e" --tf "#f5c2e7" --hf "#f9e2af" --af "#cdd6f4" --ab "#1e1e2e" --fn "Iosevka Nerd Font 16" --no-overlap --wrap'
|
export BEMENU_OPTS='--fb "#1e1e2e" --ff "#cdd6f4" --nb "#1e1e2e" --nf "#cdd6f4" --tb "#1e1e2e" --hb "#1e1e2e" --tf "#f5c2e7" --hf "#f9e2af" --af "#cdd6f4" --ab "#1e1e2e" --fn "Iosevka Nerd Font 16" --hp 5 --no-overlap --wrap'
|
||||||
|
|
||||||
# XDG directories
|
# XDG directories
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue