update BROWSWER add gtk config
Prithu Goswami pg@prithu.dev
Sun, 19 Dec 2021 19:28:28 +0530
5 files changed,
25 insertions(+),
8 deletions(-)
A
config/gtk-3.0/settings.ini
@@ -0,0 +1,17 @@
+[Settings] +gtk-theme-name=Materia-dark-compact +gtk-icon-theme-name=Papirus-Dark +gtk-font-name=Roboto 11 +gtk-cursor-theme-name=Adwaita +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintfull +gtk-application-prefer-dark-theme = true +
M
config/launcher
→
config/launcher
@@ -3,8 +3,9 @@ passmenu_
otp i3lock -c 000000 note -chromium +google-chrome-stable nautilus newsboat_ notes_scrot st -e bash -c neomutt +firefox
M
home/.bashrc
→
home/.bashrc
@@ -3,7 +3,6 @@ # ~/.bashrc
# set -o vi -. $HOME/bin/tmp/z.sh # If not running interactively, don't do anything [[ $- != *i* ]] && return@@ -11,7 +10,7 @@
[[ -f ~/.profile ]] && . ~/.profile cd() { - builtin cd "$@" && exa; + builtin cd "$@" && ls; } [[ -f /usr/share/bash-completion/bash_completion ]] && \@@ -120,8 +119,8 @@ alias tss="timesheetctl s"
alias tse="timesheetctl e" -# alias ls='ls --color=auto' -alias ls='exa' +alias ls='ls --color=auto' +#alias ls='ls' #PS1='\[\033[34m\][\u@\h\[\033[01;00m\] \w\[\033[34m]\]\[\033[00m\]$ '
M
home/.profile
→
home/.profile
@@ -1,7 +1,7 @@
export PATH="$PATH:$(du $HOME/bin/ | cut -f2 | tr '\n' ':' | sed 's/:$//')" export EDITOR="/usr/bin/vim" # export BROWSER="/usr/bin/firefox-developer-edition" -export BROWSER="/usr/bin/chromium" +export BROWSER="/usr/bin/google-chrome-stable" export DMENU_ARGS="-nb "#000" -sb "#FFF" -sf "#000" -h 20" export CM_SELECTIONS="clipboard" export TERMINAL="/usr/local/bin/st"
M
home/.xinitrc
→
home/.xinitrc
@@ -20,8 +20,8 @@ unset f
fi xset r rate 250 60 -# setxkbmap -layout 'us,in' -option "grp:shifts_toggle"\ -# -option "ctrl:nocaps" +setxkbmap -layout 'us,in' -option "grp:shifts_toggle"\ + -option "ctrl:nocaps" touchpad-conf && toggle_touchpad