aboutsummaryrefslogtreecommitdiff
blob: ef1fa61e28bdee8d9d6edc947b56cac788e55ed9 (plain) (blame)
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
# Modified based on https://github.com/endeavouros-team/endeavouros-i3wm-setup
# Jinwei Zhao

# This file is a modified version based on default i3-config-wizard config
# source is available here:
# https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/master/.config/i3/config
# Maintainer: joekamprad [[email protected]]
# https://endeavouros.com
#
# iconic font icon search: https://fontawesome.com/v4.7/cheatsheet/
#
# --> to update this run the following command (will backup existing setup file)
# wget --backups=1 https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.config/i3/config -P ~/.config/i3/
#
# Endeavouros-i3 config file
# Source for complete framework of our i3 config and theming here: https://github.com/endeavouros-team/endeavouros-i3wm-setup
# EndeavourOS wiki holds some Information also: https://discovery.endeavouros.com/window-tiling-managers/i3-wm/
# Please see http://i3wm.org/docs/userguide.html for the official i3 reference!

#######################
# config starts here: #
#######################

# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
font pango: Noto Sans Regular 14

# set the mod key to the winkey:
set $mod Mod4

#####################
# workspace layout: #
#####################

workspace_layout tabbed

##############################
# extra options for windows: #
##############################

# thin borders
hide_edge_borders both
default_border normal

# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod

# https://i3wm.org/docs/userguide.html#_focus_follows_mouse
focus_follows_mouse no
mouse_warping none

# https://i3wm.org/docs/userguide.html#focus_on_window_activation
focus_on_window_activation focus

# switch/iterate between workspaces
bindsym $mod+Tab workspace next
bindsym $mod+Shift+Tab workspace prev

# switch to workspace
bindsym $mod+1    workspace  $ws1
bindsym $mod+2    workspace  $ws2
bindsym $mod+3    workspace  $ws3
bindsym $mod+4    workspace  $ws4
bindsym $mod+5    workspace  $ws5
bindsym $mod+6    workspace  $ws6
bindsym $mod+7    workspace  $ws7
bindsym $mod+8    workspace  $ws8
bindsym $mod+9    workspace  $ws9
bindsym $mod+0    workspace  $ws10

# switch to workspace with numpad keys
bindcode $mod+87 workspace 1
bindcode $mod+88 workspace 2
bindcode $mod+89 workspace 3
bindcode $mod+83 workspace 4
bindcode $mod+84 workspace 5
bindcode $mod+85 workspace 6
bindcode $mod+79 workspace 7
bindcode $mod+80 workspace 8
bindcode $mod+81 workspace 9
bindcode $mod+90 workspace 10

# switch to workspace with numlock numpad keys
bindcode $mod+Mod2+87 workspace $ws1
bindcode $mod+Mod2+88 workspace $ws2
bindcode $mod+Mod2+89 workspace $ws3
bindcode $mod+Mod2+83 workspace $ws4
bindcode $mod+Mod2+84 workspace $ws5
bindcode $mod+Mod2+85 workspace $ws6
bindcode $mod+Mod2+79 workspace $ws7
bindcode $mod+Mod2+80 workspace $ws8
bindcode $mod+Mod2+81 workspace $ws9
bindcode $mod+Mod2+90 workspace $ws10

# move focused container to workspace
bindsym $mod+Shift+1    move container to workspace  $ws1
bindsym $mod+Shift+2    move container to workspace  $ws2
bindsym $mod+Shift+3    move container to workspace  $ws3
bindsym $mod+Shift+4    move container to workspace  $ws4
bindsym $mod+Shift+5    move container to workspace  $ws5
bindsym $mod+Shift+6    move container to workspace  $ws6
bindsym $mod+Shift+7    move container to workspace  $ws7
bindsym $mod+Shift+8    move container to workspace  $ws8
bindsym $mod+Shift+9    move container to workspace  $ws9
bindsym $mod+Shift+0    move container to workspace  $ws10

# move focused container to workspace with numpad keys
bindcode $mod+Shift+87      move container to workspace  $ws1
bindcode $mod+Shift+88      move container to workspace  $ws2
bindcode $mod+Shift+89      move container to workspace  $ws3
bindcode $mod+Shift+83      move container to workspace  $ws4
bindcode $mod+Shift+84      move container to workspace  $ws5
bindcode $mod+Shift+85      move container to workspace  $ws6
bindcode $mod+Shift+79      move container to workspace  $ws7
bindcode $mod+Shift+80      move container to workspace  $ws8
bindcode $mod+Shift+81      move container to workspace  $ws9
bindcode $mod+Shift+90      move container to workspace  $ws10

# move focused container to workspace with numlock numpad keys
bindcode $mod+Shift+Mod2+87     move container to workspace  $ws1
bindcode $mod+Shift+Mod2+88     move container to workspace  $ws2
bindcode $mod+Shift+Mod2+89     move container to workspace  $ws3
bindcode $mod+Shift+Mod2+83     move container to workspace  $ws4
bindcode $mod+Shift+Mod2+84     move container to workspace  $ws5
bindcode $mod+Shift+Mod2+85     move container to workspace  $ws6
bindcode $mod+Shift+Mod2+79     move container to workspace  $ws7
bindcode $mod+Shift+Mod2+80     move container to workspace  $ws8
bindcode $mod+Shift+Mod2+81     move container to workspace  $ws9
bindcode $mod+Shift+Mod2+90     move container to workspace  $ws10

# resize window (you can also use the mouse for that):
mode "resize" {
        bindsym h resize shrink width 10 px or 10 ppt
        bindsym k resize grow height 10 px or 10 ppt
        bindsym j resize shrink height 10 px or 10 ppt
        bindsym l resize grow width 10 px or 10 ppt

        # same bindings, but for the arrow keys
        bindsym Left resize shrink width 10 px or 10 ppt
        bindsym Up resize grow height 10 px or 10 ppt
        bindsym Down resize shrink height 10 px or 10 ppt
        bindsym Right resize grow width 10 px or 10 ppt

        # back to normal: Enter or Escape
        # bindsym Return mode "default"
        bindsym Escape mode "default"
}

bindsym $mod+r mode "resize"
bindsym $mod+space [floating] resize set 1280 800

# change focus between tiling / floating windows
#bindsym $mod+space focus mode_toggle

######################################
# keybindings for different actions: #
######################################

# start a terminal
#bindsym $mod+Return exec kitty
bindsym $mod+Return exec xfce4-terminal

# start a new empty workspace
bindsym $mod+Shift+Return exec --no-startup-id ~/.config/i3/scripts/workspace

# kill focused window
bindsym $mod+q kill

# exit-menu
bindsym $mod+Shift+e exec ~/.config/i3/scripts/powermenu

# Lock the system
# lock with a picture:
#bindsym $mod+l exec i3lock -i  ~/.config/i3/i3-lock-screen.png -p default|win -t
# lock by blurring the screen:
bindsym $mod+l exec ~/.config/i3/scripts/blur-lock

# reload the configuration file
bindsym $mod+Shift+c reload

# restart i3 inplace (preserves your layout/session, can be used to update i3)
bindsym $mod+Shift+r restart

# Make the currently focused window a scratchpad
bindsym $mod+Shift+m move scratchpad

# Show the first scratchpad window
bindsym $mod+m scratchpad show

# list keybinding in fancy rofi (automated):
# bindsym F1 exec ~/.config/i3/scripts/keyhint-2
# alternative
# keybinding list in editor:
# bindsym $mod+F1 exec xed ~/.config/i3/keybindings

# switch between builtin monitor and external monitors
bindsym F9 exec --no-startup-id ~/.config/i3/scripts/monitor

# Backlight control
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight +5 && notify-send "Brightness - $(xbacklight -get | cut -d '.' -f 1)%"
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -5 && notify-send "Brightness - $(xbacklight -get | cut -d '.' -f 1)%"

# change focus
bindsym $mod+j focus left
bindsym $mod+k focus down
bindsym $mod+b focus up
bindsym $mod+o focus right

# alternatively, you can use the cursor keys:
bindsym $mod+Left  focus left
bindsym $mod+Down  focus down
bindsym $mod+Up    focus up
bindsym $mod+Right focus right

# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left  move left
bindsym $mod+Shift+Down  move down
bindsym $mod+Shift+Up    move up
bindsym $mod+Shift+Right move right

# split in horizontal orientation
bindsym $mod+h split h

# split in vertical orientation
bindsym $mod+v split v

# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle

# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
bindsym $mod+g layout tabbed
bindsym $mod+e layout toggle split

# toggle tiling / floating
bindsym $mod+Shift+space floating toggle

# focus the parent container
bindsym $mod+a focus parent

# open new empty workspace
#bindsym $mod+Shift+n exec --no-startup-id ~/.config/i3/scripts/empty_workspace

# App shortcuts
bindsym $mod+w exec /usr/bin/firefox
bindsym $mod+n exec env GDK_SCALE=1 /usr/bin/thunar

# Screenshot
bindsym Print exec --no-startup-id flameshot gui
bindsym $mod+Print exec --no-startup-id flameshot full

# Power Profiles menu switcher (rofi)
bindsym $mod+Shift+p exec --no-startup-id ~/.config/i3/scripts/power-profiles

