Improve configs
This commit is contained in:
		
							parent
							
								
									96dc77517f
								
							
						
					
					
						commit
						98d64b5e0e
					
				
					 4 changed files with 7 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								.bin/.e
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								.bin/.e
									
										
									
									
									
								
							|  | @ -6,6 +6,7 @@ declare -A mapper=( | |||
| 	["alacritty"]="$HOME/.config/alacritty/alacritty.toml" | ||||
| 	["autoinstall.toml"]="$HOME/.config/autoinstall.toml" | ||||
| 	["autostart.toml"]="$HOME/.config/autostart.toml" | ||||
| 	["backup"]="$HOME/.bin/host-backup-$(cat /proc/sys/kernel/hostname)" | ||||
| 	["bash"]="$HOME/.bashrc" | ||||
| 	["bspwm"]="$HOME/.config/bspwm/bspwmrc" | ||||
| 	["completions"]="$HOME/.config/completionsrc" | ||||
|  | @ -21,6 +22,7 @@ declare -A mapper=( | |||
| 	["qutebrowser"]="$HOME/.config/qutebrowser/config.py" | ||||
| 	["qutebrowser-kiosk"]="$HOME/.config/qutebrowser/config_kiosk.py" | ||||
| 	["rclone"]="$HOME/.config/rclone/rclone.conf" | ||||
| 	["ssh"]="$HOME/.ssh/config" | ||||
| 	["starship"]="$HOME/.config/starship.toml" | ||||
| 	["sxhkd"]="$HOME/.config/sxhkd/sxhkdrc" | ||||
| 	["vim"]="$HOME/.config/vim/vimrc" | ||||
|  |  | |||
|  | @ -43,6 +43,8 @@ export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npmrc" | |||
| 
 | ||||
| export QT_QPA_PLATFORMTHEME="qt5ct" | ||||
| 
 | ||||
| export PASSWORD_STORE_ENABLE_EXTENSIONS=true | ||||
| 
 | ||||
| export TERMINAL="alacritty" | ||||
| export TIME_STYLE="long-iso" | ||||
| 
 | ||||
|  |  | |||
|  | @ -10,6 +10,7 @@ bind = $main_mod, F, fullscreen, | |||
| bind = $main_mod, D, exec, j4-dmenu-desktop --dmenu="$DMENU" | ||||
| bind = $main_mod, Pause, exec, menu-shutdown | ||||
| bind = $main_mod, T, exec, ts-control | ||||
| bind = $main_mod, C, exec, [float] $TERMINAL -e python | ||||
| 
 | ||||
| bind = $main_mod, Print, exec, screenshot | ||||
| bind = $main_mod CTRL, Print, exec, screenshot --no-upload | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| def init(c): | ||||
|     c.bind(',v', 'spawn --userscript view_in_mpv {url}') | ||||
|     c.bind(',V', 'hint links spawn --userscript view_in_mpv {hint-url}') | ||||
|     c.bind(',v', 'spawn io.freetubeapp.FreeTube {url}') | ||||
|     c.bind(',V', 'hint links spawn io.freetubeapp.FreeTube {hint-url}') | ||||
| 
 | ||||
|     # ungoogled-chromium | ||||
|     c.bind(',b', 'spawn chromium {url}') | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue