From 82d54b5134c54ddd629392d476ab7482116f2093 Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Wed, 3 May 2023 00:44:08 +0300 Subject: [PATCH] Cleaning up --- i3/config | 52 +++++++--------------------------------------------- 1 file changed, 7 insertions(+), 45 deletions(-) diff --git a/i3/config b/i3/config index 29cc7ce..36bb600 100644 --- a/i3/config +++ b/i3/config @@ -1,41 +1,7 @@ -# This file has been auto-generated by i3-config-wizard(1). -# It will not be overwritten, so edit it as you like. -# -# Should you change your keyboard layout some time, delete -# this file and re-run i3-config-wizard(1). -# - -# i3 config file (v4) -# -# Please see https://i3wm.org/docs/userguide.html for a complete reference! - # Mod4 = Super/Windows, Mod1 = ALT set $mod Mod4 #set $mod Mod1 -# 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 - -# 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 --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 - # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status @@ -52,20 +18,14 @@ bindsym $mod+Return exec i3-sensible-terminal # kill focused window bindsym $mod+Shift+q kill -# start dmenu (a program launcher) #bindsym $mod+d exec --no-startup-id dmenu_run -# A more modern dmenu replacement is rofi: bindcode $mod+40 exec "rofi -show combi" -# There also is i3-dmenu-desktop which only displays applications shipping a -# .desktop file. It is a wrapper around dmenu, so you need that installed. -# bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop # change focus bindsym $mod+j focus left bindsym $mod+k focus down bindsym $mod+l focus up bindsym $mod+odiaeresis focus right - # alternatively, you can use the cursor keys: bindsym $mod+Left focus left bindsym $mod+Down focus down @@ -77,7 +37,6 @@ bindsym $mod+Shift+j move left bindsym $mod+Shift+k move down bindsym $mod+Shift+l move up bindsym $mod+Shift+odiaeresis move right - # alternatively, you can use the cursor keys: bindsym $mod+Shift+Left move left bindsym $mod+Shift+Down move down @@ -86,7 +45,6 @@ bindsym $mod+Shift+Right move right # split in horizontal orientation bindsym $mod+h split h - # split in vertical orientation bindsym $mod+v split v @@ -204,7 +162,7 @@ client.background $fg-color bar { status_command i3status position top - tray_output primary + #tray_output primary colors { background $bg-color @@ -213,11 +171,15 @@ bar { } } +exec --no-startup-id dex --autostart --environment i3 +exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork +exec --no-startup-id nm-applet +exec --no-startup-id dunst +exec --no-startup-id pasystray + exec --no-startup-id xsetroot -solid "#272822" exec --no-startup-id xfce4-power-manager #exec --no-startup-id blueman-applet -exec --no-startup-id dunst -exec --no-startup-id pasystray exec --no-startup-id nextcloud exec --no-startup-id bitwarden exec --no-startup-id steam -silent