summaryrefslogtreecommitdiff
path: root/.config/i3/config
blob: a422603c515f50e3084ed334784fcdf0b69e794b (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
114
115
116
117
118
119
120
121
122
123
124
125
set $mod Mod4
set $alt Mod1
floating_modifier $mod

bindsym $mod+Shift+q kill
bindsym $mod+Escape exec --no-startup-id systemctl suspend
bindsym $mod+Return exec alacritty
bindsym $mod+b exec firefox
bindsym $mod+f fullscreen toggle
bindsym $mod+i exec --no-startup-id polybar-msg cmd toggle
bindsym $mod+Shift+s exec --no-startup-id ~/.local/bin/screenshot -s
bindsym Print exec --no-startup-id ~/.local/bin/screenshot
bindsym $mod+Shift+c exec --no-startup-id ~/.local/bin/comptoggle
bindsym $mod+Shift+u exec --no-startup-id ~/.local/bin/dock -u 
bindsym $mod+Shift+d exec --no-startup-id ~/.local/bin/dock -d

bindsym $mod+d exec --no-startup-id dmenu_run -p 'run:' -l 8 -b -i -fn 'JetBrainsMono NerdFont:size=11'
bindsym $alt+b exec --no-startup-id clipmenu -p 'clip:' -b -i -fn 'JetBrainsMono NerdFont:size=11'
bindsym $mod+p exec --no-startup-id ~/.local/bin/dmenu/dm-pass
bindsym $mod+Shift+p exec --no-startup-id ~/.local/bin/dmenu/dm-power

bindsym XF86AudioRaiseVolume exec --no-startup-id pamixer -i 5
bindsym XF86AudioLowerVolume exec --no-startup-id pamixer -d 5
bindsym XF86AudioMute exec --no-startup-id pamixer -t
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
bindsym XF86AudioNext exec --no-startup-id playerctl next
bindsym XF86AudioPrev exec --no-startup-id playerctl previous
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5

bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right

bindsym $mod+Shift+h move left
bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
bindsym $mod+Tab focus mode_toggle

bindsym $mod+g split h
bindsym $mod+v split v
bindsym $mod+t layout toggle tabbed splith splitv
bindsym $mod+Shift+f floating toggle

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 yes

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="Nextcloud"] floating enable

exec_always --no-startup-id ~/.local/bin/barlaunch