Add longer options in .xprofile and qutebrowser rule and alias for qutebrowser-kiosk
This commit is contained in:
		
							parent
							
								
									f001d79cf3
								
							
						
					
					
						commit
						f29f221fde
					
				
					 3 changed files with 9 additions and 6 deletions
				
			
		|  | @ -34,6 +34,8 @@ alias md5sum-dir='function _md5sum-dir(){ find $1 -type f -exec md5sum {} \; | m | |||
| alias pacman-autoremove='pacman -Rns $(pacman -Qtdq)' | ||||
| alias portalo-hz='xrandr --output HDMI-1 --mode 2560x1440 --refresh' | ||||
| 
 | ||||
| alias qutebrowser-kiosk="qutebrowser -T -C $XDG_CONFIG_DIR/qutebrowser/config-kiosk.py" | ||||
| 
 | ||||
| alias sudo='sudo ' | ||||
| alias synced-repos-status=' | ||||
|     echo "dotfiles" && dotfiles status; | ||||
|  |  | |||
|  | @ -32,6 +32,7 @@ bspc config automatic_scheme alternate | |||
| bspc config external_rules_command "$HOME/.config/bspwm/external_rules" | ||||
| 
 | ||||
| bspc rule -a 'firefox' desktop='web' | ||||
| bspc rule -a 'qutebrowser' desktop='web' | ||||
| 
 | ||||
| bspc rule -a 'firefox:Toolkit' follow='true' desktop='side-view' state='fullscreen' | ||||
| bspc rule -a 'vlc' follow='true' desktop='side-view' state='fullscreen' | ||||
|  |  | |||
							
								
								
									
										12
									
								
								.xprofile
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								.xprofile
									
										
									
									
									
								
							|  | @ -17,9 +17,9 @@ fi | |||
| _autostart_on_launch() | ||||
| { | ||||
|     dunst & | ||||
|     ckb-next -b & | ||||
|     ckb-next --background & | ||||
|     parcellite & | ||||
|     solaar --w hide & | ||||
|     solaar --window hide & | ||||
| 
 | ||||
|     conky --daemonize --config="$HOME/.config/conky/clock.conf" | ||||
|     conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf" | ||||
|  | @ -29,18 +29,18 @@ _autostart_on_launch() | |||
| 
 | ||||
|     syncthing -no-browser & | ||||
| 
 | ||||
|     actkbd -g -c ~/.config/actkbd/actkbd.conf -d /dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd & | ||||
|     actkbd --grab --config ~/.config/actkbd/actkbd.conf --device /dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd & | ||||
| 
 | ||||
|     /usr/lib/kdeconnectd & | ||||
|     transmission-gtk -m & | ||||
|     transmission-gtk --minimized & | ||||
|     steam-runtime -silent -tcp & | ||||
|     env GTK_THEME=Adwaita:light firefox & | ||||
|     qutebrowser & | ||||
| 
 | ||||
|     start_jack | ||||
|     sleep 1 | ||||
|     teamspeak3 & | ||||
|     sleep 2 | ||||
|     alacritty --class "mail" -e sh -c "neomutt" & | ||||
|     alacritty --class "mail" --command sh -c "neomutt" & | ||||
|     sleep 1 | ||||
|     element-desktop & | ||||
|     sleep 1 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue