Advertisement
martadinata

i3wm-martadinata

Jun 16th, 2012
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 KB | None | 0 0
  1. # This file has been auto-generated by i3-config-wizard(1).
  2. # It will not be overwritten, so edit it as you like.
  3. #
  4. # Should you change your keyboard layout somewhen, delete
  5. # this file and re-run i3-config-wizard(1).
  6. #
  7.  
  8. # i3 config file (v4)
  9. #
  10. # Please see http://i3wm.org/docs/userguide.html for a complete reference!
  11.  
  12. #Startup applications
  13. exec /usr/lib/polkit-mate/polkit-mate-authentication-agent-1
  14. exec xcompmgr -I1 -O1 -Ff
  15. exec synclient TapButton1=1
  16. exec pulseaudio -D
  17. exec feh --bg-scale /home/dedy/Pictures/Yumikee.jpg
  18. exec parcellite
  19. #exec conky -c /home/dedy/.conkycolors/conkyrcdedy
  20. exec volumeicon
  21. exec mpd
  22. exec qbat
  23. exec wicd-gtk -t
  24. #exec fbpanel
  25.  
  26. #set layout
  27. workspace_layout tabbed
  28. default_orientation auto
  29.  
  30. #set modifier
  31. set $mod Mod1
  32.  
  33. # font for window titles. ISO 10646 = Unicode
  34. font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
  35.  
  36. # Use Mouse+$mod to drag floating windows to their wanted position
  37. floating_modifier $mod
  38.  
  39. # kill focused window
  40. bindsym $mod+F4 kill
  41. #or
  42. #bindsym ctrl+w kill
  43.  
  44. # Application Setup
  45. bindsym Mod4+T exec sakura
  46. bindsym Mod4+E exec spacefm
  47. bindsym Mod4+W exec opera --nolirc --nomail
  48. bindsym Mod4+Home exec mpc -h 127.0.0.2 toggle
  49. bindsym Mod4+Prior exec mpc -h 127.0.0.2 stop
  50. bindsym Mod4+Next exec mpc -h 127.0.0.2 prev
  51. bindsym Mod4+End exec mpc -h 127.0.0.2 next
  52. bindsym Mod4+Down exec amixer -c 0 set Master 3-
  53. bindsym Mod4+Up exec amixer -c 0 set Master 3+
  54. bindsym Print exec /home/dedy/Pictures/screenshoot/.screenshoot.sh
  55. bindsym Mod4+l exec i3lock
  56.  
  57. # start dmenu (a program launcher)
  58. bindsym Mod4+space exec /home/dedy/.dmenu_run
  59.  
  60. # alternatively, you can use the cursor keys:
  61. bindsym $mod+Left focus left
  62. bindsym $mod+Down focus down
  63. bindsym $mod+Up focus up
  64. bindsym $mod+Right focus right
  65.  
  66. # split in horizontal orientation
  67. bindsym $mod+h split h
  68.  
  69. # split in vertical orientation
  70. bindsym $mod+v split v
  71.  
  72. # enter fullscreen mode for the focused container
  73. bindsym $mod+f fullscreen
  74.  
  75. # change container layout (stacked, tabbed, default)
  76. bindsym $mod+s layout stacking
  77. bindsym $mod+w layout tabbed
  78. bindsym $mod+e layout default
  79.  
  80. # toggle tiling / floating
  81. bindsym $mod+F3 floating toggle
  82.  
  83. # change focus between tiling / floating windows
  84. #bindsym $mod+space focus mode_toggle
  85.  
  86. # focus the parent container
  87. #bindsym $mod+a focus parent
  88.  
  89. # focus the child container
  90. #bindcode $mod+d focus child
  91.  
  92. # switch to workspace
  93. bindsym Mod4+F1 workspace 1
  94. bindsym Mod4+F2 workspace 2
  95. bindsym Mod4+F3 workspace 3
  96. bindsym Mod4+F4 workspace 4
  97. bindsym Mod4+F5 workspace 5
  98. bindsym Mod4+F6 workspace 6
  99. bindsym Mod4+F7 workspace 7
  100. bindsym Mod4+F8 workspace 8
  101. bindsym Mod4+F9 workspace 9
  102.  
  103. # move focused container to workspace
  104. bindsym $mod+1 move container to workspace 1
  105. bindsym $mod+2 move container to workspace 2
  106. bindsym $mod+3 move container to workspace 3
  107. bindsym $mod+4 move container to workspace 4
  108. bindsym $mod+5 move container to workspace 5
  109. bindsym $mod+6 move container to workspace 6
  110. bindsym $mod+7 move container to workspace 7
  111. bindsym $mod+8 move container to workspace 8
  112. bindsym $mod+9 move container to workspace 9
  113.  
  114. # reload the configuration file
  115. bindsym Mod4+F11 reload
  116. # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
  117. bindsym Mod4+F12 restart
  118. # exit i3 (logs you out of your X session)
  119. bindsym Mod4+F10 exit
  120.  
  121. # resize window (you can also use the mouse for that)
  122. mode "resize" {
  123. # These bindings trigger as soon as you enter the resize mode
  124.  
  125. # Pressing left will shrink the window’s width.
  126. # Pressing right will grow the window’s width.
  127. # Pressing up will shrink the window’s height.
  128. # Pressing down will grow the window’s height.
  129. bindsym j resize shrink width 10 px or 10 ppt
  130. bindsym k resize grow height 10 px or 10 ppt
  131. bindsym l resize shrink height 10 px or 10 ppt
  132. bindsym semicolon resize grow width 10 px or 10 ppt
  133.  
  134. # same bindings, but for the arrow keys
  135. bindsym 113 resize shrink width 10 px or 10 ppt
  136. bindsym 116 resize grow height 10 px or 10 ppt
  137. bindsym 111 resize shrink height 10 px or 10 ppt
  138. bindsym 114 resize grow width 10 px or 10 ppt
  139.  
  140. # back to normal: Enter or Escape
  141. bindsym Return mode "default"
  142. bindsym Escape mode "default"
  143. }
  144.  
  145. bindsym $mod+F2 mode "resize"
  146.  
  147. # Start i3bar to display a workspace bar (plus the system information i3status
  148. # finds out, if available)
  149. bar{
  150. output LVDS1
  151. status_command i3status -c /home/dedy/.i3/i3status.conf
  152. position top
  153. mode dock
  154. # modifier Mod4
  155. colors {
  156. background #000000
  157. statusline #ffffff
  158. focused_workspace #ffffff #000000 #ffffff
  159. active_workspace #ffffff #5f676a #ffffff
  160. inactive_workspace #888888 #222222 #888888
  161. urgent_workspace #ffffff #000000 #ffffff
  162. }
  163. }
  164.  
  165. client.focused #ffffff #ffffff #000000 #2e9ef4
  166. client.focused_inactive #333333 #5f676a #ffffff #484e50
  167. client.unfocused #333333 #272727 #ffffff #292d2e
  168. client.urgent #2f343a #900000 #ffffff #900000
  169. popup_during_fullscreen leave_fullscreen
  170. force_focus_wrapping yes
  171. workspace_auto_back_and_forth yes
  172. focus_follows_mouse yes
  173. new_window 1pixel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement