diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-21 10:21:44 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-21 10:21:44 +0000 |
commit | 35c497d8c07ecd827bff8f2b842bc89b20a5105c (patch) | |
tree | 71e663778b924f63200912ac353fe2f4bcee4cf6 | |
parent | 85edcdde276cd8da4145d58d8eaf9300ac05e358 (diff) |
Removes some startup stuff I no longer require
-rw-r--r-- | i3-config | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -90,11 +90,11 @@ exec --no-startup-id /usr/bin/xfce4-clipman #exec --no-startup-id /usr/bin/xfce4-mixer #exec --no-startup-id /usr/bin/xfce4-power-manager-settings # setting this -exec --no-startup-id /usr/bin/clipmenud -exec --no-startup-id xset r rate 300 30 +#exec --no-startup-id /usr/bin/clipmenud +exec --no-startup-id xset r rate 200 50 exec --no-startup-id setxkbmap -option ctrl:nocaps exec --no-startup-id setxkbmap -layout gb -exec --no-startup-id /usr/bin/keepassxc +#exec --no-startup-id /usr/bin/keepassxc exec --no-startup-id dbus-launch --exit-with-session #means laptop lid closure will kill suspend the laptop so switched off for now |