# Multimedia Keys
## volume
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D pulse sset Master 5%+ && pkill -RTMIN+1 i3blocks
bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D pulse sset Master 5%- && pkill -RTMIN+1 i3blocks
## gradular volume control
bindsym $mod+XF86AudioRaiseVolume exec --no-startup-id amixer -D pulse sset Master 1%+ && pkill -RTMIN+1 i3blocks
bindsym $mod+XF86AudioLowerVolume exec --no-startup-id amixer -D pulse sset Master 1%- && pkill -RTMIN+1 i3blocks
## mute
bindsym XF86AudioMute exec --no-startup-id amixer sset Master toggle && killall -USR1 i3blocks
## audio control
bindsym XF86AudioPlay exec --no-startup-id playerctl play
bindsym XF86AudioPause exec --no-startup-id playerctl pause
bindsym XF86AudioNext exec --no-startup-id playerctl next
bindsym XF86AudioPrev exec --no-startup-id playerctl previous
## Redirect sound to headphones
#bindsym $mod+p exec /usr/local/bin/switch-audio-port

##########################################
# configuration for workspace behaviour: #
##########################################

# Define names for default workspaces for which we configure key bindings later on.
# We use variables to avoid repeating the names in multiple places.
set $ws1 "1"
set $ws2 "2"
set $ws3 "3"
set $ws4 "4"
set $ws5 "5"
set $ws6 "6"
set $ws7 "7"
set $ws8 "8"
set $ws9 "9"

# bind program to workspace and focus to them on startup:
assign [class="jetbrains-clion"] $ws1
assign [class="Thunar"] $ws3
assign [class="Logseq"] $ws3
assign [class="thunderbird"] $ws4
assign [class="discord"] $ws5
assign [class="Microsoft Teams - Preview"] $ws5
assign [class="FLTK"] $ws9

# automatic set focus new window if it opens on another workspace then the current:
for_window [class=Xfce4-terminal] focus
for_window [class=(?i)firefox] focus
for_window [class=Logseq] focus
for_window [class=Thunar] focus
for_window [class=thunderbird] focus
for_window [class=TelegramDesktop] focus
for_window [class="Microsoft Teams - Preview"] focus

#for_window [class="^.*"] border pixel 1
for_window [class="Xfce4-terminal"] border pixel 1
for_window [class="firefox"] border pixel 1
for_window [class="urxvt"] border pixel 1
for_window [class="jetbrains-pycharm"] border pixel 1
for_window [class="thunderbird"] border pixel 1
for_window [class="Code"] border pixel 1
for_window [class="Logseq"] border pixel 1
for_window [class="Vmplayer"] border pixel 1

# set position of floating window
for_window [class=".*"] move position center

# windows title bar icon
for_window [all] title_window_icon padding 1px

##################
# floating rules #
##################

# set floating (nontiling) for apps needing it
for_window [class="Yad" instance="yad"] floating enable
for_window [class="Galculator" instance="galculator"] floating enable
for_window [class="Blueberry.py" instance="blueberry.py"] floating enable

# set floating (nontiling) for special apps
for_window [class="Xsane" instance="xsane"] floating enable
for_window [class="Pavucontrol" instance="pavucontrol"] floating enable
for_window [class="qt5ct" instance="qt5ct"] floating enable
for_window [class="Blueberry.py" instance="blueberry.py"] floating enable
for_window [class="Bluetooth-sendto" instance="bluetooth-sendto"] floating enable
for_window [class="Pamac-manager"] floating enable
for_window [class="copyq"] floating enable resize set 800 800
for_window [class="Nm-connection-editor"] floating enable
for_window [class="flameshot"] floating enable
for_window [class="FLTK"] floating enable resize 700 700
for_window [class="1Password"] floating enable resize 800 800
for_window [class="TelegramDesktop"] floating enable resize set 1300 1200
for_window [class="eudic"] floating enable resize set 800 800
for_window [class="Nitrogen"] floating enable resize set 800 800
for_window [window_role="About"] floating enable
for_window [class="Lxappearance"] floating enable

##############
# compositor #
##############

# transparency
# uncomment one of them to be used (picom package is installed per default)
# options could need changes, related to used GPU and drivers.
# to find the right setting consult the archwiki or ask at the forum.
#
# xcompmgr: https://wiki.archlinux.org/title/Xcompmgr
# manpage: https://man.archlinux.org/man/xcompmgr.1.en
#exec --no-startup-id xcompmgr -C -n &
# or an more specialized config like this:
#exec --no-startup-id xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 &
#
# or:
#
# picom: https://wiki.archlinux.org/title/Picom
# manpage: https://man.archlinux.org/man/picom.1.en
# The default configuration is available in /etc/xdg/picom.conf
# For modifications, it can be copied to ~/.config/picom/picom.conf or ~/.config/picom.conf
#
# using default config
#exec_always --no-startup-id picom --backed glx --vsync
#exec_always --no-startup-id picom -b
#
# for custom config:
exec_always --no-startup-id picom --config  ~/.config/picom.conf

