mirror of
				https://github.com/frebib/dotfiles.git
				synced 2024-06-14 12:57:23 +00:00 
			
		
		
		
	Compare commits
	
		
			4 Commits
		
	
	
		
			fa136cbd2a
			...
			4550c7c435
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4550c7c435 | |||
| 5aefd01096 | |||
| 58226a4562 | |||
| 01a7ec2acf | 
| @@ -4,11 +4,13 @@ | ||||
| export TERMINAL="alacritty" | ||||
| export BROWSER="firefox" | ||||
|  | ||||
| export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel" | ||||
| export GTK_THEME="$(grep gtk-theme-name "${XDG_CONFIG_HOME:-$HOME/.config}/gtk-3.0/settings.ini" | sed 's/.*\s*=\s*//')" | ||||
| export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/settings.ini" | ||||
| export QT_QPA_PLATFORMTHEME=qt5ct | ||||
| export XDG_CURRENT_DESKTOP="GNOME" # Fixes xdg-open | ||||
|  | ||||
| export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel" | ||||
|  | ||||
| # https://www.reddit.com/r/linux/comments/72mfv8/psa_for_firefox_users_set_moz_use_xinput21_to/ | ||||
| export MOZ_USE_XINPUT2=1 # enable pixel-accurate scrolling in firefox | ||||
|  | ||||
|   | ||||
							
								
								
									
										6
									
								
								aliases
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								aliases
									
									
									
									
									
								
							| @@ -112,7 +112,7 @@ alias gitc='$EDITOR $XDG_CONFIG_HOME/git/config' | ||||
| alias ggignore='$EDITOR $XDG_CONFIG_HOME/git/gitignore' | ||||
| alias gcl="git clone --recursive" | ||||
| alias gco="git checkout" | ||||
| alias gcom="git checkout master" | ||||
| alias gcom="git checkout \"\$(git defbranch)\"" | ||||
| alias ga="git add" | ||||
| alias gap="git add -p" | ||||
| alias gau="git add -u" | ||||
| @@ -136,7 +136,7 @@ alias grba="grb --abort" | ||||
| alias grbc="grb --continue" | ||||
| alias grbsk="grb --skip" | ||||
| alias grbsh="grb --show-current" | ||||
| alias grbom="git rebase origin/master" | ||||
| alias grbom="git rebase \"origin/\$(git defbranch)\"" | ||||
| gfrb() { remote="${1%/*}"; git fetch "$remote" && git rebase "$@"; } | ||||
| gfrbi() { remote="${1%/*}"; git fetch "$remote" && git rebase -i "$@"; } | ||||
|  | ||||
| @@ -160,7 +160,7 @@ alias gp="git push" | ||||
| alias gpf="gp --force" | ||||
| alias gpsu="git push --set-upstream" | ||||
| alias gpoH="git push origin HEAD" | ||||
| alias gpsuom="git push --set-upstream origin master" | ||||
| alias gpsuom="git push --set-upstream origin \"\$(git defbranch)\"" | ||||
| alias gpall="git remote | xargs -L1 git push" | ||||
| alias gl="git pull --rebase" | ||||
| alias glp="gl && gp" | ||||
|   | ||||
| @@ -37,6 +37,7 @@ | ||||
| 	count = !echo $(pwd) && git rev-list HEAD --count | ||||
| 	unpushed = !git log --oneline @{u}..HEAD | ||||
| 	leaders = !git shortlog -s -n --all --no-merges | ||||
| 	defbranch = !git symbolic-ref refs/remotes/origin/HEAD | sed \"s@^refs/remotes/origin/@@\" | ||||
| [advice] | ||||
| 	statusHints = false | ||||
| 	pushUpdateRejected = false | ||||
|   | ||||
| @@ -1,6 +1,3 @@ | ||||
| # DO NOT EDIT! This file will be overwritten by LXAppearance. | ||||
| # Any customization should be done in ~/.gtkrc-2.0.mine instead. | ||||
|  | ||||
| gtk-theme-name="Arc-Dark" | ||||
| gtk-icon-theme-name="Xenlism-Wildfire" | ||||
| gtk-font-name="sans 9" | ||||
|   | ||||
							
								
								
									
										1
									
								
								gtk-4.0/settings.ini
									
									
									
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								gtk-4.0/settings.ini
									
									
									
									
									
										Symbolic link
									
								
							| @@ -0,0 +1 @@ | ||||
| ../gtk-3.0/settings.ini | ||||
| @@ -55,7 +55,7 @@ blur-background-exclude = [ | ||||
| ]; | ||||
|  | ||||
| # Corners | ||||
| corner-radius = 8; | ||||
| corner-radius = 9; | ||||
|  | ||||
| # Fading | ||||
| fading = true; | ||||
|   | ||||
| @@ -4,7 +4,7 @@ Requires=graphical-session.target | ||||
| After=dbus.service graphical-session.target xorg.target | ||||
|  | ||||
| [Service] | ||||
| ExecStart=/usr/bin/picom --experimental-backends --dbus | ||||
| ExecStart=/usr/bin/picom --dbus | ||||
| Restart=always | ||||
| Slice=session.slice | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user