Guest User

config

a guest
Aug 14th, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.03 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. set $mod Mod4
  13.  
  14. # Font for window titles. Will also be used by the bar unless a different font
  15. # is used in the bar {} block below. ISO 10646 = Unicode
  16. font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
  17. # The font above is very space-efficient, that is, it looks good, sharp and
  18. # clear in small sizes. However, if you need a lot of unicode glyphs or
  19. # right-to-left text rendering, you should instead use pango for rendering and
  20. # chose a FreeType font, such as:
  21. font pango: Ubuntu Mono 10
  22.  
  23. # Use Mouse+$mod to drag floating windows to their wanted position
  24. floating_modifier $mod
  25.  
  26. # start a terminal
  27. bindsym $mod+Return exec terminator
  28.  
  29. # kill focused window
  30. bindsym $mod+q kill
  31.  
  32. # start dmenu (a program launcher)
  33. # bindsym $mod+d exec dmenu_run
  34. bindsym $mod+d exec dmenu_run -b -fn 'xft:Terminus:pixelsize=8' -nb '#191919' -nf '#9ac0cd' -sb '#191919' -sf '#bf3f34' -p 'Selecione uma opção >> '
  35.  
  36. # There also is the (new) i3-dmenu-desktop which only displays applications
  37. # shipping a .desktop file. It is a wrapper around dmenu, so you need that
  38. # installed.
  39. # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
  40.  
  41. # change focus
  42. bindsym $mod+j focus left
  43. bindsym $mod+k focus down
  44. bindsym $mod+l focus up
  45. bindsym $mod+ccedilla focus right
  46.  
  47. # alternatively, you can use the cursor keys:
  48. bindsym $mod+Left focus left
  49. bindsym $mod+Down focus down
  50. bindsym $mod+Up focus up
  51. bindsym $mod+Right focus right
  52.  
  53. # move focused window
  54. bindsym $mod+Shift+j move left
  55. bindsym $mod+Shift+k move down
  56. bindsym $mod+Shift+l move up
  57. bindsym $mod+Shift+ccedilla move right
  58.  
  59. # alternatively, you can use the cursor keys:
  60. bindsym $mod+Shift+Left move left
  61. bindsym $mod+Shift+Down move down
  62. bindsym $mod+Shift+Up move up
  63. bindsym $mod+Shift+Right move right
  64.  
  65. # split in horizontal orientation
  66. bindsym $mod+h split h
  67.  
  68. # split in vertical orientation
  69. bindsym $mod+v split v
  70.  
  71. # enter fullscreen mode for the focused container
  72. bindsym $mod+f fullscreen
  73.  
  74. # change container layout (stacked, tabbed, toggle split)
  75. bindsym $mod+s layout stacking
  76. bindsym $mod+w layout tabbed
  77. bindsym $mod+e layout toggle split
  78.  
  79. # toggle tiling / floating
  80. bindsym $mod+Shift+space floating toggle
  81.  
  82. # change focus between tiling / floating windows
  83. bindsym $mod+space focus mode_toggle
  84.  
  85. # focus the parent container
  86. bindsym $mod+a focus parent
  87.  
  88. # focus the child container
  89. #bindsym $mod+d focus child
  90.  
  91. # Name the workspaces
  92. set $tag1 "1: www"
  93.  
  94. # switch to workspace
  95. bindsym $mod+1 workspace 1
  96. bindsym $mod+2 workspace 2
  97. bindsym $mod+3 workspace 3
  98. bindsym $mod+4 workspace 4
  99. bindsym $mod+5 workspace 5
  100. bindsym $mod+6 workspace 6
  101. bindsym $mod+7 workspace 7
  102. bindsym $mod+8 workspace 8
  103. bindsym $mod+9 workspace 9
  104. bindsym $mod+0 workspace 10
  105.  
  106. # move focused container to workspace
  107. bindsym $mod+Shift+1 move container to workspace 1
  108. bindsym $mod+Shift+2 move container to workspace 2
  109. bindsym $mod+Shift+3 move container to workspace 3
  110. bindsym $mod+Shift+4 move container to workspace 4
  111. bindsym $mod+Shift+5 move container to workspace 5
  112. bindsym $mod+Shift+6 move container to workspace 6
  113. bindsym $mod+Shift+7 move container to workspace 7
  114. bindsym $mod+Shift+8 move container to workspace 8
  115. bindsym $mod+Shift+9 move container to workspace 9
  116. bindsym $mod+Shift+0 move container to workspace 10
  117.  
  118. # reload the configuration file
  119. bindsym $mod+Shift+c reload
  120. # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
  121. bindsym $mod+Shift+r restart
  122. # exit i3 (logs you out of your X session)
  123. bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
  124.  
  125. # resize window (you can also use the mouse for that)
  126. mode "resize" {
  127. # These bindings trigger as soon as you enter the resize mode
  128.  
  129. # Pressing left will shrink the window’s width.
  130. # Pressing right will grow the window’s width.
  131. # Pressing up will shrink the window’s height.
  132. # Pressing down will grow the window’s height.
  133. bindsym j resize shrink width 10 px or 10 ppt
  134. bindsym k resize grow height 10 px or 10 ppt
  135. bindsym l resize shrink height 10 px or 10 ppt
  136. bindsym ccedilla resize grow width 10 px or 10 ppt
  137.  
  138. # same bindings, but for the arrow keys
  139. bindsym Left resize shrink width 10 px or 10 ppt
  140. bindsym Down resize grow height 10 px or 10 ppt
  141. bindsym Up resize shrink height 10 px or 10 ppt
  142. bindsym Right resize grow width 10 px or 10 ppt
  143.  
  144. # back to normal: Enter or Escape
  145. bindsym Return mode "default"
  146. bindsym Escape mode "default"
  147. }
  148.  
  149. bindsym $mod+r mode "resize"
  150.  
  151. # Start i3bar to display a workspace bar (plus the system information i3status
  152. # finds out, if available)
  153. bar {
  154. position top
  155. workspace_buttons yes
  156. status_command i3status --config ~/.i3status.conf
  157. #binding_mode_indicator yes
  158. #font -*-cure-medium-*-*-*-11-*-*-*-*-*-*-*
  159. font pango:DejaVu Sans Mono, Icons 10
  160.  
  161. colors {
  162. statusline #76c2d6
  163. background #191919
  164.  
  165. # class border backgrd text
  166. focused_workspace #191919 #191919 #bf3f34
  167. active_workspace #191919 #191919 #696f89
  168. inactive_workspace #191919 #191919 #696f89
  169. urgent_workspace #191919 #191919 #c7a551
  170. }
  171. }
  172.  
  173. # Firefox
  174. bindsym $mod+b exec firefox &
  175. # Nautilus
  176. bindsym $mod+t exec nautilus &
  177. # Calculadora
  178. bindsym $mod+c exec gnome-calculator &
  179. # GVim
  180. bindsym $mod+g exec gvim &
  181. # VLC
  182. #bindsym $mod+k exec vlc &
  183.  
  184.  
  185. ### início automático
  186. exec --no-startup-id parcellite &
  187. exec --no-startup-id volumeicon #para ubuntu use volumeicon-alsa
  188. exec --no-startup-id nm-applet
  189. exec --no-startup-id xcompmgr -C
  190. exec --no-startup-id feh --bg-scale /home/izaias/Imagens/11.jpg
  191. exec --no-startup-id hp-systray
  192. exec --no-startup-id indicator-cpufreq
  193. exec --no-startup-id indicator-keylock
  194. exec --no-startup-id indicator-multiload
  195. exec ~/.dropbox-dist/dropboxd
  196. exec xscreensaver -no-splash
  197. exec --no-startup-id numlockx on
  198. exec --no-startup-id conky
  199.  
  200.  
  201. # color defines for i3
  202. set $bg #4c7899
  203. set $fg #285577
  204. set $hi #ffffff
  205. set $ac #333333
  206. set $tx #5f676a
  207. set $ia #222222
  208. set $be #888888
  209. set $yw #2f343a
  210. set $gn #5d5d5d
  211. set $rd #900000
  212. set $sa #545454
  213.  
  214.  
  215. #class border background text
  216.  
  217. client.focused $gn $ia $hi
  218. client.unfocused $ac $sa $be
  219. client.focused_inactive $ac $sa $be
  220. client.urgent $yw $rd $hi
  221. client.background #121212
Advertisement
Add Comment
Please, Sign In to add comment