mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 06:08:35 +01:00
nixtest output configuration
This commit is contained in:
parent
3bebfd5182
commit
05717c2e94
@ -23,7 +23,7 @@ fi
|
||||
|
||||
if [[ "$action" == "logout" ]]
|
||||
then
|
||||
i3-msg exit
|
||||
swaymsg exit
|
||||
fi
|
||||
|
||||
if [[ "$action" == "shutdown" ]]
|
||||
|
@ -1,7 +1,12 @@
|
||||
#INCLUDE####################################################
|
||||
# output configuration
|
||||
set $screen "DP-3"
|
||||
output $screen pos 1920 0 res 1920x1080
|
||||
set $laptop "eDP-1"
|
||||
output $laptop pos 1920 0 res 1920x1080
|
||||
output $laptop scale 1.4
|
||||
|
||||
# lid
|
||||
bindswitch --reload lid:on output $laptop disable
|
||||
bindswitch --reload lid:off output $laptop enable
|
||||
|
||||
# dpms
|
||||
output * dpms on
|
||||
|
Loading…
Reference in New Issue
Block a user