From 01527b6231698618f24f84cb005f46d8dfa2a65a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 20 Feb 2023 14:53:15 -0300 Subject: etc/i3/config: Cleanup --- etc/i3/config | 20 +++----------------- 1 file 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 -- cgit v1.2.3