From 8f51160d49f881d6f9d8852c7e01d0919c9baa19 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 25 Apr 2018 21:14:56 +0100 Subject: [PATCH] Change autostart for manual run --- modules/i3/files/i3.conf | 2 +- modules/i3/manifests/autostart.pp | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/modules/i3/files/i3.conf b/modules/i3/files/i3.conf index 3950bd6..27a9c07 100644 --- a/modules/i3/files/i3.conf +++ b/modules/i3/files/i3.conf @@ -128,6 +128,7 @@ bindsym $mod+g mode "gaps" # Autostart exec /usr/lib/polkit-1/polkitd --no-debug exec dex -as ~/.config/autostart +exec compton --dbus --xrender-sync-fence exec --no-startup-id tbg ~/Upload/bg/ -m 1 -c "betterlockscreen -u /_" exec ssh-agent -Da /tmp/ssh-agent-$USER.sock exec keepassxc @@ -148,4 +149,3 @@ bar { statusline #dddddd } } - diff --git a/modules/i3/manifests/autostart.pp b/modules/i3/manifests/autostart.pp index d1cc63b..b5ac8e6 100644 --- a/modules/i3/manifests/autostart.pp +++ b/modules/i3/manifests/autostart.pp @@ -27,15 +27,6 @@ class i3::autostart { } } - file {'Autostart Compton': - ensure => link, - path => '/home/jake/.config/autostart/compton.desktop', - mode => '0644', - owner => 'jake', - source => '/usr/share/applications/compton.desktop' - } - - file {'Autostart libinput-gestures': ensure => link, path => '/home/jake/.config/autostart/libinput-gestures.desktop',