summaryrefslogtreecommitdiff
path: root/.config/i3/config
blob: 77b675b5b04c17edcbbc7b13c0ce2d28bde17619 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
set $mod Mod4
set $alt Mod1
floating_modifier $mod

bindsym $mod+1 workspace number 1
bindsym $mod+2 workspace number 2
bindsym $mod+3 workspace number 3
bindsym $mod+4 workspace number 4
bindsym $mod+5 workspace number 5
bindsym $mod+6 workspace number 6
bindsym $mod+7 workspace number 7
bindsym $mod+8 workspace number 8
bindsym $mod+9 workspace number 9
bindsym $mod+0 workspace number 10

bindsym $mod+Shift+1 move container to workspace number 1
bindsym $mod+Shift+2 move container to workspace number 2
bindsym $mod+Shift+3 move container to workspace number 3
bindsym $mod+Shift+4 move container to workspace number 4
bindsym $mod+Shift+5 move container to workspace number 5
bindsym $mod+Shift+6 move container to workspace number 6
bindsym $mod+Shift+7 move container to workspace number 7
bindsym $mod+Shift+8 move container to workspace number 8
bindsym $mod+Shift+9 move container to workspace number 9
bindsym $mod+Shift+0 move container to workspace number 10

mode "Resize Mode" {
    bindsym h resize shrink width 6 px or 6 ppt
    bindsym j resize shrink height 6 px or 6 ppt
    bindsym k resize grow height 6 px or 6 ppt
    bindsym l resize grow width 6 px or 6 ppt
    bindsym Left resize shrink width 6 px or 6 ppt
    bindsym Down resize shrink height 6 px or 6 ppt
    bindsym Up resize grow height 6 px or 6 ppt
    bindsym Right resize grow width 6 px or 6 ppt

    bindsym Shift+h resize shrink width 12 px or 12 ppt
    bindsym Shift+j resize shrink height 12 px or 12 ppt
    bindsym Shift+k resize grow height 12 px or 12 ppt
    bindsym Shift+l resize grow width 12 px or 12 ppt
    bindsym Shift+Left resize shrink width 12 px or 12 ppt
    bindsym Shift+Down resize shrink height 12 px or 12 ppt
    bindsym Shift+Up resize grow height 12 px or 12 ppt
    bindsym Shift+Right resize grow width 12 px or 12 ppt
    
    bindsym minus gaps inner current minus 5
    bindsym plus gaps inner current plus 5
    bindsym Shift+minus gaps inner current minus 10
    bindsym Shift+plus gaps inner current plus 10

    bindsym Return mode "default"
    bindsym Escape mode "default"
    bindsym $mod+r mode "default"
}
bindsym $mod+r mode "Resize Mode"

font pango:Source Code Pro Medium 11
gaps inner 5
gaps outer 0
default_border pixel 2
default_floating_border pixel 2
title_align center

smart_gaps on
hide_edge_borders smart
popup_during_fullscreen smart
focus_follows_mouse no

floating_maximum_size -1 x -1
for_window [class="floating_window"] floating enable
for_window [window_role="pop-up"] floating enable
for_window [window_role="About"] floating enable

for_window [class="gnome-calculator"] floating enable
for_window [class="baobab"] floating enable
for_window [class="Lxappearance"] floating enable
for_window [class="Piper"] floating enable
for_window [class="Pavucontrol"] floating enable
for_window [class="Pcmanfm"] floating enable
for_window [class="File-roller"] floating enable
for_window [title="GNOME Tweaks"] floating enable
for_window [title="Nitrogen"] floating enable
for_window [title="Network Connections"] floating enable
for_window [class="Nextcloud"] floating enable

# Jetbrains
for_window [class="^com-intellij-updater-Runner$" title="^Update$"] floating enable
for_window [instance="^sun-awt-X11-XDialogPeer$" title="^Complete Installation$"] floating enable

# Unity
for_window [class="^Unity$" title="^Starting Unity...$"] floating enable
for_window [class="^Unity$" title="^Hold On$"] floating enable
for_window [class="^Unity$" title="^Preparing Package$"] floating enable
for_window [class="^Unity$" title="^Importing Package$"] floating enable
for_window [class="unityhub"] floating enable
for_window [class="UnityHub"] floating enable

# Steam https://github.com/ValveSoftware/steam-for-linux/issues/1040
for_window [title="Friends List"] floating enable                       
for_window [class="^Steam$" title="^Friends$"] floating enable
for_window [class="^Steam$" title="Steam - News"] floating enable
for_window [title="Steam - News"] floating enable
for_window [class="^Steam$" title=".* - Chat"] floating enable
for_window [class="^Steam$" title="^Settings$"] floating enable
for_window [class="^Steam$" title=".* - event started"] floating enable
for_window [class="^Steam$" title=".* CD key"] floating enable
for_window [class="^Steam$" title="^Steam - Self Updater$"] floating enable
for_window [class="^Steam$" title="^Screenshot Uploader$"] floating enable
for_window [title="Steam Guard - Computer Authorization Required"] floating enable            
for_window [class="^Steam$" title="^Steam Guard - Computer Authorization Required$"] floating enable
for_window [title="^Steam Keyboard$"] floating enable

exec_always --no-startup-id $HOME/.local/bin/barlaunch