#############################################
# autostart applications/services on login: #
#############################################

#get auth work with polkit-gnome
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1

#ibus daemon
exec --no-startup-id env GDK_SCALE=1 ibus-daemon -drxR

#fcitx5 daemon
#exec --no-startup-id fcitx5 -d

# dex execute .desktop files + apps using /etc/xdg/autostart.
# when second to i3 a DE is installed or mixed usage of i3 + xfce4 or GNOME
# in this cases better disable dex and use manual starting apps using xdg/autostart
# if enabled you should comment welcome app.
# https://github.com/jceb/dex
#exec --no-startup-id dex -a -s /etc/xdg/autostart/:~/.config/autostart/
exec --no-startup-id dex --autostart --environment i3

# start conky:
#exec_always --no-startup-id conky

# start a script to setup displays
# uncomment the next line, use arandr to setup displays and save the file as monitor:
exec --no-startup-id ~/.screenlayout/builtin-only.sh

# set wallpaper
exec --no-startup-id nitrogen --restore

# disable power saving (for example if using xscreensaver)
# exec --no-startup-id xset -dpms
# exec --no-startup-id xset dpms 0 0 86400
exec --no-startup-id xscreensaver --no-splash

# use xautolock to use autosuspend rules for mobile devices
# https://wiki.archlinux.org/title/Session_lock#xautolock
#exec --no-startup-id xautolock -time 60 -locker "systemctl suspend"

# Desktop notifications
exec --no-startup-id dunst --config ~/.config/dunst/dunstrc
# alternative if you installed aside with XFCE4:
#exec --no-startup-id env GDK_SCALE=2 /usr/lib/xfce4/notifyd/xfce4-notifyd &

# Mastodon client
#exec --no-startup-id tmux new -d -s toot tut

# autotiling script
# https://github.com/nwg-piotr/autotiling
# `yay -S autotiling ;) (it is in AUR)
#exec_always --no-startup-id autotiling

#exec --no-startup-id xmodmap ~/.Xmodmap

#exec --no-startup-id /opt/1Password/1password

######################################
# color settings for bar and windows #
######################################

# Define colors variables:
set $darkbluetrans      #08052be6
set $darkblue           #08052b
set $lightblue          #5294e2
set $urgentred          #e53935
set $white              #ffffff
set $black              #000000
set $purple             #e345ff
set $darkgrey           #383c4a
set $grey               #b0b5bd
set $mediumgrey         #8b8b8b
set $yellowbrown        #e1b700

# define colors for windows:
#class                      border        bground       text        indicator       child_border
client.focused              $lightblue    $darkblue     $white      $mediumgrey     $mediumgrey
client.unfocused            $darkblue     $darkblue     $grey       $darkgrey       $darkgrey
client.focused_inactive     $darkblue     $darkblue     $grey       $black          $black
client.urgent               $urgentred    $urgentred    $white      $yellowbrown    $yellowbrown

############################################
# bar settings (input comes from i3blocks) #
############################################

# Start i3bar to display a workspace bar
# (plus the system information i3status finds out, if available)
bar {
        font pango: Noto Sans Regular 16
        i3bar_command   i3bar
        status_command  i3blocks -c ~/.config/i3/i3blocks.conf
        position        top

        output          eDP-1
        output          DP-1
        output          DP-3
        output          DP-4

        tray_output     eDP-1
        tray_output     DP-1
        tray_output     DP-3
        tray_output     DP-4
        tray_padding    2

        strip_workspace_numbers yes

        colors {
            separator           $purple
            background          $darkgrey
            statusline          $white
            focused_workspace   $mediumgrey         $grey       $darkgrey   $purple
            active_workspace    $lightblue          $mediumgrey $darkgrey   $purple
            inactive_workspace  $darkgrey           $darkgrey   $grey       $purple
            urgent_workspace    $urgentred          $urgentred  $white      $purple
        }
}

# you can add different bars for multidisplay setups on each display:
# set output HDMI-0 to the display you want the bar, --transparency can be set.
# Transparency needs rgba color codes to be used where the last two letters are the transparency factor see here:
# https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4
# #08052be6 --> e6=90%

#####################################
# Application menu handled by rofi: #
#####################################

## rofi bindings fancy application menu

bindsym $mod+d exec rofi -modi drun -show drun \
        -config ~/.config/rofi/rofidmenu.rasi

## rofi bindings for window menu ($mod+t /F10 optional disabled)

bindsym $mod+t exec rofi -show window \
        -config ~/.config/rofi/rofidmenu.rasi
Powered by cgit v1.2.3 (git 2.41.0)