Kanshi: add kanshi config

This commit is contained in:
Akemi Izuko 2024-04-30 23:43:49 -06:00
parent 618f03668a
commit 71a0fb7f14
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC
3 changed files with 23 additions and 0 deletions

View file

@ -36,6 +36,7 @@ declare -r UNIX_CONFIGS=(\
LINUX_ONLY=(\ LINUX_ONLY=(\
# Swayland # Swayland
i3 ~/.config/i3 i3 ~/.config/i3
kanshi ~/.config/kanshi
sway ~/.config/sway sway ~/.config/sway
swaylock ~/.config/swaylock swaylock ~/.config/swaylock
xremap ~/.config/xremap xremap ~/.config/xremap

14
kanshi/config Normal file
View file

@ -0,0 +1,14 @@
profile laptop {
output eDP-1 enable scale 2
output DP-1 disable
}
profile docked {
output eDP-1 disable
output DP-1 {
enable
scale 2
mode 3840x2160
}
}

View file

@ -155,6 +155,14 @@ PACKAGES = [
"dnf": "grim", "dnf": "grim",
"pacman": "grim", "pacman": "grim",
}, },
{
"global_name": "kanshi",
"executable_name": "kanshictl",
"apk": "kanshi",
"apt": "kanshi",
"dnf": "kanshi",
"pacman": "kanshi",
},
{ {
"global_name": "pass", "global_name": "pass",
"executable_name": "pass", "executable_name": "pass",