Advertisement
Guest User

Untitled

a guest
Sep 6th, 2018
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. set $mod Mod1
  2. floating_modifier $mod
  3. bindsym $mod+Shift+q kill
  4. bindsym $mod+j focus left
  5. bindsym $mod+k focus down
  6. #bindsym $mod+l focus up
  7. bindsym $mod+semicolon focus right
  8. bindsym $mod+Left focus left
  9. bindsym $mod+Down focus down
  10. bindsym $mod+Up focus up
  11. bindsym $mod+Right focus right
  12. bindsym $mod+Shift+j move left
  13. bindsym $mod+Shift+k move down
  14. bindsym $mod+Shift+l move up
  15. bindsym $mod+Shift+semicolon move right
  16. bindsym $mod+Shift+Left move left
  17. bindsym $mod+Shift+Down move down
  18. bindsym $mod+Shift+Up move up
  19. bindsym $mod+Shift+Right move right
  20. bindsym $mod+h split h
  21. bindsym $mod+v split v
  22. bindsym $mod+f fullscreen
  23. bindsym $mod+s layout stacking
  24. bindsym $mod+w layout tabbed
  25. bindsym $mod+e layout toggle split
  26. bindsym $mod+Shift+space floating toggle
  27. bindsym $mod+a focus parent
  28. bindsym $mod+1 workspace 1
  29. bindsym $mod+2 workspace 2
  30. bindsym $mod+3 workspace 3
  31. bindsym $mod+4 workspace 4
  32. bindsym $mod+5 workspace 5
  33. bindsym $mod+6 workspace 6
  34. bindsym $mod+7 workspace 7
  35. bindsym $mod+8 workspace 8
  36. bindsym $mod+9 workspace 9
  37. bindsym $mod+0 workspace 10
  38. bindsym $mod+Shift+1 move container to workspace 1
  39. bindsym $mod+Shift+2 move container to workspace 2
  40. bindsym $mod+Shift+3 move container to workspace 3
  41. bindsym $mod+Shift+4 move container to workspace 4
  42. bindsym $mod+Shift+5 move container to workspace 5
  43. bindsym $mod+Shift+6 move container to workspace 6
  44. bindsym $mod+Shift+7 move container to workspace 7
  45. bindsym $mod+Shift+8 move container to workspace 8
  46. bindsym $mod+Shift+9 move container to workspace 9
  47. bindsym $mod+Shift+0 move container to workspace 10
  48. bindsym $mod+o mode "resize"
  49.  
  50. # resize window (you can also use the mouse for that)
  51. mode "resize" {
  52. # These bindings trigger as soon as you enter the resize mode
  53.  
  54. # Pressing left will shrink the window’s width.
  55. # Pressing right will grow the window’s width.
  56. # Pressing up will shrink the window’s height.
  57. # Pressing down will grow the window’s height.
  58. bindsym j resize shrink width 10 px or 10 ppt
  59. bindsym k resize grow height 10 px or 10 ppt
  60. bindsym l resize shrink height 10 px or 10 ppt
  61. bindsym semicolon resize grow width 10 px or 10 ppt
  62.  
  63. # same bindings, but for the arrow keys
  64. bindsym Left resize shrink width 10 px or 10 ppt
  65. bindsym Down resize grow height 10 px or 10 ppt
  66. bindsym Up resize shrink height 10 px or 10 ppt
  67. bindsym Right resize grow width 10 px or 10 ppt
  68.  
  69. # back to normal: Enter or Escape
  70. bindsym Return mode "default"
  71. bindsym Escape mode "default"
  72. }
  73.  
  74. bindsym $mod+Shift+c reload
  75. bindsym $mod+Shift+r restart
  76.  
  77. font pango:Terminus 13
  78. new_window none
  79.  
  80. ################################ HOTKEYS #####################################
  81. #bindsym $mod+d exec dmenu_run -nb black -nf '#FB0000' -sf black -sb '#FB0000' -fn 'Terminus-12' ### DMENU
  82. bindsym $mod+Return exec lxterminal ### TERMINAL
  83. bindsym Print exec xfce4-screenshooter ### SCREENSHOOTER
  84. bindsym XF86AudioRaiseVolume exec pactl -- set-sink-volume 0 +5% ### VOLUME +
  85. bindsym XF86AudioLowerVolume exec pactl -- set-sink-volume 0 -5% ### VOLUME -
  86. bindsym XF86AudioMute exec amixer set Master toggle ### MUTE AUDIO
  87. bindsym XF86AudioMicMute exec amixer set Capture toggle ### MUTE MIC
  88. bindsym $mod+space exec systemctl poweroff ### POWEROFF
  89. bindsym $mod+Escape exec systemctl reboot ### REBOOT
  90. bindsym XF86TaskPane exec sh /home/doctor/.config/i3/normal.sh ### SCREEN NORMAL POSITION
  91. bindsym XF86RotateWindows exec sh /home/doctor/.config/i3/left.sh ### SCREEN ROTATE
  92. bindsym $mod+Prior exec bash /home/doctor/.config/i3/vm ### LAUNCH VM
  93. bindsym $mod+Next exec VBoxManage controlvm "Win10" acpipowerbutton ### POWEROFF VM
  94. bindsym XF86Launch1 exec bash ~/.config/i3/i3lock/lock ### LOCK SCREEN
  95. bindsym $mod+0xffc5 exec xbacklight -dec 10 ### DECREASE BRIGHTNESS
  96. bindsym $mod+0xffc6 exec xbacklight -inc 10 ### INCREASE BRIGHTNESS
  97. bindsym $mod+Super_L exec chromium --proxy-server="socks5://127.0.0.1:9050" ### LAUNCH BROWSER
  98. #bindsym $mod+Super_L exec qutebrowser --backend webengine ### LAUNCH BROWSER
  99. bindsym $mod+Shift+e exec i3-msg exit
  100. ##############################################################################
  101.  
  102. ##################### WINDOW COLORS #######################
  103. client.focused #DF013A #000000 #DF013A #000000
  104. client.focused_inactive #DF013A #5f676a #DF013A #484e50
  105. client.unfocused #DF013A #222222 #888888 #292d2e
  106. client.urgent #2f343a #900000 #DF013A #900000
  107. ###########################################################
  108.  
  109. ######################### BAR #############################
  110. bar { colors {
  111. background #000000
  112. separator #DF013A
  113. focused_workspace #DF013A #DF013A #000000
  114. active_workspace #DF013A #5f676a #ffffff
  115. inactive_workspace #333333 #222222 #888888
  116. urgent_workspace #2f343a #900000 #ffffff
  117. }
  118. status_command i3blocks -c ~/.config/i3/i3blocks.conf
  119. }
  120. ###########################################################
  121.  
  122.  
  123. ################################### AUTOSTART #######################################
  124. exec --no-startup-id synclient TapButton1=1
  125. exec --no-startup-id setxkbmap -layout "us,ru" && setxkbmap -option "grp:caps_toggle,grp_led:scroll"
  126. exec --no-startup-id megasync
  127. exec --no-startup-id mate-power-manager
  128. exec --no-startup-id nm-applet
  129. exec --no-startup-id albert
  130. exec --no-startup-id xautolock -time 30 -locker "~/.config/i3/i3lock/lock"
  131. exec --no-startup-id nitrogen --restore
  132. #exec --no-startup-id mpv --really-quiet --wid 0 --loop inf ~/.config/i3/wallpaper3.wmv
  133. #exec --no-startup-id xrandr --output DP2 --off --output DP1 --off --output HDMI2 --off --output HDMI1 --off --output LVDS1 --mode 1366x768 --pos 0x0 --rotate normal --output VGA1 --mode 1920x1080 --pos 1366x0 --rotate normal
  134.  
  135. #####################################################################################
  136.  
  137. gaps inner 7
  138. gaps outer 0
  139. smart_gaps on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement