diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-10-03 22:06:43 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-10-03 22:06:43 +0200 |
commit | 342155ced8fc78b608f23454cb631decb0b7be9b (patch) | |
tree | 2cc4ffc422d645e17cf456cdcc780287df311b3f /platforms/linux/xorg/default.nix | |
parent | 5d3c8e21d2d79a6ed3e324b833002a9bb0317b34 (diff) | |
download | dots-342155ced8fc78b608f23454cb631decb0b7be9b.tar.gz dots-342155ced8fc78b608f23454cb631decb0b7be9b.zip |
Update config
Diffstat (limited to 'platforms/linux/xorg/default.nix')
-rw-r--r-- | platforms/linux/xorg/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/platforms/linux/xorg/default.nix b/platforms/linux/xorg/default.nix index 21bb4de..ad3fc1f 100644 --- a/platforms/linux/xorg/default.nix +++ b/platforms/linux/xorg/default.nix @@ -21,7 +21,6 @@ in xcompmgr picom dunst - unclutter nur.repos.pn.dockd pndwmblocks pndwm @@ -42,7 +41,7 @@ in picom & dunst & # dunst for notifications xset r rate 300 50 & # Speed xrate up - unclutter & # Remove mouse when idle + # unclutter & # Remove mouse when idle #sxhkd & dockd --daemon & for app in `ls ~/.config/autostart/*.desktop`; do |