config 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. # It will not be overwritten, so edit it as you like.
  2. #
  3. # Should you change your keyboard layout some time, delete
  4. # this file and re-run i3-config-wizard(1).
  5. #
  6. # i3 config file (v4)
  7. #
  8. # Please see https://i3wm.org/docs/userguide.html for a complete reference!
  9. set $mod Mod1
  10. # Font for window titles. Will also be used by the bar unless a different font
  11. # is used in the bar {} block below.
  12. font pango:monospace 12
  13. # This font is widely installed, provides lots of unicode glyphs, right-to-left
  14. # text rendering and scalability on retina/hidpi displays (thanks to pango).
  15. font pango:B612 12
  16. # The combination of xss-lock, nm-applet and pactl is a popular choice, so
  17. # they are included here as an example. Modify as you see fit.
  18. # NetworkManager is the most popular way to manage wireless networks on Linux,
  19. # and nm-applet is a desktop environment-independent system tray GUI for it.
  20. exec --no-startup-id clipster -d
  21. exec mako
  22. bindsym $mod+c exec clipster -sp
  23. # Use Mouse+$mod to drag floating windows to their wanted position
  24. floating_modifier $mod
  25. # start a terminal
  26. bindsym $mod+Return exec alacritty
  27. # kill focused window
  28. bindsym $mod+Shift+q kill
  29. # start dmenu (a program launcher)
  30. bindsym $mod+d exec bemenu-run -l 10 -p  --counter always -c -W 0.1 -B 10 \
  31. --fixed-height --fn 'B612 11' \
  32. --bdr "#323232" --tf "#FFFFFF" --hf "#FFFFFF"
  33. # change focus
  34. bindsym $mod+j focus left
  35. bindsym $mod+k focus down
  36. bindsym $mod+l focus up
  37. bindsym $mod+semicolon focus right
  38. # alternatively, you can use the cursor keys:
  39. bindsym $mod+Left focus left
  40. bindsym $mod+Down focus down
  41. bindsym $mod+Up focus up
  42. bindsym $mod+Right focus right
  43. # move focused window
  44. bindsym $mod+Shift+j move left
  45. bindsym $mod+Shift+k move down
  46. bindsym $mod+Shift+l move up
  47. bindsym $mod+Shift+semicolon move right
  48. # alternatively, you can use the cursor keys:
  49. bindsym $mod+Shift+Left move left
  50. bindsym $mod+Shift+Down move down
  51. bindsym $mod+Shift+Up move up
  52. bindsym $mod+Shift+Right move right
  53. # split in horizontal orientation
  54. bindsym $mod+h split h
  55. # split in vertical orientation
  56. bindsym $mod+v split v
  57. # enter fullscreen mode for the focused container
  58. bindsym $mod+f fullscreen toggle
  59. # change container layout (stacked, tabbed, toggle split)
  60. bindsym $mod+s layout stacking
  61. bindsym $mod+w layout tabbed
  62. bindsym $mod+e layout toggle split
  63. # toggle tiling / floating
  64. bindsym $mod+Shift+space floating toggle
  65. # change focus between tiling / floating windows
  66. bindsym $mod+space focus mode_toggle
  67. # focus the parent container
  68. bindsym $mod+a focus parent
  69. # Define names for default workspaces for which we configure key bindings later on.
  70. # We use variables to avoid repeating the names in multiple places.
  71. set $ws1 "1"
  72. set $ws2 "2"
  73. set $ws3 "3"
  74. set $ws4 "4"
  75. set $ws5 "5"
  76. set $ws6 "6"
  77. set $ws7 "7"
  78. set $ws8 "8"
  79. set $ws9 "9"
  80. set $ws10 "10"
  81. # switch to workspace
  82. bindsym $mod+1 workspace number $ws1
  83. bindsym $mod+2 workspace number $ws2
  84. bindsym $mod+3 workspace number $ws3
  85. bindsym $mod+4 workspace number $ws4
  86. bindsym $mod+5 workspace number $ws5
  87. bindsym $mod+6 workspace number $ws6
  88. bindsym $mod+7 workspace number $ws7
  89. bindsym $mod+8 workspace number $ws8
  90. bindsym $mod+9 workspace number $ws9
  91. bindsym $mod+0 workspace number $ws10
  92. # move focused container to workspace
  93. bindsym $mod+Shift+1 move container to workspace number $ws1
  94. bindsym $mod+Shift+2 move container to workspace number $ws2
  95. bindsym $mod+Shift+3 move container to workspace number $ws3
  96. bindsym $mod+Shift+4 move container to workspace number $ws4
  97. bindsym $mod+Shift+5 move container to workspace number $ws5
  98. bindsym $mod+Shift+6 move container to workspace number $ws6
  99. bindsym $mod+Shift+7 move container to workspace number $ws7
  100. bindsym $mod+Shift+8 move container to workspace number $ws8
  101. bindsym $mod+Shift+9 move container to workspace number $ws9
  102. bindsym $mod+Shift+0 move container to workspace number $ws10
  103. # reload the configuration file
  104. bindsym $mod+Shift+c reload
  105. # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
  106. bindsym $mod+Shift+r restart
  107. # exit i3 (logs you out of your X session)
  108. bindsym $mod+Shift+e exec "swaynag -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' 'sway exit'"
  109. # resize window (you can also use the mouse for that)
  110. mode "resize" {
  111. # These bindings trigger as soon as you enter the resize mode
  112. # Pressing left will shrink the window’s width.
  113. # Pressing right will grow the window’s width.
  114. # Pressing up will shrink the window’s height.
  115. # Pressing down will grow the window’s height.
  116. bindsym j resize shrink width 10 px or 10 ppt
  117. bindsym k resize grow height 10 px or 10 ppt
  118. bindsym l resize shrink height 10 px or 10 ppt
  119. bindsym semicolon resize grow width 10 px or 10 ppt
  120. # same bindings, but for the arrow keys
  121. bindsym Left resize shrink width 10 px or 10 ppt
  122. bindsym Down resize grow height 10 px or 10 ppt
  123. bindsym Up resize shrink height 10 px or 10 ppt
  124. bindsym Right resize grow width 10 px or 10 ppt
  125. # back to normal: Enter or Escape or $mod+r
  126. bindsym Return mode "default"
  127. bindsym Escape mode "default"
  128. bindsym $mod+r mode "default"
  129. }
  130. bindsym $mod+r mode "resize"
  131. # Start i3bar to display a workspace bar (plus the system information i3status
  132. # finds out, if available)
  133. bar {
  134. position top
  135. # modifier Mod1
  136. # status_command while date +'%Y-%m-%d %I:%M:%S %p (UTC)'; do sleep 1; done
  137. bar swaybar_command waybar
  138. }
  139. # Media player controls
  140. bindsym XF86AudioPlay exec playerctl play-pause
  141. bindsym XF86AudioPause exec playerctl play-pause
  142. bindsym XF86AudioNext exec playerctl next
  143. bindsym XF86AudioPrev exec playerctl previous
  144. # Monitor
  145. bindsym XF86MonBrightnessUp exec ddcutil setvcp --sn 6L1M413 10 + 5
  146. bindsym XF86MonBrightnessDown exec ddcutil setvcp --sn 6L1M413 10 - 5
  147. # Audio
  148. bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
  149. bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
  150. bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
  151. bindsym Print exec 'slurp | GRIM_DEFAULT_DIR=~/Downloads/ grim -g -'
  152. # colors
  153. set $black #272822
  154. set $white #FFFFFF
  155. set $pink #F92672
  156. set $blue #444444
  157. set $green #A6E22E
  158. set $orange #FD971F
  159. set $yellow #E6DB74
  160. set $purple #AE81FF
  161. # class border bg. text indicator child_border
  162. client.focused $black $black $green $blue $blue
  163. client.focused_inactive $black $black $blue $black $black
  164. client.unfocused $black $black $white $black $black
  165. client.background #ff0000
  166. input * {
  167. xkb_options "ctrl:nocaps,grp:toggle"
  168. xkb_layout us,us
  169. xkb_variant ,intl
  170. scroll_factor 1
  171. }
  172. exec swayidle -w \
  173. timeout 300 'swaylock -f -c 000000 -i /tmp/mercator_projection.png' \
  174. timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
  175. before-sleep 'swaylock -f -c 000000 -i /tmp/mercator_projection.pn'
  176. bindsym $mod+q exec 'swaylock -f -c 000000 -i /tmp/mercator_projection.png'
  177. smart_borders on
  178. hide_edge_borders both
  179. for_window [class="^.*"] border pixel 2
  180. include @sysconfdir@/sway/config.d/*
  181. output HDMI-A-1 pos 0 0
  182. output HDMI-A-2 {
  183. transform 270
  184. pos 930 2160
  185. scale 1
  186. }