From 99ed9a2ea95d1c0c9c66af6943566a464c03c3e5 Mon Sep 17 00:00:00 2001 From: katherine Date: Sun, 15 Oct 2017 10:18:28 -0700 Subject: first steps away from mate backend --- .xinitrc | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index b8a735a..fbf0d80 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,5 +1,8 @@ #initialise configs to auto-match theme -~/.config/init/init.sh +# ~/.config/init/init.sh + +#pull inna vars +source ~/.config/init/vars #merge Xresources if [ -s ~/.Xresources ] @@ -7,17 +10,17 @@ then xrdb -override ~/.Xresources fi -#merge Xresources if [ -s /tmp/urxvt-theme ] then xrdb -override /tmp/urxvt-theme fi #add compose key -if [ -s ~/.Xmodmap ] -then - xmodmap ~/.Xmodmap -fi +# if [ -s ~/.Xmodmap ] +# then +# xmodmap ~/.Xmodmap +# fi +setxkbmap -option compose:caps #input! export GTK_IM_MODULE=fcitx @@ -25,6 +28,9 @@ export QT_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx" fcitx & +#keyrate +xset r rate $kbdelay $kbrate + #store sxiv cache in ram export XDG_CACHE_HOME=/home/shmibs/.cache if [ -d /tmp/ ]; then -- cgit v1.3 From 60d12c13e01032b9de4d1b3855a58dff6122c654 Mon Sep 17 00:00:00 2001 From: katherine Date: Sun, 15 Oct 2017 10:36:16 -0700 Subject: remove mate backend --- .xinitrc | 2 +- README.md | 32 +++++++++----------------------- 2 files changed, 10 insertions(+), 24 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index fbf0d80..6fb3836 100644 --- a/.xinitrc +++ b/.xinitrc @@ -67,4 +67,4 @@ command -v optirun && $(echo "" | optirun lemonbar) xsetroot -cursor_name left_ptr nitrogen --restore -exec mate-session +exec herbstluftwm diff --git a/README.md b/README.md index 4747666..99bd624 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,6 @@ adapt to the host environment, enabling only what functionality is compatible. ## Current Utilities -### MATE - -i'm using mate-session as a backend to handle dconf garbage / themes / etc for -the few things that expect them. all higher-level mate utilities (wm, file -manager, panel, whatever else) are not installed. - ### herbstluftwm herbstluftwm has the really interesting concept of allowing manual tiling of @@ -39,8 +33,8 @@ with lots of slightly annoying things to get rid of. ### urxvt -check out -[urxvt-perls](https://github.com/muennich/urxvt-perls). +has some quirks, but still nothing else out there with the same functionality. +check out [urxvt-perls](https://github.com/muennich/urxvt-perls). ### ranger/sxiv @@ -48,22 +42,14 @@ both are fantastic for keyboard-driven file management, but still've got to figure out how to write a ranger extension that can receive selections from sxiv, because squinting at filenames is just bleh. python is my bane, though... -### pentadactyl - -keyboard-driven browsing ^_^. try -[setting your hint keys](http://5digits.org/pentadactyl/faq#faq-hintkeys). - -kind of scared of it disappearing forever, though, which will probably happen -after this firefox version is dropped from lts... X_X - -EDIT: well, it finally happened. currently trying to get vimperator to work and -not be ugly... - ### dunst/dmenu/compton/lemonbar/nitrogen useful things all around. i forked dunst to make SIGUSR1 clear all notifications, which is used by -[mpc-status.sh](.config/herbstluftwm/mpc-status.sh) -and probably any other similar things i add in the future. not sure what the -default behaviour (pause / unpause notification display) was supposed to be -used for ┐(¯-¯)┌. +[mpc-status.sh](.config/herbstluftwm/mpc-status.sh) and +[pvol.sh](.config/herbstluftwm/pvol.sh). + +### fcitx + +input is messy, but fcitx seems like the most functional out there at the +moment. fcitx-mozc a nice. -- cgit v1.3 From 7f19a384e2f683cfec0186845af8837124184785 Mon Sep 17 00:00:00 2001 From: katherine Date: Wed, 8 Nov 2017 01:17:30 -0700 Subject: trim --- .xinitrc | 4 ---- 1 file changed, 4 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 6fb3836..3e5e166 100644 --- a/.xinitrc +++ b/.xinitrc @@ -16,10 +16,6 @@ then fi #add compose key -# if [ -s ~/.Xmodmap ] -# then -# xmodmap ~/.Xmodmap -# fi setxkbmap -option compose:caps #input! -- cgit v1.3