[Settings]
-gtk-icon-theme-name = elementary Xfce darker
+# gtk-icon-theme-name = elementary Xfce darker
# gtk-theme-name = Adwaita
-gtk-theme-name = Greybird
+# gtk-theme-name = Greybird
# gtk-theme-name = Arc-Darker
# gtk-theme-name = Numix-ArchBlue
-gtk-font-name = Roboto 10
+# gtk-font-name = Roboto 10
# gtk-font-name = Source Code Variable Medium 10
# gtk-key-theme-name = Emacs
(specifications->manifest
- '("audacity"
+ '("alsa-utils"
+ "audacity"
"bash-completion"
"cvs"
+ "dunst"
"emacs"
"emacs-alert"
"emacs-async"
"emacs-dash"
"emacs-debbugs"
"emacs-diff-hl"
+ "emacs-dmenu"
"emacs-doom-themes"
"emacs-ebdb"
"emacs-emmet-mode"
"emacs-eshell-up"
"emacs-exec-path-from-shell"
"emacs-expand-region"
+ "emacs-exwm"
+ "emacs-exwm-edit"
"emacs-flycheck"
"emacs-geiser"
;; "emacs-gnus-harvest"
"hunspell"
"hunspell-dict-en-ca"
"hunspell-dict-en-us"
- ;; "icecat"
+ "icecat"
"inkscape"
"isync"
"mpv"
"msmtp"
"ncdu"
"notmuch"
+ "openjdk"
"openssh"
"openssl"
"password-store"
"pinentry-emacs"
"poppler" ; for 'pdffonts'
+ "rofi"
+ "rofi-pass"
"rsync"
"rtv"
+ "rxvt-unicode"
"screen"
"setxkbmap"
;; "texlive"
;; "xkbcomp"
"xmodmap"
"xrdb"
+ "xset"
+ "xsetroot"
"youtube-dl"))
(use-modules (gnu)
+ (gnu packages certs) ; for nss-certs
+ (gnu packages emacs-xyz) ; for exwm
(gnu packages linux)) ; for powertop
(use-service-modules admin desktop mail networking pm ssh xorg)
'("wheel" "netdev" "audio" "video")))
%base-user-accounts))
(packages
- (append
- (list (specification->package "nss-certs"))
- %base-packages))
+ (cons* nss-certs
+ emacs-exwm
+ %base-packages))
(services
(cons*
(service xfce-desktop-service-type)
export IS_GUIX_SYSTEM=true
+
+if [ -x "$(command -v xinput)" ]; then
+ xinput --set-prop "TPPS/2 IBM TrackPoint" 'libinput Accel Speed' -0.4
+fi
+
+setxkbmap \
+ -layout us,ir \
+ -option ctrl:nocaps \
+ -option grp:shifts_toggle
+
+xmodmap -e "keysym Menu = Super_R"
+
+xsetroot -cursor_name left_ptr
+xset r rate 200 45
+xset b off
+++ /dev/null
-if [ -x "$(command -v xinput)" ]; then
- xinput --set-prop "TPPS/2 IBM TrackPoint" 'libinput Accel Speed' -0.4
-fi
-
-export INFOPATH="$HOME/usr/local/share/info${INFOPATH:+:}$INFOPATH"
-
-setxkbmap \
- -layout us,ir \
- -option ctrl:nocaps \
- -option grp:shifts_toggle
-
-xmodmap -e "keysym Menu = Super_R"
-
-xsetroot -cursor_name left_ptr
-xset r rate 200 45
-xset b off
rofi.monitor: -1
!rofi.lines: 10
-!rofi.theme: ~/usr/local/share/rofi/themes/Arc.rasi
-!rofi.theme: ~/usr/local/share/rofi/themes/Paper.rasi
-!rofi.theme: ~/usr/local/share/rofi/themes/sidebar.rasi
-
-!rofi.theme: ~/usr/local/share/rofi/themes/gruvbox-light.rasi
-rofi.theme: ~/usr/local/share/rofi/themes/gruvbox-light-hard.rasi
+rofi.theme: ~/.guix-profile/share/rofi/themes/gruvbox-light-hard.rasi
\f
;;; Initial setup
-(defvar b/exwm-p (string= (system-name) "jirud")
+(defvar b/exwm-p (string= (system-name) "chaman")
"Whether or not we will be using `exwm'.")
;; keep ~/.emacs.d clean
-gtk-theme-name="Greybird"
-gtk-icon-theme-name="elementary Xfce darker"
-gtk-font-name="Roboto 10"
+# gtk-theme-name="Xfce"
+# gtk-icon-theme-name="elementary Xfce darker"
+# gtk-font-name="Roboto 10"
# gtk-font-name="Source Code Variable 10"
gtk-menu-images=0
# gtk-key-theme-name = "Emacs"
-if [ "$(hostname)" = "jirud" ]; then
- [ -f "/usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd" ] && /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd &
- [ -x "$(command -v light-locker)" ] && light-locker --lock-on-suspend &
- [ -x "$(command -v pasystray)" ] && pasystray -a &
- [ -x "$(command -v nm-applet)" ] && nm-applet &
- [ -x "$(command -v compton)" ] && compton &
- [ -x "$(command -v emacs)" ] && exec emacs -ib 0
-else
- startxfce4
+if [ -f "$HOME/.xinitrc" ]; then
+ . "$HOME/.xinitrc"
fi
+
+[ -f "/usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd" ] && /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd &
+[ -x "$(command -v light-locker)" ] && light-locker --lock-on-suspend &
+[ -x "$(command -v pasystray)" ] && pasystray -a &
+[ -x "$(command -v nm-applet)" ] && nm-applet &
+[ -x "$(command -v compton)" ] && compton &
+[ -x "$(command -v dunst)" ] && dunst &
+[ -x "$(command -v emacs)" ] && exec exwm -ib 0