mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
river: add output rules for multihead
This commit is contained in:
parent
bddc589588
commit
2a4410ef76
1 changed files with 16 additions and 1 deletions
|
@ -257,7 +257,6 @@ riverctl map-switch normal lid close 'waylock-launcher'
|
|||
riverctl focus-output DP-1
|
||||
{{- end }}
|
||||
|
||||
{{ if eq .chezmoi.hostname "helix" }}
|
||||
# Initial tags: $((1 << ("WORKSPACE" - 1)))
|
||||
riverctl rule-add -app-id 'firefox' tags 1
|
||||
riverctl rule-add -app-id 'chromium' tags 2
|
||||
|
@ -272,6 +271,22 @@ riverctl rule-add -app-id 'kitty' -title 'weechat' tags $((1 << 7))
|
|||
riverctl rule-add -app-id 'Mattermost' tags $((1 << 7))
|
||||
riverctl rule-add -app-id 'thunderbird' tags $((1 << 8))
|
||||
riverctl rule-add -app-id 'tutanota-desktop' tags $((1 << 8))
|
||||
|
||||
{{ if eq .chezmoi.hostname "hydrus" -}}
|
||||
# Initial tags: $((1 << ("WORKSPACE" - 1)))
|
||||
riverctl rule-add -app-id 'firefox' output 'DP-1'
|
||||
riverctl rule-add -app-id 'chromium' output 'DP-1'
|
||||
riverctl rule-add -app-id 'thunar' output 'DP-1'
|
||||
riverctl rule-add -app-id 'evince' output 'DP-1'
|
||||
riverctl rule-add -app-id 'libreoffice*' output 'DP-1'
|
||||
riverctl rule-add -app-id 'Alacritty' output 'DP-2'
|
||||
riverctl rule-add -app-id 'foot' output 'DP-2'
|
||||
riverctl rule-add -app-id 'kitty' output 'DP-2'
|
||||
riverctl rule-add -app-id 'emacs' output 'DP-2'
|
||||
riverctl rule-add -app-id 'kitty' -title 'weechat' output 'DP-1'
|
||||
riverctl rule-add -app-id 'Mattermost' output 'DP-1'
|
||||
riverctl rule-add -app-id 'thunderbird' output 'DP-2'
|
||||
riverctl rule-add -app-id 'tutanota-desktop' output 'DP-2'
|
||||
{{- end }}
|
||||
|
||||
# Start floating
|
||||
|
|
Loading…
Reference in a new issue