Changed some river keybindings and moved mako location to top-right.

This commit is contained in:
Thai Noodles 2024-01-14 11:30:24 -08:00
parent ece09d9598
commit 0202aab104
2 changed files with 10 additions and 6 deletions

View File

@ -1,6 +1,6 @@
max-history=10
max-visible=5
anchor=bottom-right
anchor=top-right
font=Comic Mono 12
background-color=#282a36
text-color=#50fa7b

View File

@ -2,6 +2,10 @@
# See the river(1), riverctl(1), and rivertile(1) man pages for complete
# documentation.
# Variables
TERMINAL="foot"
LOCKSCREEN="swaylock"
# Autostart
riverctl spawn "way-displays -c $HOME/.config/way-displays/cfg.yaml"
riverctl spawn "swww init"
@ -17,15 +21,15 @@ riverctl border-color-focused 0xbd93f9
riverctl border-color-unfocused 0x282a36
# Launch Shortcuts
riverctl map normal Super Return spawn "foot tmux.sh"
riverctl map normal Super+Shift Return spawn "foot"
riverctl map normal Super Return spawn "$TERMINAL tmux.sh"
riverctl map normal Super+Shift Return spawn "$TERMINAL"
riverctl map normal Super Space spawn "wmenu.sh"
# Focus Controls
riverctl map normal Super H focus-view previous
riverctl map normal Super H send-layout-cmd rivertile "main-count +1"
riverctl map normal Super J focus-view next
riverctl map normal Super K focus-view previous
riverctl map normal Super L focus-view next
riverctl map normal Super L send-layout-cmd rivertile "main-count -1"
riverctl map normal Alt Tab focus-view next
riverctl map normal Alt+Shift Tab focus-view previous
riverctl map normal Super Tab focus-output next
@ -36,7 +40,7 @@ riverctl map normal Super Bracketleft focus-output previous
riverctl map normal Super+Shift H zoom
riverctl map normal Super+Shift J swap next
riverctl map normal Super+Shift K swap previous
riverctl map normal Super+Shift L swap next
riverctl map normal Super+Shift L spawn $LOCKSCREEN
riverctl map normal Super+Shift Tab send-to-output next
riverctl map normal Super+Shift Bracketright send-to-output next
riverctl map normal Super+Shift Bracketleft send-to-output previous