aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/i3/config20
1 files changed, 3 insertions, 17 deletions
diff --git a/etc/i3/config b/etc/i3/config
index 212ebee..67dedc3 100644
--- a/etc/i3/config
+++ b/etc/i3/config
@@ -1,30 +1,16 @@
set $mod Mod4
-# font pango:monospace 8
-
-# This font is widely installed, provides lots of unicode glyphs, right-to-left
-# text rendering and scalability on retina/hidpi displays (thanks to pango).
-font pango:DejaVu Sans Mono 8
-
-# Start XDG autostart .desktop files using dex. See also
-# https://wiki.archlinux.org/index.php/XDG_Autostart
-# exec --no-startup-id dex --autostart --environment i3
-
-# The combination of xss-lock, nm-applet and pactl is a popular choice, so
-# they are included here as an example. Modify as you see fit.
-
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
# screen before suspend. Use loginctl lock-session to lock your screen.
exec xss-lock --transfer-sleep-lock -- i3lock --nofork
-# NetworkManager is the most popular way to manage wireless networks on Linux,
-# and nm-applet is a desktop environment-independent system tray GUI for it.
+font pango:monospace 8
+
+
exec nm-applet
exec blueman-applet
-# Use pactl to adjust volume in PulseAudio.
-set $refresh_i3status killall -SIGUSR1 i3status
bindsym F1 exec volume toggle && $refresh_i3status
bindsym F2 exec volume down && $refresh_i3status
bindsym F3 exec volume up && $refresh_i3status