From 8d4a7bd815b3468d9b6099a94cb395368ac13d7d Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Fri, 16 Aug 2024 19:08:15 +0200 Subject: [PATCH] remove monitor settings --- dotfiles/kwinoutputconfig.json | 95 --------------------------------- modules/user/plasma/default.nix | 1 - 2 files changed, 96 deletions(-) delete mode 100644 dotfiles/kwinoutputconfig.json diff --git a/dotfiles/kwinoutputconfig.json b/dotfiles/kwinoutputconfig.json deleted file mode 100644 index 98643e5..0000000 --- a/dotfiles/kwinoutputconfig.json +++ /dev/null @@ -1,95 +0,0 @@ -[ - { - "data": [ - { - "autoRotation": "InTabletMode", - "brightness": 1, - "colorProfileSource": "sRGB", - "connectorName": "DP-2", - "edidHash": "5feed23fa2b9fadf2c619ead8e5a5738", - "edidIdentifier": "PHL 49823 352 46 2023 0", - "highDynamicRange": true, - "iccProfilePath": "", - "mode": { - "height": 1440, - "refreshRate": 175000, - "width": 3440 - }, - "overscan": 0, - "rgbRange": "Automatic", - "scale": 1, - "sdrBrightness": 455, - "sdrGamutWideness": 0.7, - "transform": "Normal", - "vrrPolicy": "Automatic", - "wideColorGamut": true - }, - { - "autoRotation": "InTabletMode", - "brightness": 1, - "colorProfileSource": "sRGB", - "connectorName": "HDMI-A-1", - "edidHash": "45c097af286682cb62ce182c666c5962", - "edidIdentifier": "PHL 1931 16843009 1 2023 0", - "highDynamicRange": false, - "iccProfilePath": "", - "mode": { - "height": 2160, - "refreshRate": 60000, - "width": 3840 - }, - "overscan": 0, - "rgbRange": "Automatic", - "scale": 1, - "sdrBrightness": 200, - "sdrGamutWideness": 0, - "transform": "Normal", - "vrrPolicy": "Automatic", - "wideColorGamut": false - } - ], - "name": "outputs" - }, - { - "data": [ - { - "lidClosed": false, - "outputs": [ - { - "enabled": true, - "outputIndex": 0, - "position": { - "x": 0, - "y": 0 - }, - "priority": 0 - }, - { - "enabled": false, - "outputIndex": 1, - "position": { - "x": 2752, - "y": 0 - }, - "priority": -1 - } - ] - }, - { - "lidClosed": false, - "outputs": [ - { - "enabled": true, - "outputIndex": 0, - "position": { - "x": 0, - "y": 0 - }, - "priority": 0 - } - ] - } - ], - "name": "setups" - } -] diff --git a/modules/user/plasma/default.nix b/modules/user/plasma/default.nix index 6685176..43f9512 100644 --- a/modules/user/plasma/default.nix +++ b/modules/user/plasma/default.nix @@ -10,7 +10,6 @@ home.file."Bilder/Wallpaper/wallpaper-kame.jpg".source = ../../../assets/wallpaper-kame.jpg; home.file."Bilder/Wallpaper/wallpaper-retrogirl.png".source = ../../../assets/wallpaper-retrogirl.png; home.file.".config/kwinrc".source = ../../../dotfiles/kwinrc; - home.file.".config/kwinoutputconfig.json".source = ../../../dotfiles/kwinoutputconfig.json; home.file.".local/share/user-places.xbel".source = ../../../dotfiles/user-places.xbel; home.file.".zshrc".source = ../../../dotfiles/zshrc;