diff --git a/.config/guix/manifests/desktop.scm b/.config/guix/manifests/desktop.scm index 483f524..8365a80 100644 --- a/.config/guix/manifests/desktop.scm +++ b/.config/guix/manifests/desktop.scm @@ -15,6 +15,8 @@ "xinput" "xgamma" "xrandr" + "gnome-themes-extra" "xsettingsd" + "gnome-themes-standard" "papirus-icon-theme" "matcha-theme")) diff --git a/.emacs.d/desktop.el b/.emacs.d/desktop.el index df98ce0..e2b079b 100644 --- a/.emacs.d/desktop.el +++ b/.emacs.d/desktop.el @@ -225,7 +225,7 @@ _=_: Balance " my/exwm-monitor-workspace)) (focus-follows-mouse nil) (mouse-autoselect-window nil)) - ;; (exwm-workspace-switch other))) + (exwm-workspace-switch other))) (setq exwm-input-prefix-keys `(?\C-x ?\C-w diff --git a/Desktop.org b/Desktop.org index 898cf2f..0f469ba 100644 --- a/Desktop.org +++ b/Desktop.org @@ -215,11 +215,13 @@ Xft.dpi: <> ** Themes A few programs I use to customize the apperance are listed below. -| Guix dependency | Description | -|--------------------+-------------------------| -| matcha-theme | My preferred GTK theme | -| papirus-icon-theme | My preferred Icon theme | -| xsettingsd | X11 settings daemon | +| Guix dependency | Description | +|-----------------------+-------------------------| +| matcha-theme | My preferred GTK theme | +| papirus-icon-theme | My preferred Icon theme | +| gnome-themes-standard | | +| xsettingsd | X11 settings daemon | +| gnome-themes-extra | | [[https://github.com/derat/xsettingsd][xsettingsd]] is a lightweight daemon which configures X11 applications. It is launched with shepherd in the [[*Services][Services]] section. @@ -446,7 +448,7 @@ Switch to the opposite monitor. For now, this works only for two monitors becaus my/exwm-monitor-workspace)) (focus-follows-mouse nil) (mouse-autoselect-window nil)) - ;; (exwm-workspace-switch other))) + (exwm-workspace-switch other))) #+end_src ** Switching buffers A single perspective usually has only a handful of EXWM buffers, so here is a function to cycle them. @@ -616,6 +618,8 @@ And keybindings that are available in both =char-mode= and =line-mode=: ;; Basic controls (,(kbd "") . ,(my/app-command "ponymix increase 5 --max-volume 150")) (,(kbd "") . ,(my/app-command "ponymix decrease 5 --max-volume 150")) + (,(kbd "") . ,(my/app-command "light -A 5")) + (,(kbd "") . ,(my/app-command "light -U 5")) (,(kbd "") . ,(my/app-command "ponymix toggle")) (,(kbd "") . ,(my/app-command "mpc toggle"))