mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Set initial display on dual monitor system
This commit is contained in:
parent
7e233e3a38
commit
bb3ffba2ad
1 changed files with 9 additions and 6 deletions
|
@ -134,8 +134,7 @@ riverctl map normal Super F11 enter-mode passthrough
|
||||||
|
|
||||||
# Return to normal mode
|
# Return to normal mode
|
||||||
riverctl map passthrough Super F11 enter-mode normal
|
riverctl map passthrough Super F11 enter-mode normal
|
||||||
|
{{ if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "triangulum")) }}
|
||||||
{{ if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "triangulum")) -}}
|
|
||||||
|
|
||||||
# Function/Media keys
|
# Function/Media keys
|
||||||
for mode in normal locked
|
for mode in normal locked
|
||||||
|
@ -170,7 +169,6 @@ do
|
||||||
|
|
||||||
done
|
done
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
# Set background and border
|
# Set background and border
|
||||||
riverctl background-color 0x323d43
|
riverctl background-color 0x323d43
|
||||||
riverctl border-color-focused 0xd8caac
|
riverctl border-color-focused 0xd8caac
|
||||||
|
@ -195,6 +193,11 @@ riverctl input pointer-2-7-SynPS/2_Synaptics_TouchPad scroll-method two-finger
|
||||||
# Lid switch
|
# Lid switch
|
||||||
riverctl map-switch normal lid close 'waylock-launcher'
|
riverctl map-switch normal lid close 'waylock-launcher'
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if eq .chezmoi.hostname "hydrus" }}
|
||||||
|
|
||||||
|
# Focus on 1st display at login
|
||||||
|
riverctl focus-output DP-1
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
### "rule-add" not until 0.3.0
|
### "rule-add" not until 0.3.0
|
||||||
# Make all views with an app-id that starts with "float" and title "foo" start floating.
|
# Make all views with an app-id that starts with "float" and title "foo" start floating.
|
||||||
|
|
Loading…
Reference in a new issue