various fixes and updates
[distro-setup] / subdir_files / .config / sway / config
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 "x-www-browser"
8 bindsym $mod+4 exec "x-www-browser -no-remote -P firefox-main-profile"
9 bindsym $mod+5 exec "/a/bin/redshift.sh"
10
11 bindsym $mod+w focus parent
12 bindsym $mod+e fullscreen toggle
13 bindsym $mod+r exec "/a/bin/ds/xl"
14 # todo, in newer i3, make this toggle split tabbed
15 bindsym $mod+t layout toggle split
16 bindsym $mod+g layout tabbed
17
18 # Use Mouse+$mod to drag floating windows to their wanted position
19 floating_modifier $mod
20
21 bindsym $mod+u focus left
22 bindsym $mod+i focus right
23 bindsym $mod+o focus up
24 bindsym $mod+p focus down
25
26 bindsym $mod+Left move left
27 bindsym $mod+Right move right
28 bindsym $mod+Up move up
29 bindsym $mod+Down move down
30
31 # switch to workspace
32 bindsym $mod+Shift+a move container to workspace 4
33 bindsym $mod+a workspace 4
34 # move focused container to workspace
35 bindsym $mod+Shift+s move container to workspace 3
36 bindsym $mod+s workspace 3
37
38 bindsym $mod+Shift+d move container to workspace 2
39 bindsym $mod+d workspace 2
40
41 bindsym $mod+Shift+f move container to workspace 1
42 bindsym $mod+f workspace 1
43
44 bindsym $mod+Shift+z move container to workspace 5
45 bindsym $mod+z workspace 5
46
47 bindsym $mod+Shift+x move container to workspace 6
48 bindsym $mod+x workspace 6
49
50
51 # todo, in newer i3, make this split toggle
52 bindsym $mod+v split vertical
53 bindsym $mod+b split horizontal
54
55 bindsym $mod+c kill
56
57
58 bindsym $mod+Shift+8 move container to workspace 7
59 bindsym $mod+8 workspace 7
60 bindsym $mod+Shift+9 move container to workspace 8
61 bindsym $mod+9 workspace 8
62
63
64 bindsym $mod+j exec emacsclient -c
65 bindsym $mod+k exec konsole
66 bindsym $mod+l exec dmenu_run
67
68
69 # Font for window titles. Will also be used by the bar unless a different font
70 # is used in the bar {} block below.
71 font pango:monospace 8
72
73 # todo: only available in newer i3n
74 #hide_edge_borders smart
75 # exit sway (logs you out of your Wayland session)
76 bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
77
78 bindsym $mod+Shift+p reload