fix(river): multimonitor setup
This commit is contained in:
parent
4f3b344c97
commit
1f6c93d6a2
3 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ in {
|
|||
# https://superuser.com/a/1803183
|
||||
wl-clipboard
|
||||
# wm river utils
|
||||
playerctl brightnessctl river-shifttags
|
||||
playerctl brightnessctl river-shifttags wlr-randr
|
||||
# dev tools
|
||||
gitu lnav
|
||||
# music
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ in
|
|||
rivertile -view-padding 0 -outer-padding 0 &
|
||||
pkill waybar
|
||||
waybar &
|
||||
wlr-randr --output DP-1 --pos 1280,0 --output HDMI-A-1 --pos 0,0
|
||||
'';
|
||||
settings = {
|
||||
border-width = 2;
|
||||
|
|
|
|||
|
|
@ -35,6 +35,8 @@
|
|||
height = 16;
|
||||
output = [
|
||||
"eDP-1"
|
||||
"DP-1"
|
||||
"HDMI-A-1"
|
||||
];
|
||||
modules-left = [
|
||||
"river/tags"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue