Fix various issues
This commit is contained in:
		
							parent
							
								
									bce1d7aaf8
								
							
						
					
					
						commit
						145c71d426
					
				
					 4 changed files with 5 additions and 6 deletions
				
			
		|  | @ -1,13 +1,11 @@ | ||||||
| #!/usr/bin/env sh | #!/usr/bin/env sh | ||||||
| 
 | 
 | ||||||
| user="" |  | ||||||
| target="$1" |  | ||||||
| 
 |  | ||||||
| if [ "$1" = "--user" ]; then | if [ "$1" = "--user" ]; then | ||||||
|     user="--user" |     user="--user" | ||||||
|     target="$2" |     shift | ||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
|  | target="$1" | ||||||
| 
 | 
 | ||||||
| until systemctl $user is-active --quiet "$target" | until systemctl $user is-active --quiet "$target" | ||||||
| do | do | ||||||
|  |  | ||||||
|  | @ -47,6 +47,7 @@ windowrulev2 = float, class:(thunderbird), title:(Reminder) | ||||||
| windowrulev2 = float, class:(org.keepassxc.KeePassXC), title:(KeePassXC - Browser Access Request) | windowrulev2 = float, class:(org.keepassxc.KeePassXC), title:(KeePassXC - Browser Access Request) | ||||||
| 
 | 
 | ||||||
| windowrulev2 = stayfocused, class:(Pinentry-gtk) | windowrulev2 = stayfocused, class:(Pinentry-gtk) | ||||||
|  | windowrulev2 = pin, class:(Pinentry-gtk) | ||||||
| 
 | 
 | ||||||
| windowrulev2 = fullscreen, class:(FreeTube) | windowrulev2 = fullscreen, class:(FreeTube) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -62,7 +62,7 @@ | ||||||
|     "format": " {}", |     "format": " {}", | ||||||
|     "interval": 3600, |     "interval": 3600, | ||||||
|     "exec": "~/.config/waybar/custom/pacman", |     "exec": "~/.config/waybar/custom/pacman", | ||||||
|     "on-click": "alacritty -e 'archlinux-update'", |     "on-click": "alacritty -e sh -c 'archlinux-update; read'", | ||||||
| 		"return-type": "json", | 		"return-type": "json", | ||||||
|     "signal": 8 |     "signal": 8 | ||||||
|   }, |   }, | ||||||
|  |  | ||||||
|  | @ -6,7 +6,7 @@ Comment=A keyboard-driven, vim-like browser based on PyQt5 running in a kiosk mo | ||||||
| Icon=qutebrowser | Icon=qutebrowser | ||||||
| Type=Application | Type=Application | ||||||
| Categories=Network;WebBrowser; | Categories=Network;WebBrowser; | ||||||
| Exec=qutebrowser -B $HOME/.local/share/qutebrowser-kiosk -C $HOME/.config/qutebrowser/config_kiosk.py --desktop-file-name org.qutebrowser.qutebrowser-kiosk --qt-arg name kiosk %u | Exec=qutebrowser -B .local/share/qutebrowser-kiosk -C .config/qutebrowser/config_kiosk.py --desktop-file-name org.qutebrowser.qutebrowser-kiosk --qt-arg name kiosk %u | ||||||
| Terminal=false | Terminal=false | ||||||
| StartupNotify=true | StartupNotify=true | ||||||
| Keywords=Browser | Keywords=Browser | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue