1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-24 00:02:19 +00:00

Updates for gopher

This commit is contained in:
J. Fernando Sánchez
2019-02-08 16:49:15 +01:00
parent f35f478a03
commit d50cdca292
12 changed files with 259 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
! Xft settings
!-------------------------------------------------------------------------------
Xft.dpi: 96
Xft.dpi: 140
Xft.antialias: true
Xft.rgba: none
Xft.hinting: true
@@ -305,4 +305,4 @@ rofi.color-window: #273238, #273238, #1e2529
rofi.color-normal: #273238, #c1c1c1, #273238, #394249, #ffffff
rofi.color-active: #273238, #80cbc4, #273238, #394249, #80cbc4
rofi.color-urgent: #273238, #ff1844, #273238, #394249, #ff1844
rofi.ssh-command: {terminal} -e "{ssh-client} {host}"
rofi.ssh-command: {terminal} -e "{ssh-client} {host}"

View File

@@ -24,3 +24,7 @@ fi
if [ -f $HOME/.Xmodmap ]; then
/usr/bin/xmodmap $HOME/.Xmodmap 2>/dev/null &
fi
if [ -f $HOME/.xsession ]; then
. $HOME/.xsession
fi

View File

@@ -1,7 +1,12 @@
# echo "pasado(xprofile)" $(date) >> /tmp/LOG
#!/bin/sh
touch /tmp/LOG
echo "loaded(xprofile)" $(date) >> /tmp/LOG
setxkbmap "us,es" "altgr-intl," -option "ctrl:nocaps,grp:shift_toggle,terminate:ctrl_alt_bksp"
#xmodmap ~/.Xmodmap
#source ~/.xinitrc
export XTERMINAL=termite
export TERMINAL=termite
export TERMCMD=termite
export BROWSER=chromium-browser
export MOZ_USE_XINPUT2=1