Kanshi: add kanshi config
This commit is contained in:
parent
618f03668a
commit
71a0fb7f14
3 changed files with 23 additions and 0 deletions
|
@ -36,6 +36,7 @@ declare -r UNIX_CONFIGS=(\
|
|||
LINUX_ONLY=(\
|
||||
# Swayland
|
||||
i3 ~/.config/i3
|
||||
kanshi ~/.config/kanshi
|
||||
sway ~/.config/sway
|
||||
swaylock ~/.config/swaylock
|
||||
xremap ~/.config/xremap
|
||||
|
|
14
kanshi/config
Normal file
14
kanshi/config
Normal 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
|
||||
}
|
||||
}
|
|
@ -155,6 +155,14 @@ PACKAGES = [
|
|||
"dnf": "grim",
|
||||
"pacman": "grim",
|
||||
},
|
||||
{
|
||||
"global_name": "kanshi",
|
||||
"executable_name": "kanshictl",
|
||||
"apk": "kanshi",
|
||||
"apt": "kanshi",
|
||||
"dnf": "kanshi",
|
||||
"pacman": "kanshi",
|
||||
},
|
||||
{
|
||||
"global_name": "pass",
|
||||
"executable_name": "pass",
|
||||
|
|
Loading…
Reference in a new issue