mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Compare commits
No commits in common. "4550c7c435311415f1320c35776999301a184e97" and "01a7ec2acf40d7dd3af654260c673baf4df7ae85" have entirely different histories.
4550c7c435
...
01a7ec2acf
@ -4,13 +4,11 @@
|
||||
export TERMINAL="alacritty"
|
||||
export BROWSER="firefox"
|
||||
|
||||
export GTK_THEME="$(grep gtk-theme-name "${XDG_CONFIG_HOME:-$HOME/.config}/gtk-3.0/settings.ini" | sed 's/.*\s*=\s*//')"
|
||||
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
# 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 +0,0 @@
|
||||
../gtk-3.0/settings.ini
|
@ -55,7 +55,7 @@ blur-background-exclude = [
|
||||
];
|
||||
|
||||
# Corners
|
||||
corner-radius = 9;
|
||||
corner-radius = 8;
|
||||
|
||||
# Fading
|
||||
fading = true;
|
||||
|
@ -4,7 +4,7 @@ Requires=graphical-session.target
|
||||
After=dbus.service graphical-session.target xorg.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/picom --dbus
|
||||
ExecStart=/usr/bin/picom --experimental-backends --dbus
|
||||
Restart=always
|
||||
Slice=session.slice
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user