mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Compare commits
No commits in common. "d985ba7b1281e7866fdf6df5fef47afb180e51fe" and "b59f33a1f5ebc95fc49b23a81124a40f42ba85c1" have entirely different histories.
d985ba7b12
...
b59f33a1f5
@ -1,15 +1,11 @@
|
|||||||
#!/bin/sh -u
|
#!/bin/sh
|
||||||
|
|
||||||
# Graphical-specific environment variables
|
# Graphical-specific environment variables
|
||||||
export TERMINAL="termite"
|
export TERMINAL="termite"
|
||||||
export BROWSER="firefox"
|
export BROWSER="chromium"
|
||||||
|
|
||||||
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
|
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=gtk2
|
export QT_QPA_PLATFORMTHEME=gtk2
|
||||||
export QT_STYLE_OVERRIDE=gtk2
|
export QT_STYLE_OVERRIDE=gtk2
|
||||||
# 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
|
|
||||||
export XDG_CURRENT_DESKTOP="GNOME" # Fixes xdg-open
|
export XDG_CURRENT_DESKTOP="GNOME" # Fixes xdg-open
|
||||||
|
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ urxvt.boldItalicFont: xft:Source Code Pro:style=bold,italic:size=9
|
|||||||
urxvt.iso14755: false
|
urxvt.iso14755: false
|
||||||
urxvt.iso14755_52: false
|
urxvt.iso14755_52: false
|
||||||
urxvt.perl-ext-common: default,vtwheel,font-size
|
urxvt.perl-ext-common: default,vtwheel,font-size
|
||||||
urxvt.url-launcher: /usr/bin/firefox
|
urxvt.url-launcher: /usr/bin/chromium
|
||||||
urxvt.matcher.button: 1
|
urxvt.matcher.button: 1
|
||||||
|
|
||||||
urxvt.keysym.C-Up: font-size:increase
|
urxvt.keysym.C-Up: font-size:increase
|
||||||
|
@ -81,7 +81,7 @@ window:
|
|||||||
scrolling:
|
scrolling:
|
||||||
# Maximum number of lines in the scrollback buffer.
|
# Maximum number of lines in the scrollback buffer.
|
||||||
# Specifying '0' will disable scrolling.
|
# Specifying '0' will disable scrolling.
|
||||||
history: 100000
|
history: 10000
|
||||||
|
|
||||||
# Number of lines the viewport will move for every line scrolled when
|
# Number of lines the viewport will move for every line scrolled when
|
||||||
# scrollback is enabled (history > 0).
|
# scrollback is enabled (history > 0).
|
||||||
@ -286,7 +286,7 @@ colors:
|
|||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
background_opacity: 0.80
|
background_opacity: 0.85
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||||
|
@ -140,7 +140,7 @@
|
|||||||
dmenu = /usr/bin/rofi -dmenu -i -p '' -config ~/.config/dunst/dunst-xresources
|
dmenu = /usr/bin/rofi -dmenu -i -p '' -config ~/.config/dunst/dunst-xresources
|
||||||
|
|
||||||
# Browser for opening urls in context menu.
|
# Browser for opening urls in context menu.
|
||||||
browser = /usr/bin/firefox
|
browser = /usr/bin/chromium
|
||||||
|
|
||||||
# Align icons left/right/off
|
# Align icons left/right/off
|
||||||
icon_position = left
|
icon_position = left
|
||||||
|
@ -30,11 +30,11 @@ text/plain=vim.desktop
|
|||||||
text/x-makefile=vim.desktop
|
text/x-makefile=vim.desktop
|
||||||
|
|
||||||
# Chromium for web/html
|
# Chromium for web/html
|
||||||
text/html=firefox.desktop
|
text/html=chromium.desktop
|
||||||
x-scheme-handler/about=firefox.desktop
|
x-scheme-handler/about=chromium.desktop
|
||||||
x-scheme-handler/http=firefox.desktop
|
x-scheme-handler/http=chromium.desktop
|
||||||
x-scheme-handler/https=firefox.desktop
|
x-scheme-handler/https=chromium.desktop
|
||||||
x-scheme-handler/unknown=firefox.desktop
|
x-scheme-handler/unknown=chromium.desktop
|
||||||
|
|
||||||
# Various desktop applications
|
# Various desktop applications
|
||||||
inode/directory=nautilus.desktop
|
inode/directory=nautilus.desktop
|
||||||
|
1
.profile
1
.profile
@ -24,6 +24,7 @@ export VISUAL="vim"
|
|||||||
export CARGO_HOME="$XDG_DATA_HOME/cargo"
|
export CARGO_HOME="$XDG_DATA_HOME/cargo"
|
||||||
export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"
|
export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"
|
||||||
export GOPATH="$XDG_DATA_HOME/go"
|
export GOPATH="$XDG_DATA_HOME/go"
|
||||||
|
export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/settings.ini"
|
||||||
export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc
|
export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc
|
||||||
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
|
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
|
||||||
export PYTHONHISTFILE="$XDG_DATA_HOME/python/histfile"
|
export PYTHONHISTFILE="$XDG_DATA_HOME/python/histfile"
|
||||||
|
Loading…
Reference in New Issue
Block a user