mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Comment out rule-add command (not implemented?) and update autostart
This commit is contained in:
parent
528787c678
commit
3b0dde2f4c
1 changed files with 17 additions and 12 deletions
|
@ -6,6 +6,9 @@ riverctl map normal Super Return spawn kitty
|
|||
# Start fuzzel
|
||||
riverctl map normal Super Space spawn fuzzel
|
||||
|
||||
# Logout
|
||||
riverctl map normal Super End spawn "wleave -p layer-shell"
|
||||
|
||||
# Close the focused view
|
||||
riverctl map normal Super Q close
|
||||
|
||||
|
@ -136,18 +139,19 @@ riverctl border-width 1
|
|||
# Keyboard repeat rate
|
||||
riverctl set-repeat 50 300
|
||||
|
||||
### "rule-add" not implemented yet???
|
||||
# Make all views with an app-id that starts with "float" and title "foo" start floating.
|
||||
riverctl rule-add float -app-id 'Bitwarden'
|
||||
riverctl rule-add float -app-id 'Blueman-manager'
|
||||
riverctl rule-add float -app-id 'Galculator' -title 'galculator'
|
||||
riverctl rule-add float -app-id 'KeePassXC'
|
||||
riverctl rule-add float -app-id 'Lutris'
|
||||
riverctl rule-add float -app-id 'Mousepad'
|
||||
riverctl rule-add float -app-id 'Steam'
|
||||
riverctl rule-add float -app-id 'vlc'
|
||||
# riverctl rule-add float -app-id 'Bitwarden'
|
||||
# riverctl rule-add float -app-id 'Blueman-manager'
|
||||
# riverctl rule-add float -app-id 'Galculator' -title 'galculator'
|
||||
# riverctl rule-add float -app-id 'KeePassXC'
|
||||
# riverctl rule-add float -app-id 'Lutris'
|
||||
# riverctl rule-add float -app-id 'Mousepad'
|
||||
# riverctl rule-add float -app-id 'Steam'
|
||||
# riverctl rule-add float -app-id 'vlc'
|
||||
|
||||
# Make all views with app-id "bar" and any title use client-side decorations
|
||||
#riverctl rule-add csd -app-id "bar"
|
||||
# riverctl rule-add csd -app-id "bar"
|
||||
|
||||
# Default layoout generator - rivertile(1)
|
||||
riverctl default-layout rivertile
|
||||
|
@ -159,13 +163,14 @@ rivertile -view-padding 6 -outer-padding 6 -main-ratio .5 &
|
|||
gnome-keyring-daemon --start --components=pkcs11 &
|
||||
gnome-keyring-daemon --start --components=secrets &
|
||||
gnome-keyring-daemon --start --components=ssh &
|
||||
pipewire-launcher &
|
||||
kanshi &
|
||||
swayidle -w timeout 600 waylock -fork-on-lock -init-color 0x000000 &
|
||||
swaybg -m fill -i $HOME/Pictures/Wallpapers/dark-forest-path.jpg &
|
||||
$HOME/.local/bin/pipewire-launcher &
|
||||
waybar &
|
||||
dunst &
|
||||
gammastep -r &
|
||||
waybar &
|
||||
blueman-applet &
|
||||
evolution &
|
||||
mattermost-desktop &
|
||||
nextcloud --background &
|
||||
sleep 5 && nextcloud --background &
|
||||
|
|
Loading…
Reference in a new issue