mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-18 10:39:46 +02:00
stow: Split bspwm into separate packages
It turns out that placing similar config files (i.e. bspwm-related) in the same directory is not the way to go about handling dotfiles since each config file (or dotfile) *should* manipulate only a single program. This was not the case back when I used urxvt (which would require the old method of .Xresources), but now that I understand more about how *modern* dotfiles work (with $XDG_CONFIG_HOME), separating dotfiles by program became the obvious choice.
This commit is contained in:
33
gtk/.config/gtk-3.0/settings.ini
Normal file
33
gtk/.config/gtk-3.0/settings.ini
Normal file
@@ -0,0 +1,33 @@
|
||||
# New Start: A modern Arch workflow built with an emphasis on functionality.
|
||||
# Copyright (C) 2018 Donovan Glover
|
||||
#
|
||||
# https://developer.gnome.org/gtk3/stable/GtkSettings.html
|
||||
|
||||
[Settings]
|
||||
|
||||
# ===========================
|
||||
# ========== theme ==========
|
||||
# ===========================
|
||||
|
||||
gtk-theme-name = Adapta
|
||||
gtk-icon-theme-name = Papirus-Adapta
|
||||
|
||||
# ============================
|
||||
# ========== cursor ==========
|
||||
# ============================
|
||||
|
||||
# Use the same cursor as KDE
|
||||
gtk-cursor-theme-name = breeze_cursors
|
||||
|
||||
# Use a large cursor size for HiDPI
|
||||
gtk-cursor-theme-size = 36
|
||||
|
||||
# ==========================
|
||||
# ========== font ==========
|
||||
# ==========================
|
||||
|
||||
gtk-font-name = Cantarell Regular 10
|
||||
gtk-xft-hinting = 1
|
||||
gtk-xft-antialias = 1
|
||||
gtk-xft-hintstyle = hintfull
|
||||
gtk-xft-rgba = rgb
|
Reference in New Issue
Block a user