From 22ba7c46f959d7ceba975e002af71378227c8b9b Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 31 Jan 2023 15:26:57 +0100 Subject: up --- .config/alacritty/alacritty.yml | 2 +- .config/emacs/org/config.org | 2 +- .config/gtk-3.0/bookmarks | 2 -- .config/openbox/menu.xml | 8 ++++---- 4 files changed, 6 insertions(+), 8 deletions(-) (limited to '.config') diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 1e647af..e668630 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -107,7 +107,7 @@ font: # family: DejaVuSansMono Nerd Font # family: mononoki Nerd Font # family: UbuntuMono Nerd Font - family: TerminessTTF Nerd Font + family: 3270 Nerd Font Mono # The `style` can be specified to pick a specific face. style: Regular diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index 2915ea0..c77cfdf 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -18,7 +18,7 @@ (horizontal-scroll-bars . nil)))) (add-hook 'after-make-frame-functions 'my/disable-scroll-bars) - (setq default-frame-alist '((font . "mononoki Nerd Font:pixelsize=15"))) + (setq default-frame-alist '((font . "mononoki Nerd Font:pixelsize=17"))) ;; (set-frame-font "mononoki Nerd Font:pixelsize=15" nil t) (add-hook 'prog-mode-hook 'display-line-numbers-mode) (add-hook 'text-mode-hook 'display-line-numbers-mode) diff --git a/.config/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks index 0dd9103..aa4513e 100644 --- a/.config/gtk-3.0/bookmarks +++ b/.config/gtk-3.0/bookmarks @@ -1,3 +1 @@ file:///tmp tmp -file:///home/jozan/pics/profile profile -file:///home/jozan/pics/scrot scrot diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 02e7c88..df12c5e 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -148,12 +148,12 @@ - xscreensaver-command -lock + ~/.local/bin/powercmd lock - sh -c "notify-send -u normal reboot \" G'night, partner!\"; sleep 2; acpiconf -s 3" + ~/.local/bin/powercmd sleep @@ -163,12 +163,12 @@ - sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal reboot \" Rebootin' now!\"; sleep 2; systemctl reboot + ~/.local/bin/powercmd reboot - sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal shutdown ' Farewell, partner!'; sleep 2; systemctl poweroff + ~/.local/bin/powercmd poweroff -- cgit v1.2.3