X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.config%2Fi3%2Fconfig;h=858e67544b222d2d8f3344be824407ec10239f7d;hb=85e3fa2486dcfbd40a6814a2402b4ac749d4e75c;hp=0224718083da0b9d917597d4975e05b5cdd55ded;hpb=8633ce94857ae6999f09b1288eb3c34520aa0c07;p=dotfiles.git diff --git a/.config/i3/config b/.config/i3/config index 0224718..858e675 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -9,16 +9,12 @@ # # Please see http://i3wm.org/docs/userguide.html for a complete reference! -set $mod Mod4 +set $mod Mod1 exec xautolock -locker 'i3lock -c ccff00' exec convert -size 1600x900 plasma:fractal -modulate 20,100,10 png:- | display -window root exec netctltray -bindsym XF86AudioLowerVolume exec amixer set Master 5- -bindsym XF86AudioRaiseVolume exec amixer set Master 5+ -bindsym XF86AudioMute exec amixer set Master toggle - # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. # This font is widely installed, provides lots of unicode glyphs, right-to-left @@ -33,13 +29,11 @@ font pango:DejaVu Sans Mono 8 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod +hide_edge_borders none # start a terminal bindsym $mod+Return exec i3-sensible-terminal -# start a browser -bindsym $mod+b exec uzbl-browser - # lock the screen bindsym $mod+l exec xautolock -locknow @@ -60,10 +54,10 @@ bindsym $mod+n focus up bindsym $mod+s focus right # alternatively, you can use the cursor keys: -bindsym $mod+Left focus left -bindsym $mod+Down focus down -bindsym $mod+Up focus up -bindsym $mod+Right focus right +bindsym $mod+Left exec xbacklight -dec 5 +bindsym $mod+Down exec amixer set Master 5- +bindsym $mod+Up exec amixer set Master 5+ +bindsym $mod+Right exec xbacklight -inc 5 # move focused window bindsym $mod+Shift+h move left @@ -163,5 +157,8 @@ bindsym $mod+p mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { - status_command ~/.config/i3/bar + status_command i3status + mode hide + modifier $mod + font pango:DejaVu Sans Mono 14 }