Code to ws3, monitor ID with usb hub

This commit is contained in:
rileyrg 2023-01-28 23:30:59 +01:00
parent 6fb53710ed
commit 9d78c54ef8
4 changed files with 14 additions and 1 deletions

View file

@ -5,7 +5,7 @@ logger -t "startup-initfile" BASH_PROFILE
[ -f ~/.profile ] && . ~/.profile || true
[ -f ~/.bashrc ] && . ~/.bashrc || true
#dropbox-start-once &> /dev/null &
dropbox-start-once &> /dev/null &
if [ -d "/gnu" ]; then
echo "GUIX initialised."

View file

@ -11,3 +11,8 @@ output DP-4 mode 1920x1080 position 0,0
output eDP-1 mode 1920x1080 position 2560,0
output HDMI-A-1 mode 2560x1440 position 0,0
}
{
output eDP-1 mode 1920x1080 position 2560,0
output DP-2 mode 2560x1440 position 0,0
}

View file

@ -223,6 +223,7 @@ bindsym $mod+Control+q mode "$mode_system"
# assign [title="dbg:"] $ws3
assign [class="Ardour"] $ws6
assign [class="Code"] $ws3
assign [class="Signal"] $ws8
assign [class="Hexchat"] $ws8
assign [class="discord"] $ws8

View file

@ -1818,6 +1818,7 @@ A basic [[https://github.com/yory8/clipman][clipboard manager]] for Wayland, wit
#+begin_src conf
# assign [title="dbg:"] $ws3
assign [class="Ardour"] $ws6
assign [class="Code"] $ws3
assign [class="Signal"] $ws8
assign [class="Hexchat"] $ws8
assign [class="discord"] $ws8
@ -2624,6 +2625,12 @@ Load a host specific kanshi file if it exists
output eDP-1 mode 1920x1080 position 2560,0
output HDMI-A-1 mode 2560x1440 position 0,0
}
{
output eDP-1 mode 1920x1080 position 2560,0
output DP-2 mode 2560x1440 position 0,0
}
#+end_src
**** config-thinkpadt460
#+begin_src conf :tangle "dot-config/kanshi/config-thinkpadt460"