diff options
| author | kkard2 <[email protected]> | 2024-08-04 21:02:22 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-08-04 21:02:22 +0200 |
| commit | fc21628acd35e67762f37217468cf725a7ec1d44 (patch) | |
| tree | b02ec558a7c58f9224afb6cdbef3d2e3e225e21a /_linux/i3 | |
| parent | e3a5118e048f69e1e1985a1330b648b6cb447373 (diff) | |
i3
Diffstat (limited to '_linux/i3')
| -rw-r--r-- | _linux/i3/config | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/_linux/i3/config b/_linux/i3/config index b4dd76a..77185ea 100644 --- a/_linux/i3/config +++ b/_linux/i3/config @@ -13,11 +13,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -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 +font pango:monospace 9 # Start XDG autostart .desktop files using dex. See also # https://wiki.archlinux.org/index.php/XDG_Autostart @@ -28,11 +24,11 @@ exec --no-startup-id dex --autostart --environment i3 # 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 --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork +# exec --no-startup-id 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. -exec --no-startup-id nm-applet +# exec --no-startup-id nm-applet # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status |
