Hard coded desktop monitors
This commit is contained in:
parent
c9fce0a4be
commit
b72e93cb70
2 changed files with 4 additions and 3 deletions
|
@ -13,11 +13,12 @@
|
||||||
monitor = [
|
monitor = [
|
||||||
", preffered, auto, 1"
|
", preffered, auto, 1"
|
||||||
"eDP-1, preferred, 0x0, 1.6"
|
"eDP-1, preferred, 0x0, 1.6"
|
||||||
|
"desc:ViewSonic Corporation VX2705-2KP W6Z205100250, 2560x1440@144Hz, 0x384, 1.25"
|
||||||
|
"desc:ViewSonic Corporation VX2705-2KP W6Z210400766, 2560x1440@144Hz, 2048x384, 1.25"
|
||||||
|
"desc:BNQ BenQ BL2283 CAM01567019, 1920x1080@60Hz, 4096x0, 1.0, transform, 3"
|
||||||
];
|
];
|
||||||
# Execute your favorite apps at launch
|
# Execute your favorite apps at launch
|
||||||
exec-once = [
|
exec-once = [
|
||||||
''kanshi &''
|
|
||||||
|
|
||||||
''hyprctl dispatch exec "[workspace 1 silent] kitty"''
|
''hyprctl dispatch exec "[workspace 1 silent] kitty"''
|
||||||
''hyprctl dispatch exec "[workspace 2 silent] firefox"''
|
''hyprctl dispatch exec "[workspace 2 silent] firefox"''
|
||||||
#''hyprctl dispatch exec "[workspace 3 silent] "''
|
#''hyprctl dispatch exec "[workspace 3 silent] "''
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
home-manager.users.willifan = {
|
home-manager.users.willifan = {
|
||||||
services.kanshi = {
|
services.kanshi = {
|
||||||
enable = true;
|
enable = false;
|
||||||
|
|
||||||
settings = [
|
settings = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue