diff options
Diffstat (limited to 'kanshi')
| -rw-r--r-- | kanshi/.config/kanshi/config | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kanshi/.config/kanshi/config b/kanshi/.config/kanshi/config new file mode 100644 index 0000000..c5e6aea --- /dev/null +++ b/kanshi/.config/kanshi/config | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | profile multimon { | ||
| 2 | output HDMI-A-1 enable position 0,0 scale 0.8 | ||
| 3 | output eDP-1 enable position 0,1080 scale 1 | ||
| 4 | exec swaymsg workspace 3, move workspace to HDMI-A-1 | ||
| 5 | } | ||
| 6 | |||
| 7 | profile singlemon{ | ||
| 8 | output HDMI-A-1 enable mode 1366x768 scale 0.9 | ||
| 9 | output eDP-1 disable | ||
| 10 | } | ||
| 11 | |||
| 12 | profile { | ||
| 13 | output eDP-1 enable scale 1 | ||
| 14 | } | ||
