mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Switched to river-git
This commit is contained in:
parent
30ca8a5ed9
commit
96e96fc427
1 changed files with 20 additions and 22 deletions
|
@ -69,18 +69,18 @@ riverctl map normal Super+Alt+Control F snap right
|
||||||
riverctl map normal Super+Alt+Control P snap up
|
riverctl map normal Super+Alt+Control P snap up
|
||||||
riverctl map normal Super+Alt+Control N snap down
|
riverctl map normal Super+Alt+Control N snap down
|
||||||
|
|
||||||
# Move views
|
|
||||||
riverctl map normal Super+Alt+Control+Shift B move left 100
|
|
||||||
riverctl map normal Super+Alt+Control+Shift F move right 100
|
|
||||||
riverctl map normal Super+Alt+Control+Shift P move up 100
|
|
||||||
riverctl map normal Super+Alt+Control+Shift N move down 100
|
|
||||||
|
|
||||||
# Resize views
|
# Resize views
|
||||||
riverctl map normal Super+Alt+Shift B resize horizontal -100
|
riverctl map normal Super+Alt+Shift B resize horizontal -100
|
||||||
riverctl map normal Super+Alt+Shift F resize horizontal 100
|
riverctl map normal Super+Alt+Shift F resize horizontal 100
|
||||||
riverctl map normal Super+Alt+Shift P resize vertical -100
|
riverctl map normal Super+Alt+Shift P resize vertical -100
|
||||||
riverctl map normal Super+Alt+Shift N resize vertical 100
|
riverctl map normal Super+Alt+Shift N resize vertical 100
|
||||||
|
|
||||||
|
# Move views
|
||||||
|
riverctl map normal Super+Alt+Control+Shift B move left 100
|
||||||
|
riverctl map normal Super+Alt+Control+Shift F move right 100
|
||||||
|
riverctl map normal Super+Alt+Control+Shift P move up 100
|
||||||
|
riverctl map normal Super+Alt+Control+Shift N move down 100
|
||||||
|
|
||||||
# Change layout
|
# Change layout
|
||||||
riverctl map normal Super+Shift B send-layout-cmd rivertile "main-location left"
|
riverctl map normal Super+Shift B send-layout-cmd rivertile "main-location left"
|
||||||
riverctl map normal Super+Shift F send-layout-cmd rivertile "main-location right"
|
riverctl map normal Super+Shift F send-layout-cmd rivertile "main-location right"
|
||||||
|
@ -199,19 +199,19 @@ riverctl map-switch normal lid close 'waylock-launcher'
|
||||||
riverctl focus-output DP-1
|
riverctl focus-output DP-1
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
### "rule-add" not until 0.3.0
|
# -app-id and title -"foo" start floating
|
||||||
# Make all views with an app-id that starts with "float" and title "foo" start floating.
|
riverctl rule-add -app-id 'Bitwarden' float
|
||||||
# riverctl rule-add float -app-id 'Bitwarden'
|
riverctl rule-add -app-id 'Blueman-manager' float
|
||||||
# riverctl rule-add float -app-id 'Blueman-manager'
|
rivercll rule-add -add-id 'connman-gtk' float
|
||||||
# riverctl rule-add float -app-id 'Galculator' -title 'galculator'
|
riverctl rule-add -app-id 'galculator' float
|
||||||
# riverctl rule-add float -app-id 'KeePassXC'
|
riverctl rule-add -app-id 'KeePassXC' float
|
||||||
# riverctl rule-add float -app-id 'Lutris'
|
riverctl rule-add -app-id 'Lutris' float
|
||||||
# riverctl rule-add float -app-id 'Mousepad'
|
riverctl rule-add -app-id 'mousepad' float
|
||||||
# riverctl rule-add float -app-id 'Steam'
|
riverctl rule-add -app-id 'Steam' float
|
||||||
# riverctl rule-add float -app-id 'vlc'
|
riverctl rule-add -app-id 'vlc' float
|
||||||
|
|
||||||
# Make all views with app-id "bar" and any title use client-side decorations
|
# -app-id "bar" and any title use client-side decorations
|
||||||
# riverctl rule-add csd -app-id "bar"
|
riverctl rule-add -app-id 'emacs' csd
|
||||||
|
|
||||||
# Default layout generator - rivertile(1)
|
# Default layout generator - rivertile(1)
|
||||||
riverctl default-layout rivertile
|
riverctl default-layout rivertile
|
||||||
|
@ -220,10 +220,8 @@ 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 &
|
||||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
/usr/lib/at-spi-bus-launcher --launch-immediately &
|
#/usr/lib/at-spi-bus-launcher --launch-immediately &
|
||||||
gnome-keyring-daemon --start --components=pkcs11 &
|
#gnome-keyring-daemon --start --components=pkcs11,secrets,ssh &
|
||||||
gnome-keyring-daemon --start --components=secrets &
|
|
||||||
gnome-keyring-daemon --start --components=ssh &
|
|
||||||
kanshi &
|
kanshi &
|
||||||
pipewire-launcher &
|
pipewire-launcher &
|
||||||
swayidle-launcher &
|
swayidle-launcher &
|
||||||
|
|
Loading…
Reference in a new issue