bunch of tweaks: switch to bemenu, dvorak, added some utilities
This commit is contained in:
parent
df7d8de4c4
commit
bdec630ca7
1 changed files with 11 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
term="foot"
|
term="foot"
|
||||||
term_client="footclient"
|
term_client="footclient"
|
||||||
term_float="foot --app-id=float -w 1120x700"
|
term_float="foot --app-id=float -w 1120x700"
|
||||||
browser="librewolf"
|
browser="qutebrowser"
|
||||||
email="thunderbird"
|
email="thunderbird"
|
||||||
emacs="emacsclient --create-frame --alternate-editor='emacs'"
|
emacs="emacsclient --create-frame --alternate-editor='emacs'"
|
||||||
mod=Super
|
mod=Super
|
||||||
|
|
@ -17,13 +17,17 @@ rm -f $wobsock && mkfifo $wobsock && tail -f $wobsock | wob &
|
||||||
# Launch things
|
# Launch things
|
||||||
riverctl map normal $mod Return spawn $term_client
|
riverctl map normal $mod Return spawn $term_client
|
||||||
riverctl map normal $mod+Shift Return spawn $term
|
riverctl map normal $mod+Shift Return spawn $term
|
||||||
riverctl map normal $mod Semicolon spawn fuzzel
|
riverctl map normal $mod R span "bemenu-run -p launch"
|
||||||
|
riverctl map normal $mod Semicolon spawn "bemenu-run -p launch"
|
||||||
|
riverctl map normal $mod+Shift P spawn "passmenu -p password"
|
||||||
riverctl map normal $mod BracketRight spawn "$browser"
|
riverctl map normal $mod BracketRight spawn "$browser"
|
||||||
riverctl map normal $mod T spawn "$email"
|
riverctl map normal $mod T spawn "$email"
|
||||||
riverctl map normal $mod Z spawn "$books"
|
riverctl map normal $mod Z spawn "$books"
|
||||||
riverctl map normal $mod Y spawn "$papers"
|
riverctl map normal $mod Y spawn "$papers"
|
||||||
riverctl map normal $mod E spawn "$emacs"
|
riverctl map normal $mod E spawn "$emacs"
|
||||||
riverctl map normal $mod+Control O spawn "swaylock"
|
riverctl map normal $mod+Control O spawn "swaylock"
|
||||||
|
riverctl map normal $mod B spawn "bluetoothctl connect 88:C9:E8:D7:60:85"
|
||||||
|
riverctl map normal $mod+Shift B spawn "bluetoothctl disconnect 88:C9:E8:D7:60:85"
|
||||||
|
|
||||||
# Close windows & exit wm
|
# Close windows & exit wm
|
||||||
riverctl map normal $mod+Shift C close
|
riverctl map normal $mod+Shift C close
|
||||||
|
|
@ -129,7 +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 focus-follows-cursor normal
|
riverctl focus-follows-cursor normal
|
||||||
riverctl hide-cursor timeout 10000
|
riverctl hide-cursor timeout 10000
|
||||||
|
|
@ -184,6 +189,9 @@ blueman-applet &
|
||||||
# foot server
|
# foot server
|
||||||
foot --server & # TODO: figure out systemd service
|
foot --server & # TODO: figure out systemd service
|
||||||
|
|
||||||
|
# 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'
|
||||||
riverctl map normal $mod P spawn 'echo "p" > ~/.config/pianobar/ctl'
|
riverctl map normal $mod P spawn 'echo "p" > ~/.config/pianobar/ctl'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue