Guest User

Untitled

a guest
Jun 25th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. font pango:Hack 10
  2.  
  3. hide_edge_borders both
  4. for_window [class="^.*"] border pixel 1
  5. for_window [class=".*"] title_format " %title"
  6. gaps inner 15
  7. gaps outer 10
  8.  
  9. set $mod Mod4
  10. floating_modifier $mod
  11.  
  12. bindsym $mod+bracketleft gaps inner all plus 5
  13. bindsym $mod+bracketright gaps inner all minus 5
  14. bindsym $mod+Shift+bracketleft gaps outer all plus 5
  15. bindsym $mod+Shift+bracketright gaps outer all minus 5
  16.  
  17. set $flash exec transset-df --actual --min 0.5 && sleep 0.1 && transset-df --actual --max 1 && sleep 0.1 && transset-df --actual --min 0.5 && sleep 0.1 && transset-df --actual --max 1
  18. set $ws_script /home/jwhendy/installed/scripts/i3-workspaces.py
  19.  
  20. for_window [instance="math"] floating enable
  21. for_window [instance="math"] resize set 800 500
  22. for_window [instance="math"] move scratchpad
  23. exec urxvt -name math
  24. bindsym $mod+b [instance="math"] scratchpad show; [instance="math"] move position center
  25.  
  26. bindsym $mod+Shift+Left move left
  27. bindsym $mod+Shift+Down move down
  28. bindsym $mod+Shift+Up move up
  29. bindsym $mod+Shift+Right move right
  30.  
  31. bindsym $mod+Left focus left
  32. bindsym $mod+Down focus down
  33. bindsym $mod+Up focus up
  34. bindsym $mod+Right focus right
  35.  
  36. bindsym $mod+Shift+h resize shrink width 10 px or 10 ppt
  37. bindsym $mod+Shift+j resize grow height 10 px or 10 ppt
  38. bindsym $mod+Shift+k resize shrink height 10 px or 10 ppt
  39. bindsym $mod+Shift+l resize grow width 10 px or 10 ppt
  40.  
  41. bindsym $mod+grave $flash
  42.  
  43. bindsym $mod+space focus mode_toggle
  44. bindsym $mod+Return exec urxvt
  45. bindsym $mod+Shift+space floating toggle
  46.  
  47. bindsym Control+Mod1+Right workspace next
  48. bindsym Control+Mod1+Left workspace prev
  49. bindsym Control+Mod1+Shift+Right exec $ws_script 1 True
  50. bindsym Control+Mod1+Shift+Left exec $ws_script -1 True
  51.  
  52. bindsym Mod1+q kill
  53.  
  54. bindsym XF86AudioRaiseVolume exec pamixer --allow-boost -i 3
  55. bindsym XF86AudioLowerVolume exec pamixer --allow-boost -d 3
  56. bindsym XF86AudioMute exec pamixer -t
  57. bindsym XF86MonBrightnessDown exec xbacklight -dec 7 -time 150
  58. bindsym XF86MonBrightnessUp exec xbacklight -inc 7 -time 150
  59. bindsym --release Print exec scrot -d 3 'full_%Y-%m-%d_%H%M%S.png'
  60. bindsym --release $mod+Print exec scrot -s 'grab_%Y-%m-%d_%H%M%S.png'
  61.  
  62. bindsym Control+Mod1+t exec urxvt
  63. bindsym Control+Mod1+e exec emacs
  64. bindsym Control+Mod1+i exec firefox
  65. bindsym Control+Mod1+j exec thunar
  66. bindsym Control+Mod1+l exec ~/installed/scripts/slock.sh
  67.  
  68. bindsym $mod+e layout toggle split
  69. bindsym $mod+t layout tabbed
  70. bindsym $mod+i exec firefox
  71. bindsym $mod+a focus parent
  72. bindsym $mod+s layout stacking
  73. bindsym $mod+d exec rofi -show run -lines 3 -eh 2 -width 50 -font "Hack 11"
  74. bindsym $mod+f fullscreen toggle
  75. bindsym $mod+h focus left
  76. bindsym $mod+j focus down
  77. bindsym $mod+k focus up
  78. bindsym $mod+l focus right
  79. bindsym $mod+c focus child
  80. 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'"
  81. bindsym $mod+shift+r restart
  82. bindsym $mod+shift+t exec geeqie
  83. bindsym $mod+Shift+c reload
  84.  
  85. exec --no-startup-id compton -b --config ~/.config/compton/config
  86. exec --no-startup-id dunst
  87. exec_always --no-startup-id killall polybar; polybar -r example
  88. exec_always --no-startup-id feh --bg-scale /home/jwhendy/installed/config/bkgs/hubble_airbrush_2.jpg
  89. exec --no-startup-id wicd
  90.  
  91. client.focused #555555 #444444 #dddddd #2e9ef4
  92. client.focused_inactive #00000000 #222222 #888888 #484e50
  93. client.unfocused #333333 #222222 #888888 #292d2e
  94. client.urgent #2f343aff #900000 #ffffff #900000
  95.  
  96. set $ws1 "1"
  97. set $ws2 "2"
  98. set $ws3 "3"
  99. set $ws4 "4"
  100. set $ws5 "5"
  101. set $ws6 "6"
  102. set $ws7 "7"
  103. set $ws8 "8"
  104. set $ws9 "9"
  105. set $ws10 "10"
  106. bindsym $mod+1 workspace $ws1
  107. bindsym $mod+2 workspace $ws2
  108. bindsym $mod+3 workspace $ws3
  109. bindsym $mod+4 workspace $ws4
  110. bindsym $mod+5 workspace $ws5
  111. bindsym $mod+6 workspace $ws6
  112. bindsym $mod+7 workspace $ws7
  113. bindsym $mod+8 workspace $ws8
  114. bindsym $mod+9 workspace $ws9
  115. bindsym $mod+0 workspace $ws10
  116. bindsym $mod+Shift+1 move container to workspace $ws1
  117. bindsym $mod+Shift+2 move container to workspace $ws2
  118. bindsym $mod+Shift+3 move container to workspace $ws3
  119. bindsym $mod+Shift+4 move container to workspace $ws4
  120. bindsym $mod+Shift+5 move container to workspace $ws5
  121. bindsym $mod+Shift+6 move container to workspace $ws6
  122. bindsym $mod+Shift+7 move container to workspace $ws7
  123. bindsym $mod+Shift+8 move container to workspace $ws8
  124. bindsym $mod+Shift+9 move container to workspace $ws9
  125. bindsym $mod+Shift+0 move container to workspace $ws10
  126.  
  127. # silentcast workaround
  128. set $enable_floating_fullscreen border none,fullscreen disable,floating enable,move absolute position 0 0,resize set 1920 1080
  129. set $work_in_temp move container to workspace Silentcast,workspace Silentcast
  130. set $return_from_temp move container to workspace back_and_forth,workspace back_and_forth
  131. set $iconify move container to workspace Silentcast,workspace Silentcast,floating disable,fullscreen enable,workspace back_and_forth
  132. set $deiconify workspace Silentcast,border none,fullscreen disable,floating enable,move absolute position 0 0,resize set 1920 1080,move container to workspace back_and_forth,workspace back_and_forth
  133. bindsym $mod+Shift+s [class="Silentcast"] $work_in_temp,$enable_floating_fullscreen,$return_from_temp
  134. bindsym $mod+z [class="Silentcast"] $iconify
  135. bindsym $mod+x [class="Silentcast"] $deiconify
Add Comment
Please, Sign In to add comment