blob: affbfb68d76ba2f5d852a338bf0778c7127660cc (
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
|
# vim: ft=i3config fdm=marker
gaps inner 5
output * scale 1
output * max_render_time 15
output * adaptive_sync on
# for_window [app_id=Alacritty] max_render_time 2
# for_window [app_id=firefox] max_render_time 3
# seat * hide_cursor 2000
set $laptop eDP-1
set $desk "Dell Inc. DELL U2518D 3C4YP87AAK3L"
set $mod Mod4
set $alt Mod1
set $left h
set $down j
set $up k
set $right l
set $term footclient
set $floating_term floaterm
set $firefox nightly
# workspaces {{{
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
set $ws0 0
set $wsMusic m
set $wsVideo v
set $wsGame g
# }}}
# gaps inner 5
show_marks yes
floating_maximum_size 0 x 0
floating_minimum_size 75 x 50
include input.conf
include binds.conf
include auto.conf
# style {{{
font pango:Iosevka Aile 10
seat * xcursor_theme WinSur
exec_always {
gsettings set org.gnome.desktop.interface gtk-theme Adwaita
gsettings set org.gnome.desktop.interface icon-theme gnome
gsettings set org.gnome.desktop.interface cursor-theme WinSur
gsettings set org.gnome.desktop.interface font-name 'Noto Sans'
}
set $bpix 3
set $fat_bpix 5
default_border pixel $bpix
default_floating_border pixel $fat_bpix
set $text #fffffb
set $text2 #bdc0ba
set $bg #1C1C1C
set $bg2 #292929
set $main #4e4371
set $main2 #2e2843
set $urgent #9f353a
set $urgent2 #662225
# set $indicator $bg
# set $indicator2 $bg
set $indicator_focused $bg2
set $indicator_unfocused $bg
client.focused $main $main2 $text $indicator_focused $main
client.focused_inactive $bg $bg $text2 $indicator_unfocused $bg
client.unfocused $bg2 $bg $text2 $indicator_unfocused $bg
client.urgent $urgent2 $urgent $text $indicator_focused $urgent
# }}}
exec {
light -S 80
once -- s6-svscan ${HOME}/.local/share/s6
}
exec_always sleep 1.4 && kanshictl reload
include config.d/*
|