mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Switch to yambar on laptop
This commit is contained in:
parent
cc72d61a8e
commit
91ebf1e5aa
1 changed files with 8 additions and 7 deletions
|
@ -56,8 +56,8 @@ riverctl map normal Super Grave send-to-output previous
|
||||||
riverctl map normal Super+Shift Return zoom
|
riverctl map normal Super+Shift Return zoom
|
||||||
|
|
||||||
# Increase/decrease the main ratio of rivertile(1)
|
# Increase/decrease the main ratio of rivertile(1)
|
||||||
riverctl map normal Super F send-layout-cmd rivertile "main-ratio -0.05"
|
riverctl map normal Super B send-layout-cmd rivertile "main-ratio -0.05"
|
||||||
riverctl map normal Super B send-layout-cmd rivertile "main-ratio +0.05"
|
riverctl map normal Super F send-layout-cmd rivertile "main-ratio +0.05"
|
||||||
|
|
||||||
# Increment/decrement the main count of rivertile(1)
|
# Increment/decrement the main count of rivertile(1)
|
||||||
riverctl map normal Super+Alt F send-layout-cmd rivertile "main-count +1"
|
riverctl map normal Super+Alt F send-layout-cmd rivertile "main-count +1"
|
||||||
|
@ -212,7 +212,7 @@ riverctl map-switch normal lid close 'waylock-launcher'
|
||||||
|
|
||||||
# Default layout generator - rivertile(1)
|
# Default layout generator - rivertile(1)
|
||||||
riverctl default-layout rivertile
|
riverctl default-layout rivertile
|
||||||
rivertile -view-padding 4 -outer-padding 4 -main-ratio .55 -main-location right &
|
rivertile -view-padding 4 -outer-padding 4 -main-ratio .55 &
|
||||||
|
|
||||||
# Autostart
|
# Autostart
|
||||||
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river &
|
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river &
|
||||||
|
@ -224,14 +224,15 @@ gnome-keyring-daemon --start --components=ssh &
|
||||||
kanshi &
|
kanshi &
|
||||||
pipewire-launcher &
|
pipewire-launcher &
|
||||||
swayidle-launcher &
|
swayidle-launcher &
|
||||||
waybar-launcher &
|
|
||||||
dunst &
|
dunst &
|
||||||
gammastep -r &
|
gammastep -r &
|
||||||
river-tag-overlay &
|
|
||||||
{{- if eq .chezmoi.hostname "hydrus" }}
|
{{- if eq .chezmoi.hostname "hydrus" }}
|
||||||
swaybg -m fill -i ${HOME}/Pictures/Wallpapers/dark-forest-path.jpg &
|
waybar-launcher &
|
||||||
|
river-tag-overlay &
|
||||||
|
blueman-applet &
|
||||||
|
swaybg -m fill -i "${HOME}/Pictures/Wallpapers/dark-forest-path.jpg" &
|
||||||
{{- else if eq .chezmoi.hostname "helix" }}
|
{{- else if eq .chezmoi.hostname "helix" }}
|
||||||
|
yambar-launcher &
|
||||||
swaybg -m center -i "${HOME}/Pictures/Wallpapers/Mountain Retreat.jpg" &
|
swaybg -m center -i "${HOME}/Pictures/Wallpapers/Mountain Retreat.jpg" &
|
||||||
{{- end }}
|
{{- end }}
|
||||||
blueman-applet &
|
|
||||||
sleep 10 && nextcloud --background &
|
sleep 10 && nextcloud --background &
|
||||||
|
|
Loading…
Reference in a new issue