-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexec.conf
43 lines (34 loc) · 1.21 KB
/
exec.conf
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
set $gnome-schema org.gnome.desktop.interface
exec {
swayidle -w \
timeout 60 'brightness_control toggle' resume 'brightness_control toggle' \
timeout 300 swaylock-cool \
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
before-sleep swaylock-cool
# notif daemon
swaync
# gammastep
/usr/bin/gammastep-indicator -l 22.5:88.36 -m wayland
# dropdown term
mesa_loader_driver_override=radeonsi \
__egl_vendor_library_filenames=/usr/share/glvnd/egl_vendor.d/50_mesa.json \
kitti3 -p lb -s 1.0 0.45 -n dropdown -- -o tab_bar_edge=top -1 --instance-group dropdown
# systray: managing networks
nm-applet --indicator
blueman-applet
# for screensharing
/usr/lib/xdg-desktop-portal -r
/usr/lib/xdg-desktop-portal-wlr
# gnome theme
gsettings set $gnome-schema gtk-theme 'vimix-dark'
gsettings set $gnome-schema icon-theme 'Papirus-Dark'
gsettings set $gnome-schema font-name 'Ubuntu 12'
gsettings set $gnome-schema document-font-name 'Ubuntu 12'
# for autorotation
iio-sway
}
exec_always {
# touchpad gestures
libinput-gestures-setup restart
}
# vim: ft=i3config fdm=marker