My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

global: Changes for new monitor setup

I'm using two monitors now instead of three

yemou 4f20c78e 4f0f1939

+12 -17
+3 -8
config/kanshi/config
··· 1 1 profile desktop { 2 2 output "AOC 2460G4 0x0000075E" { 3 3 mode 1920x1080@144Hz 4 - position 0,0 5 - adaptive_sync on 6 - } 7 - output "BNQ BenQ PD2700U ET87K04288SL0" { 8 - mode 3840x2160@60Hz 9 - position 1920,0 10 - scale 2 4 + position 320,1080 11 5 adaptive_sync on 12 6 } 13 7 output "LG Electronics LG HDR WFHD 0x0000B11B" { 14 8 mode 2560x1080@75Hz 15 - position 640,1080 9 + position 0,0 10 + adaptive_sync on 16 11 } 17 12 }
+8 -8
config/river/init.roc
··· 37 37 "update-session-vars", 38 38 "systemctl --user start river-session.target", 39 39 "kanshi", 40 - "xrandr --output HDMI-A-5 --primary", 40 + "xrandr --output DP-3 --primary", 41 41 "rivertile -outer-padding 0 -view-padding 0 -main-ratio 0.5", 42 42 "swaybg -i /media/nextcloud/wallpapers/dark/evie-s-Pb1KFv4tauY-unsplash.jpg -m fill", 43 43 ] ··· 56 56 { option: "set-cursor-warp", args: ["on-output-change"] }, 57 57 { option: "xcursor-theme", args: ["Adwaita", "24"] }, 58 58 { option: "input", args: ["pointer-1356-3570-Sony_Interactive_Entertainment_DualSense_Edge_Wireless_Controller_Touchpad", "events", "disabled"] }, 59 - { option: "input", args: ["pointer-4660-22136-extest_fake_device", "map-to-output", "HDMI-A-5"] }, 59 + { option: "input", args: ["pointer-4660-22136-extest_fake_device", "map-to-output", "DP-3"] }, 60 60 ] 61 61 62 62 rules = [ 63 - { id: "discord", title: "", action: "output", args: ["AOC 2460G4 0x0000075E"] }, 63 + { id: "discord", title: "", action: "output", args: ["LG Electronics LG HDR WFHD 0x0000B11B"] }, 64 64 { id: "discord", title: "", action: "tags", args: [named_tag_to_rtag Discord] }, 65 65 { id: "org.gnome.Nautilus", title: "", action: "float", args: [] }, 66 66 { id: "org.keepassxc.KeePassXC", title: "", action: "csd", args: [] }, 67 67 { id: "org.keepassxc.KeePassXC", title: "", action: "float", args: [] }, 68 - { id: "org.keepassxc.KeePassXC", title: "KeyChain.kdbx [Locked] - KeePassXC", action: "output", args: ["LG Electronics LG HDR WFHD 0x0000B11B"] }, 68 + { id: "org.keepassxc.KeePassXC", title: "KeyChain.kdbx [Locked] - KeePassXC", action: "output", args: ["AOC 2460G4 0x0000075E"] }, 69 69 { id: "org.keepassxc.KeePassXC", title: "KeyChain.kdbx [Locked] - KeePassXC", action: "tags", args: [named_tag_to_rtag KeePassXC] }, 70 - { id: "org.mozilla.Thunderbird", title: "", action: "output", args: ["LG Electronics LG HDR WFHD 0x0000B11B"] }, 70 + { id: "org.mozilla.Thunderbird", title: "", action: "output", args: ["AOC 2460G4 0x0000075E"] }, 71 71 { id: "org.mozilla.Thunderbird", title: "", action: "tags", args: [named_tag_to_rtag Thunderbird] }, 72 - { id: "signal", title: "", action: "output", args: ["AOC 2460G4 0x0000075E"] }, 72 + { id: "signal", title: "", action: "output", args: ["LG Electronics LG HDR WFHD 0x0000B11B"] }, 73 73 { id: "signal", title: "", action: "tags", args: [named_tag_to_rtag Signal] }, 74 - { id: "steam", title: "", action: "output", args: ["LG Electronics LG HDR WFHD 0x0000B11B"] }, 74 + { id: "steam", title: "", action: "output", args: ["AOC 2460G4 0x0000075E"] }, 75 75 { id: "steam", title: "", action: "tags", args: [named_tag_to_rtag Steam] }, 76 - { id: "steam_app_*", title: "", action: "output", args: ["LG Electronics LG HDR WFHD 0x0000B11B"] }, 76 + { id: "steam_app_*", title: "", action: "output", args: ["AOC 2460G4 0x0000075E"] }, 77 77 { id: "steam_app_*", title: "", action: "tags", args: [named_tag_to_rtag Games] }, 78 78 ] 79 79
+1 -1
config/thm/templates/mako.template
··· 1 1 # Global Config 2 2 max-visible=2 3 - output=HDMI-A-5 3 + output=DP-4 4 4 layer=top 5 5 anchor=top-right 6 6