X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.config%2Fi3%2Fconfig;h=858e67544b222d2d8f3344be824407ec10239f7d;hb=85e3fa2486dcfbd40a6814a2402b4ac749d4e75c;hp=d8297ccb9ede382723b26a535af228a127148270;hpb=177ef4d1f351c579df880a7af0b58df4c6b4fb53;p=dotfiles.git diff --git a/.config/i3/config b/.config/i3/config index d8297cc..858e675 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -9,17 +9,12 @@ # # Please see http://i3wm.org/docs/userguide.html for a complete reference! -set $mod Mod4 +set $mod Mod1 -exec setxkbmap -layout dvorak,ru -variant ,phonetic_dvorak -option compose:ralt -option grp:menu_toggle exec xautolock -locker 'i3lock -c ccff00' -exec convert -size 1600x900 plasma:fractal -colorspace Gray -modulate 20,100,10 png:- | display -window root +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 @@ -34,18 +29,16 @@ 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 # kill focused window -bindsym $mod+Shift+apostrophe kill +bindsym $mod+Shift+quotedbl kill # start dmenu (a program launcher) bindsym $mod+e exec dmenu_run @@ -61,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 @@ -164,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 }