Always try to run discord; update to configs
This commit is contained in:
		@@ -32,9 +32,14 @@ case $APPLICATION in
 | 
				
			|||||||
	pavucontrol ) FACTOR=0.4 YFFSET=200  ;;
 | 
						pavucontrol ) FACTOR=0.4 YFFSET=200  ;;
 | 
				
			||||||
esac
 | 
					esac
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					LAUNCH_APP=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
xdotool search --class "$CLIENT_CLASS" >/dev/null 2>&1 || {
 | 
					xdotool search --class "$CLIENT_CLASS" || LAUNCH_APP=1
 | 
				
			||||||
 | 
					[[ $CLIENT_CLASS =~ discord ]] && LAUNCH_APP=1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[ $LAUNCH_APP -eq 1 ]] && {
 | 
				
			||||||
	i3-msg "exec --no-startup-id $APPLICATION;"
 | 
						i3-msg "exec --no-startup-id $APPLICATION;"
 | 
				
			||||||
 | 
						sleep .5
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WINDOW_SIZE=$(\
 | 
					WINDOW_SIZE=$(\
 | 
				
			||||||
 
 | 
				
			|||||||
										
											Binary file not shown.
										
									
								
							@@ -25,7 +25,7 @@ multi_line_mode = psql
 | 
				
			|||||||
# Destructive warning mode will alert you before executing a sql statement
 | 
					# Destructive warning mode will alert you before executing a sql statement
 | 
				
			||||||
# that may cause harm to the database such as "drop table", "drop database"
 | 
					# that may cause harm to the database such as "drop table", "drop database"
 | 
				
			||||||
# or "shutdown".
 | 
					# or "shutdown".
 | 
				
			||||||
destructive_warning = True
 | 
					destructive_warning = False
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Enables expand mode, which is similar to `\x` in psql.
 | 
					# Enables expand mode, which is similar to `\x` in psql.
 | 
				
			||||||
expand = False
 | 
					expand = False
 | 
				
			||||||
@@ -90,6 +90,9 @@ timing = True
 | 
				
			|||||||
# ascii, double, github, orgtbl, rst, mediawiki, html, latex, latex_booktabs,
 | 
					# ascii, double, github, orgtbl, rst, mediawiki, html, latex, latex_booktabs,
 | 
				
			||||||
# textile, moinmoin, jira, vertical, tsv, csv.
 | 
					# textile, moinmoin, jira, vertical, tsv, csv.
 | 
				
			||||||
# Recommended: psql, fancy_grid and grid.
 | 
					# Recommended: psql, fancy_grid and grid.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#table_format = csv
 | 
				
			||||||
 | 
					#table_format = grid
 | 
				
			||||||
table_format = vertical
 | 
					table_format = vertical
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Syntax Style. Possible values: manni, igor, xcode, vim, autumn, vs, rrt,
 | 
					# Syntax Style. Possible values: manni, igor, xcode, vim, autumn, vs, rrt,
 | 
				
			||||||
@@ -101,7 +104,7 @@ syntax_style = default
 | 
				
			|||||||
# When Vi mode is enabled you can use modal editing features offered by Vi in the REPL.
 | 
					# When Vi mode is enabled you can use modal editing features offered by Vi in the REPL.
 | 
				
			||||||
# When Vi mode is disabled emacs keybindings such as Ctrl-A for home and Ctrl-E
 | 
					# When Vi mode is disabled emacs keybindings such as Ctrl-A for home and Ctrl-E
 | 
				
			||||||
# for end are available in the REPL.
 | 
					# for end are available in the REPL.
 | 
				
			||||||
vi = False
 | 
					vi = True
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Error handling
 | 
					# Error handling
 | 
				
			||||||
# When one of multiple SQL statements causes an error, choose to either
 | 
					# When one of multiple SQL statements causes an error, choose to either
 | 
				
			||||||
@@ -113,7 +116,7 @@ on_error = STOP
 | 
				
			|||||||
row_limit = 1000
 | 
					row_limit = 1000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Skip intro on startup and goodbye on exit
 | 
					# Skip intro on startup and goodbye on exit
 | 
				
			||||||
less_chatty = False
 | 
					less_chatty = True
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Postgres prompt
 | 
					# Postgres prompt
 | 
				
			||||||
# \t - Current date and time
 | 
					# \t - Current date and time
 | 
				
			||||||
@@ -127,13 +130,13 @@ less_chatty = False
 | 
				
			|||||||
# \n - Newline
 | 
					# \n - Newline
 | 
				
			||||||
# \dsn_alias - name of dsn alias if -D option is used (empty otherwise)
 | 
					# \dsn_alias - name of dsn alias if -D option is used (empty otherwise)
 | 
				
			||||||
# \x1b[...m - insert ANSI escape sequence
 | 
					# \x1b[...m - insert ANSI escape sequence
 | 
				
			||||||
prompt = '\u@\h:\d> '
 | 
					prompt = '\d \# '
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Number of lines to reserve for the suggestion menu
 | 
					# Number of lines to reserve for the suggestion menu
 | 
				
			||||||
min_num_menu_lines = 4
 | 
					min_num_menu_lines = 4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Character used to left pad multi-line queries to match the prompt size.
 | 
					# Character used to left pad multi-line queries to match the prompt size.
 | 
				
			||||||
multiline_continuation_char = ''
 | 
					multiline_continuation_char = '.'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# The string used in place of a null value.
 | 
					# The string used in place of a null value.
 | 
				
			||||||
null_string = '<null>'
 | 
					null_string = '<null>'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -92,3 +92,5 @@ Pikachu
 | 
				
			|||||||
diagonalization
 | 
					diagonalization
 | 
				
			||||||
axiomatizable
 | 
					axiomatizable
 | 
				
			||||||
COVID
 | 
					COVID
 | 
				
			||||||
 | 
					Scwrypts
 | 
				
			||||||
 | 
					Directus
 | 
				
			||||||
 
 | 
				
			|||||||
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user