summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/gtk-3.0/settings.ini6
-rw-r--r--.config/guix/manifest/chaman.scm15
-rw-r--r--.config/guix/system/chaman.scm8
-rw-r--r--.config/profiles/chaman15
-rw-r--r--.config/profiles/jirud16
-rw-r--r--.config/rofi/config7
6 files changed, 37 insertions, 30 deletions
diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini
index e66a916..472627d 100644
--- a/.config/gtk-3.0/settings.ini
+++ b/.config/gtk-3.0/settings.ini
@@ -1,11 +1,11 @@
[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
diff --git a/.config/guix/manifest/chaman.scm b/.config/guix/manifest/chaman.scm
index b312573..5ba14c6 100644
--- a/.config/guix/manifest/chaman.scm
+++ b/.config/guix/manifest/chaman.scm
@@ -1,7 +1,9 @@
(specifications->manifest
- '("audacity"
+ '("alsa-utils"
+ "audacity"
"bash-completion"
"cvs"
+ "dunst"
"emacs"
"emacs-alert"
"emacs-async"
@@ -13,6 +15,7 @@
"emacs-dash"
"emacs-debbugs"
"emacs-diff-hl"
+ "emacs-dmenu"
"emacs-doom-themes"
"emacs-ebdb"
"emacs-emmet-mode"
@@ -22,6 +25,8 @@
"emacs-eshell-up"
"emacs-exec-path-from-shell"
"emacs-expand-region"
+ "emacs-exwm"
+ "emacs-exwm-edit"
"emacs-flycheck"
"emacs-geiser"
;; "emacs-gnus-harvest"
@@ -74,20 +79,24 @@
"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"
@@ -98,4 +107,6 @@
;; "xkbcomp"
"xmodmap"
"xrdb"
+ "xset"
+ "xsetroot"
"youtube-dl"))
diff --git a/.config/guix/system/chaman.scm b/.config/guix/system/chaman.scm
index 4e016f5..831d9eb 100644
--- a/.config/guix/system/chaman.scm
+++ b/.config/guix/system/chaman.scm
@@ -1,4 +1,6 @@
(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)
@@ -45,9 +47,9 @@
'("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)
diff --git a/.config/profiles/chaman b/.config/profiles/chaman
index 974f109..3b78e7b 100644
--- a/.config/profiles/chaman
+++ b/.config/profiles/chaman
@@ -1 +1,16 @@
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
diff --git a/.config/profiles/jirud b/.config/profiles/jirud
deleted file mode 100644
index d9112c3..0000000
--- a/.config/profiles/jirud
+++ /dev/null
@@ -1,16 +0,0 @@
-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
diff --git a/.config/rofi/config b/.config/rofi/config
index 2536673..a2b343d 100644
--- a/.config/rofi/config
+++ b/.config/rofi/config
@@ -11,9 +11,4 @@ rofi.width: 600
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