Compare commits

..

No commits in common. "5ee0cb28f50f659110556f4d667bc1730da5843c" and "376b4b9a4251b6fc7af6f5a980e94efac68d2e9c" have entirely different histories.

3 changed files with 2 additions and 8 deletions
kanshi/.config/kanshi
nix/.config/nixpkgs
sway/.config/sway

View File

@ -1,8 +1,8 @@
multihead {
output eDP-1 enable
output HDMI-A-2 enable
exec swaymsg workspace "2: ", move workspace to HDMI-A-2
exec swaymsg workspace "4: ", move workspace to HDMI-A-2
exec swaymsg workspace 2, move workspace to HDMI-A-2
exec swaymsg workspace 4, move workspace to HDMI-A-2
}
laptop {

View File

@ -1 +0,0 @@
{ allowUnfree = true; }

View File

@ -296,11 +296,6 @@ set $lock_bg ~/Photos/Wallpapers/wallhaven-638719.png
exec swayidle -w \
before-sleep 'swaylock -f -c 000000 -i $lock_bg'
# disable external monitor when lid is closed
set $monitor HDMI-A-2
bindswitch --reload --locked lid:on output $monitor disable
bindswitch --reload --locked lid:off output $monitor enable
#
# Autostart programs
#