Adding typos and adding stuff to make things consistant
This commit is contained in:
		
							parent
							
								
									3e1eb7e28d
								
							
						
					
					
						commit
						481d1eb80a
					
				| 
						 | 
					@ -10,10 +10,10 @@ set $term kitty
 | 
				
			||||||
set $scripts  $HOME/.config/sway/scripts
 | 
					set $scripts  $HOME/.config/sway/scripts
 | 
				
			||||||
set $tty-popup $scripts/tty-popup
 | 
					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 $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.
 | 
					# Support for picture in picture mode.
 | 
				
			||||||
# There is currently no support for automatically positioning it in the bottom
 | 
					# There is currently no support for automatically positioning it in the bottom
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -15,14 +15,17 @@ exec --no-startup-id $scripts/clipboard daemon 2>&1 >/tmp/clipboardmanager.log
 | 
				
			||||||
# https://github.com/emersion/mako
 | 
					# https://github.com/emersion/mako
 | 
				
			||||||
exec --no-startup-id mako 2>&1 >/tmp/mako.log
 | 
					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
 | 
					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
 | 
					exec --no-startup-id ydotoold 2>&1 >/tmp/ydotoold.log
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Autotiling
 | 
					
 | 
				
			||||||
 | 
					### Autotiling - because i3/sways spiting is weird.
 | 
				
			||||||
# https://github.com/nwg-piotr/autotiling
 | 
					# https://github.com/nwg-piotr/autotiling
 | 
				
			||||||
exec --no-startup-id autotiling
 | 
					exec --no-startup-id autotiling
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -40,7 +43,7 @@ exec swayidle -w \
 | 
				
			||||||
exec_always {
 | 
					exec_always {
 | 
				
			||||||
    killall -q wob || true
 | 
					    killall -q wob || true
 | 
				
			||||||
    mkfifo /tmp/wobpipe
 | 
					    mkfifo /tmp/wobpipe
 | 
				
			||||||
    tail -f /tmp/wobpipe | ~/.config/sway/scripts/sanitize_wob | wob
 | 
					    tail -f /tmp/wobpipe | $scripts/sanitize_wob | wob
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# vim: ft=cfg
 | 
					# vim: ft=cfg
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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 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 XF86MonBrightnessUp   exec light -A 5 && light -G | cut -d'.' -f1 > /tmp/wobpipe
 | 
				
			||||||
bindsym Pause                 exec playerctl play-pause
 | 
					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.
 | 
					# Drag floating windows by holding down $mod and left mouse button.
 | 
				
			||||||
# Resize them with right mouse button + $mod.
 | 
					# Resize them with right mouse button + $mod.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user