This commit is contained in:
2018-07-22 20:04:55 +03:00
commit d72d6e1c0b
13 changed files with 270 additions and 0 deletions

65
.config/i3/config Normal file
View File

@@ -0,0 +1,65 @@
set $mod Mod4
font pango:DejaVu Sans Mono 9
exec_always [[ !$(pidof compton) ]] && compton
exec_always xrdb ~/.Xresources
exec_always feh --bg-fill ~/wallpapers/current
gaps inner 10
default_border pixel 1
bindsym XF86MonBrightnessDown exec xbacklight -dec 10
bindsym XF86MonBrightnessUp exec xbacklight -inc 10
bindsym $mod+Shift+r restart
bindsym $mod+Shift+q kill
bindsym $mod+r exec dmenu_run
bindsym $mod+f exec firefox
bindsym $mod+Return exec urxvt
bindsym $mod+Delete exec urxvt -e htop
bindsym $mod+e exec urxvt -e ranger
bindsym $mod+m exec urxvt -e ncmpcpp
bindsym $mod+t exec urxvt -e tremc
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
bindsym $mod+Shift+h move left
bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
bindsym $mod+y resize shrink width 10 px
bindsym $mod+u resize grow height 10 px
bindsym $mod+i resize shrink height 10 px
bindsym $mod+o resize grow width 10 px
bindsym $mod+Ctrl+h split h
bindsym $mod+Ctrl+v split v
bindsym $mod+Ctrl+f fullscreen toggle
bindsym $mod+Ctrl+space floating toggle
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3
bindsym $mod+4 workspace 4
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
bindsym $mod+Shift+1 move container to workspace 1
bindsym $mod+Shift+2 move container to workspace 2
bindsym $mod+Shift+3 move container to workspace 3
bindsym $mod+Shift+4 move container to workspace 4
bindsym $mod+Shift+5 move container to workspace 5
bindsym $mod+Shift+6 move container to workspace 6
bar {
position top
status_command i3status
}