diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-02-15 22:18:28 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-02-15 22:18:28 +0100 |
| commit | 11c7eb57d446d634c55c39e0ad17287d36aab446 (patch) | |
| tree | daaace86d73d4e7d014ef5d9daa9491e1f5c9efa /.config/i3/config | |
| parent | 141502a84b8258095463becc4da6b2e19c311d8d (diff) | |
feat: make install using lt
First working version of lt, Added a makefile (not installed).
Could get rid of ~/.git which was interfering with rg, fzf.
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.config/i3/config b/.config/i3/config index 609bd3e..58a48f3 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -26,13 +26,14 @@ font fixed # 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 sudo wpa_gui -t -i wlo1 +# pulse audio systray icon exec --no-startup-id pasystray # Use pactl to adjust volume in PulseAudio. @@ -46,6 +47,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU for_window [class="Arandr"] floating enable for_window [class="Brave-browser"] floating enable for_window [class="Chromium"] floating enable +for_window [instance="Task Manager - Chromium"] floating enable for_window [instance="DOTTY"] floating enable for_window [class="discord"] floating enable for_window [class="display"] floating enable @@ -53,6 +55,7 @@ for_window [class="feh"] floating enable for_window [class="firefox"] floating enable for_window [class="gnuplot_qt"] floating enable for_window [class="Geeqie"] floating enable +for_window [class="Gitk"] floating enable for_window [class="Keybase"] floating enable for_window [class="MuPDF"] floating enable for_window [class="Pavucontrol"] floating enable @@ -72,9 +75,9 @@ bindsym button3 floating toggle floating_modifier $mod # start a terminal -bindsym $mod+Return exec i3-sensible-terminal +bindsym $mod+Return exec xt bindsym F9 exec chromium -bindsym F10 exec i3-sensible-terminal +bindsym F10 exec xt # kill focused window bindsym $mod+Shift+a kill |
