mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Add Sway session with Waybar and split configs for Hyprland
This commit is contained in:
15
dotfiles/nymph/.config/kanshi/config
Normal file
15
dotfiles/nymph/.config/kanshi/config
Normal file
@@ -0,0 +1,15 @@
|
||||
profile solo {
|
||||
output DP-1 disable
|
||||
output DP-2 disable
|
||||
output HDMI-A-1 disable
|
||||
output HDMI-A-2 disable
|
||||
output eDP-1 enable mode 1920x1080 position 0,0
|
||||
}
|
||||
|
||||
profile dual {
|
||||
output DP-2 disable
|
||||
output HDMI-A-1 disable
|
||||
output HDMI-A-2 disable
|
||||
output eDP-1 enable mode 1920x1080 position 0,0
|
||||
output DP-1 enable mode 3440x1440@100Hz position 1920,0
|
||||
}
|
||||
1
dotfiles/nymph/.config/sway/host.conf
Normal file
1
dotfiles/nymph/.config/sway/host.conf
Normal file
@@ -0,0 +1 @@
|
||||
set $terminal ~/.local/bin/prime-run /usr/bin/alacritty
|
||||
4
dotfiles/nymph/.config/sway/session-env
Normal file
4
dotfiles/nymph/.config/sway/session-env
Normal file
@@ -0,0 +1,4 @@
|
||||
export LIBVA_DRIVER_NAME=iHD
|
||||
export SWAY_UNSUPPORTED_GPU=1
|
||||
export WLR_DRM_DEVICES=/dev/dri/card0:/dev/dri/card1
|
||||
export WLR_NO_HARDWARE_CURSORS=1
|
||||
Reference in New Issue
Block a user