Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set $mod Mod4
- font -misc-fixed-medium-r-semicondensed--13-*-*-*-*-*-iso10646-*
- floating_modifier $mod
- # border backgr. text indicator
- client.unfocused #000000 #000000 #000000 #777777
- client.focused_inactive #000000 #000000 #000000 #777777
- client.focused #000000 #000000 #000000 #DDDDDD
- focus_follows_mouse no
- new_window 1pixel
- #Расположение:
- assign [class="Firefox"] → 1:www
- assign [class="Urxvt"] → 2:term
- assign [class="Gimp"] → 3:media
- assign [class="Mplayer"] → 3:media
- assign [class="Thunar"] → 4:misc
- assign [class="Evince"] → 4:misc
- assign [class="sublime_text"] → 4:misc
- assign [class="com-pclewis-mcpatcher-MCPatcher"] → 4:misc
- assign [class="net-minecraft-LauncherFrame"] → 5:games
- assign [class="wesnoth"] → 5:games
- assign [class="Wine"] → 5:games
- bindsym XF86AudioPlay exec mpc toggle
- bindsym XF86AudioNext exec mpc next
- bindsym XF86AudioPrev exec mpc prev
- bindsym XF86Sleep exec sudo halt
- bindsym XF86AudioRaiseVolume exec amixer set Master 5%+
- bindsym XF86AudioLowerVolume exec amixer set Master 5%-
- #bindsym exec
- #bindsym exec
- bindsym $mod+Return exec urxvtc
- bindsym $mod+Shift+Q kill
- bindsym $mod+d exec dmenu_run -hist /home/crusty/.i3/history -nb '#000000' -nf '#777777' -sb '#000000' -sf '#DDDDDD' -fn '-misc-fixed-medium-r-semicondensed-*-12-90-100-100-c-60-iso8859-1'
- bindsym $mod+j focus left
- bindsym $mod+k focus down
- bindsym $mod+l focus up
- bindsym $mod+semicolon focus right
- bindsym $mod+Left focus left
- bindsym $mod+Down focus down
- bindsym $mod+Up focus up
- bindsym $mod+Right focus right
- bindsym $mod+Shift+J move left
- bindsym $mod+Shift+K move down
- bindsym $mod+Shift+L move up
- bindsym $mod+Shift+colon move right
- bindsym $mod+Shift+Left move left
- bindsym $mod+Shift+Down move down
- bindsym $mod+Shift+Up move up
- bindsym $mod+Shift+Right move right
- bindsym $mod+h split h
- bindsym $mod+v split v
- bindsym $mod+f fullscreen
- bindsym $mod+s layout stacking
- bindsym $mod+w layout tabbed
- bindsym $mod+e layout default
- bindsym $mod+Shift+space floating toggle
- bindsym $mod+space focus mode_toggle
- bindsym $mod+a focus parent
- #bindcode $mod+d focus child
- # WORKSPACES
- bindsym $mod+1 workspace 1:www
- bindsym $mod+2 workspace 2:term
- bindsym $mod+3 workspace 3:media
- bindsym $mod+4 workspace 4:misc
- bindsym $mod+5 workspace 5:games
- bindsym $mod+6 workspace 6:misc
- bindsym $mod+7 workspace 7:misc
- bindsym $mod+8 workspace 8:misc
- bindsym $mod+9 workspace 9:misc
- bindsym $mod+0 workspace 10:]
- bindsym $mod+Shift+exclam move container to workspace 1:www
- bindsym $mod+Shift+at move container to workspace 2:term
- bindsym $mod+Shift+numbersign move container to workspace 3:media
- bindsym $mod+Shift+dollar move container to workspace 4:misc
- bindsym $mod+Shift+percent move container to workspace 5:games
- bindsym $mod+Shift+asciicircum move container to workspace 6:misc
- bindsym $mod+Shift+ampersand move container to workspace 7:misc
- bindsym $mod+Shift+asterisk move container to workspace 8:misc
- bindsym $mod+Shift+parenleft move container to workspace 9:misc
- bindsym $mod+Shift+parenright move container to workspace 10::]
- #OMGDSAFDSFSAD
- bindsym $mod+Shift+C reload
- bindsym $mod+Shift+R restart
- bindsym $mod+Shift+E exit
- mode "resize" {
- bindsym j resize shrink width 10 px or 10 ppt
- bindsym k resize grow height 10 px or 10 ppt
- bindsym l resize shrink height 10 px or 10 ppt
- bindsym semicolon resize grow width 10 px or 10 ppt
- bindsym 113 resize shrink width 10 px or 10 ppt
- bindsym 116 resize grow height 10 px or 10 ppt
- bindsym 111 resize shrink height 10 px or 10 ppt
- bindsym 114 resize grow width 10 px or 10 ppt
- # back to normal: Enter or Escape
- bindsym Return mode "default"
- bindsym Escape mode "default"
- }
- bindsym $mod+r mode "resize"
- exec urxvtd
- exec_always feh --bg-scale ~/.wall.jpg
- client.unfocused #151515 #151515 #AAAAAA #151515
- client.focused_inactive #151515 #151515 #AAAAAA #151515
- client.focused #151515 #505050 #DDDDDD #909090
- bar {
- status_command conky|dzen2 -x 1300 -y 0 -h 18 -w 400 -ta r -fg '#DDDDDD' -bg '#000000' -fn '-misc-fixed-medium-r-semicondensed-*-12-90-100-100-c-60-iso8859-1'
- position top
- colors {
- background #000000
- focused_workspace #000000 #000000 #DDDDDD
- active_workspace #303030 #C9D99F #CCCCCC
- inactive_workspace #000000 #000000 #777777
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement