Add kanshi config

This commit is contained in:
Andreas Tsouchlos 2024-10-16 17:39:33 +02:00
parent c54fe574c0
commit ec628cd17f
2 changed files with 14 additions and 1 deletions

View File

@ -3,6 +3,6 @@
## Usage ## Usage
```bash ```bash
$ stow -S clang-format kitty nvim sway tmux waybar wofi zsh $ stow -S clang-format kitty nvim sway tmux waybar wofi zsh kanshi
``` ```

View File

@ -0,0 +1,13 @@
profile Home {
output "eDP-1" mode 2256x1504@59.999Hz position 1920,875 transform normal scale 1.399999976158142
output "DP-11" mode 1920x1200@59.95Hz position 0,0 transform normal scale 1.0
exec swayws move --away 1 eDP-1
exec swayws move --away 4 eDP-1
}
profile Kinemic {
output "eDP-1" mode 2256x1504@59.999Hz position 449,1440 transform normal scale 1.399999976158142
output "DP-3" mode 2560x1440@59.951Hz position 0,0 transform normal scale 1.0
exec swayws move --away 1 eDP-1
exec swayws move --away 4 eDP-1
}