summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/alacritty/alacritty.yml2
-rw-r--r--.config/emacs/org/config.org2
-rw-r--r--.config/gtk-3.0/bookmarks2
-rwxr-xr-x.config/openbox/menu.xml8
4 files changed, 6 insertions, 8 deletions
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 @@
</item>
<item label="Lock screen">
<action name="Execute">
- <command>xscreensaver-command -lock</command>
+ <command>~/.local/bin/powercmd lock</command>
</action>
</item>
<item label="Sleep">
<action name="Execute">
- <command>sh -c "notify-send -u normal reboot \" G'night, partner!\"; sleep 2; acpiconf -s 3"</command>
+ <command>~/.local/bin/powercmd sleep</command>
</action>
</item>
<item label="Log Out">
@@ -163,12 +163,12 @@
</item>
<item label="Reboot">
<action name="Execute">
- <command>sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal reboot \" Rebootin' now!\"; sleep 2; systemctl reboot</command>
+ <command>~/.local/bin/powercmd reboot</command>
</action>
</item>
<item label="Shutdown">
<action name="Execute">
- <command>sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal shutdown ' Farewell, partner!'; sleep 2; systemctl poweroff</command>
+ <command>~/.local/bin/powercmd poweroff</command>
</action>
</item>
</menu>