buster + fixes
[distro-setup] / i3-sway / common.conf
1 ####### DO NOT EDIT LIVE CONFIG. generated from /a/bin/distro-setup/i3-sway/gen #######
2
3
4 set $mod Mod4
5
6 bindsym $mod+2 exec "pavucontrol"
7 bindsym $mod+3 exec "abrowser"
8 bindsym $mod+4 exec "abrowser -no-remote -P firefox-main-profile"
9
10 bindsym $mod+w focus parent
11 bindsym $mod+e fullscreen toggle
12 bindsym $mod+r exec "/a/bin/redshift.sh"
13 # todo, in newer i3, make this toggle split tabbed
14 bindsym $mod+t layout toggle split
15 bindsym $mod+g layout tabbed
16
17 # Use Mouse+$mod to drag floating windows to their wanted position
18 floating_modifier $mod
19
20 bindsym $mod+u focus up
21 bindsym $mod+i focus down
22 bindsym $mod+o focus left
23 bindsym $mod+p focus right
24
25 bindsym $mod+Left move left
26 bindsym $mod+Right move right
27 bindsym $mod+Up move up
28 bindsym $mod+Down move down
29
30 # switch to workspace
31 bindsym $mod+a workspace 4
32 bindsym $mod+s workspace 3
33 bindsym $mod+d workspace 2
34 bindsym $mod+f workspace 1
35
36 # todo, in newer i3, make this split toggle
37 bindsym $mod+v split vertical
38 bindsym $mod+b split horizontal
39
40 bindsym $mod+c kill
41
42
43 bindsym $mod+7 workspace 5
44 bindsym $mod+0 workspace 6
45
46 # move focused container to workspace
47 bindsym $mod+Shift+f move container to workspace 1
48 bindsym $mod+Shift+d move container to workspace 2
49 bindsym $mod+Shift+s move container to workspace 3
50 bindsym $mod+Shift+a move container to workspace 4
51 bindsym $mod+Shift+7 move container to workspace 5
52 bindsym $mod+Shift+0 move container to workspace 6
53
54 bindsym $mod+j exec emacsclient -c
55 bindsym $mod+k exec konsole
56 bindsym $mod+l exec dmenu_run
57
58 bindsym $mod+Shift+p restart
59
60
61 # Font for window titles. Will also be used by the bar unless a different font
62 # is used in the bar {} block below.
63 font pango:monospace 8
64
65 # todo: only available in newer i3n
66 #hide_edge_borders smart