Adding typos and adding stuff to make things consistant

This commit is contained in:
James Patrick 2020-06-27 00:49:33 -04:00
parent 3e1eb7e28d
commit 481d1eb80a
3 changed files with 10 additions and 7 deletions

View File

@ -10,10 +10,10 @@ set $term kitty
set $scripts $HOME/.config/sway/scripts
set $tty-popup $scripts/tty-popup
set $menu bash ~/.config/sway/scripts/menu
set $menu bash $scripts/menu
set $pass_menu $tty-popup pass $scripts/fzf-pass
set $printscreen bash ~/.config/sway/scripts/printscreen
set $printscreen bash $scripts/printscreen
# Support for picture in picture mode.
# There is currently no support for automatically positioning it in the bottom

View File

@ -15,14 +15,17 @@ exec --no-startup-id $scripts/clipboard daemon 2>&1 >/tmp/clipboardmanager.log
# https://github.com/emersion/mako
exec --no-startup-id mako 2>&1 >/tmp/mako.log
###
### Pushover alerts
# https://github.com/jangxx/SchubsiGo
exec --no-startup-id SchubsiGo 2>&1 >/tmp/SchubsiGo.log
### ydotool
### ydotool - imagine not having to copy stuff.
# https://github.com/ReimuNotMoe/ydotool
exec --no-startup-id ydotoold 2>&1 >/tmp/ydotoold.log
### Autotiling
### Autotiling - because i3/sways spiting is weird.
# https://github.com/nwg-piotr/autotiling
exec --no-startup-id autotiling
@ -40,7 +43,7 @@ exec swayidle -w \
exec_always {
killall -q wob || true
mkfifo /tmp/wobpipe
tail -f /tmp/wobpipe | ~/.config/sway/scripts/sanitize_wob | wob
tail -f /tmp/wobpipe | $scripts/sanitize_wob | wob
}
# vim: ft=cfg

View File

@ -137,7 +137,7 @@ bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
bindsym XF86MonBrightnessDown exec light -U 5 && light -G | cut -d'.' -f1 > /tmp/wobpipe
bindsym XF86MonBrightnessUp exec light -A 5 && light -G | cut -d'.' -f1 > /tmp/wobpipe
bindsym Pause exec playerctl play-pause
bindsym Shift+Pause exec bash ~/.config/rofi/scripts/media_controls
bindsym Shift+Pause exec bash $scripts/media_controls
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.