diff options
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 6 | ||||
-rw-r--r-- | .config/gtk-2.0/gtkrc | 2 | ||||
-rw-r--r-- | .config/gtk-3.0/settings.ini | 4 | ||||
-rwxr-xr-x | .local/bin/kb | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index bbdef39..90540f9 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. - [espeak] # >shutup - summary = "*" # >shutup - script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +# [espeak] # >shutup +# summary = "*" # >shutup +# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" diff --git a/.config/gtk-2.0/gtkrc b/.config/gtk-2.0/gtkrc index 21f07e7..1d13160 100644 --- a/.config/gtk-2.0/gtkrc +++ b/.config/gtk-2.0/gtkrc @@ -15,5 +15,5 @@ gtk-enable-event-sounds=1 gtk-enable-input-feedback-sounds=1 gtk-xft-antialias=1 gtk-xft-hinting=1 -gtk-xft-hintstyle="hintslight" +gtk-xft-hintstyle="hintfull" gtk-xft-rgba="rgb" diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 2f6cc69..124e2fd 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -1,5 +1,5 @@ [Settings] -gtk-font-name=Fira Sans Semi-Light 12 +gtk-font-name=sans-serif 12 gtk-icon-theme-name=Gruvbox_Dark gtk-theme-name=Gruvbox-Dark-B gtk-cursor-theme-size=0 @@ -11,6 +11,6 @@ gtk-enable-event-sounds=1 gtk-enable-input-feedback-sounds=1 gtk-xft-antialias=1 gtk-xft-hinting=1 -gtk-xft-hintstyle=hintslight +gtk-xft-hintstyle=hintfull gtk-xft-rgba=rgb gtk-cursor-theme-name=Adwaita diff --git a/.local/bin/kb b/.local/bin/kb index 29ba370..6391df1 100755 --- a/.local/bin/kb +++ b/.local/bin/kb @@ -47,7 +47,7 @@ xset r rate 200 150 setxkbmap -option setxkbmap -layout us -variant intl -if [ "$(hostname -s)" = "mother" ]; then +if [ "$(hostname -s)" = "motherqwe" ]; then setxkbmap -option ctrl:swapcaps setxkbmap -option caps:none xmodmap -e 'keycode 9 = Tab' |