dotfiles

Alpine Linux dotfiles

git clone git://git.lin.moe/dotfiles.git

 1set $mod Mod4
 2
 3set $left h
 4set $down j
 5set $up k
 6set $right l
 7
 8set $term footclient
 9
10floating_modifier $mod normal
11
12bindsym $mod+Shift+c reload
13
14bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
15
16
17bar {
18  position top    
19  swaybar_command waybar
20}
21
22default_border pixel
23default_floating_border pixel
24
25titlebar_border_thickness 0
26titlebar_padding 2
27
28include /etc/sway/config.d/*
29include ~/.config/sway/config.d/*.conf