diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-06-18 14:24:43 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-06-18 14:24:43 +0100 |
commit | ed37af7ced8259eb4f69c9ca567bc3c796dde05b (patch) | |
tree | 467725a881d64b17f50c47ea16c9efdf455ac37b /i3 | |
parent | 5050609048e329da92036b3adb3613e22d60e7ff (diff) | |
download | dotnvim-ed37af7ced8259eb4f69c9ca567bc3c796dde05b.tar.gz dotnvim-ed37af7ced8259eb4f69c9ca567bc3c796dde05b.zip |
Blueman
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # and nm-applet is a desktop environment-independent system tray GUI for it. exec --no-startup-id nm-applet +# For bluetooth. +exec --no-startup-id blueman-applet + # Few start-up things. exec --no-startup-id redshift-gtk exec --no-startup-id liferea |