commit d3e25be88805320f7619a52ca62adb0765d8619a from: Rafael M date: Mon Mar 23 15:15:52 2026 UTC Changes commit - 7a6606873aea12b0c7457095ce2718d1f5b41340 commit + d3e25be88805320f7619a52ca62adb0765d8619a blob - 95ec6ebae74422eb008d2587fa82804f78bfc085 blob + 6d7efb02dee78f6151a076e20669a1b45e937ce8 --- home/.config/herbstluftwm/autostart +++ home/.config/herbstluftwm/autostart @@ -19,9 +19,9 @@ Mod=Mod1 # Use alt as the main modifier #Mod=Mod4 # Use the super key as the main modifier hc keybind $Mod-F4 close_and_remove -hc keybind $Mod-Shift-q quit +# hc keybind $Mod-Shift-q quit hc keybind $Mod-Shift-r reload -hc keybind $Mod-Shift-c close +# hc keybind $Mod-Shift-c close hc keybind $Mod-Return spawn "${TERMINAL:-xterm}" # use your $TERMINAL with xterm as fallback # Rofi @@ -51,8 +51,12 @@ hc keybind $Mod-Shift-l shift right # splitting frames # create an empty frame at the specified direction -hc keybind $Mod-u split bottom 0.5 -hc keybind $Mod-o split right 0.5 +hc keybind $Mod-Control-u split bottom 0.5 +hc keybind $Mod-Control-i chain \ + , set_attr clients.focus.floating true \ + , move 25% 25% \ + , resize 50% 50% +hc keybind $Mod-Control-o split right 0.5 # let the current frame explode into subframes #hc keybind $Mod-Control-space split explode blob - 7913f9117309c4a82472f950356717a304c44cfa blob + 0c35ade98cbf5d8696a8f781e88fea5f7ca689c3 --- home/.xsession +++ home/.xsession @@ -3,6 +3,11 @@ xrdb -merge $HOME/.Xresources xrdb -merge $HOME/.Xdefaults +## no bell +xset b 0 0 0 +xset s off +xset -dpms + setxkbmap -layout us -variant altgr-intl export LANG=en_US.UTF-8 @@ -18,9 +23,8 @@ export GOT_AUTHOR='Rafael M ' export ENV=$HOME/.kshrc xsetroot -solid grey & -## no bell -xset b 0 0 0 + # DBus if [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then eval `dbus-launch --sh-syntax --exit-with-x11` blob - b15505fd97e266d461e115ae72c43cca0c8e4a1d blob + 58b80f122a74213eb7490d268b843eb97bdf9940 --- pkg_mgmt.sh +++ pkg_mgmt.sh @@ -21,11 +21,13 @@ age slock xautolock tree +nmap ungoogled-chromium firefox thunderbird chromium +emacs--gtk3 " log() {