Compare commits

...

2 Commits

26
config
View File

@ -9,8 +9,8 @@ set {
$term foot
$audiomixer $term pulsemixer
$screenshot wayshot -s "`slurp`" --file /tmp/out.png
$lock 'swaylock -f -c 000000'
$screenshot wayshot -s "$(slurp)" --file /tmp/out.png
$lock swaylock -f -F -c 000000
$menu bemenu-run \
-p spawn \
--list 30 \
@ -100,17 +100,11 @@ bindsym {
# Resizing containers:
#
mode "resize" {
# left will shrink the containers width
# right will grow the containers width
# up will shrink the containers height
# down will grow the containers height
bindsym {
$left resize shrink width 10px
$down resize grow height 10px
$up resize shrink height 10px
$right resize grow width 10px
# Return to default mode
$left resize shrink width 40px
$down resize grow height 40px
$up resize shrink height 40px
$right resize grow width 40px
Return mode "default"
Escape mode "default"
}
@ -130,7 +124,8 @@ output {
#
exec swayidle -w \
timeout 300 $lock \
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
timeout 600 'swaymsg "output * power off"' \
resume 'swaymsg "output * power on"' \
before-sleep $lock
#
@ -138,9 +133,7 @@ exec swayidle -w \
#
bar {
position top
status_command while echo "`uname -r` / `cat /proc/loadavg | cut -d' ' -f1-3` / `swaymsg -t get_inputs | jq -r '.[0].xkb_active_layout_name'` / `date +'%a %d/%m %T'`"; do sleep 1; done
# Who the fuck uses trays what the fuck dude
tray_output none
swaybar_command waybar
colors {
statusline #CC838C
@ -166,6 +159,7 @@ client.unfocused #404040 #000000 #404040 #404040 #404040
# Defaults
default_border pixel 2
smart_borders no_gaps
workspace_layout default
floating_modifier $mod normal