dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit e95ee2b8fd46aa55d2162472c998c6390e54289c
parent 4eb52c4f91130897fdd2f729495a3db038ba96ce
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Sat, 23 Mar 2024 16:37:40 -0400

minor and random stuff.

Diffstat:
M.config/sway/config | 8+++++++-
M.emacs | 5++++-
Mdevice-specific/desktop/emacs.el | 4++--
Mdevice-specific/laptop/hardware | 2+-
4 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -48,6 +48,12 @@ exec dbus-update-activation-environment WAYLAND_DISPLAY # email bindsym $mod+m exec foot -e neomutt + # lf + bindsym $mod+f exec foot -e lf + + # newsboat + bindsym $mod+n exec foot -e newsboat + # pavucontrol bindsym $mod+F1 exec pavucontrol @@ -163,7 +169,7 @@ exec dbus-update-activation-environment WAYLAND_DISPLAY workspace_layout tabbed # Make the current focus fullscreen - bindsym $mod+f fullscreen + bindsym $mod+Shift+f fullscreen # Toggle the current focus between tiling and floating mode bindsym $mod+Shift+space floating toggle diff --git a/.emacs b/.emacs @@ -41,7 +41,7 @@ ) ;; (global-hl-line-mode 1) -(global-display-line-numbers-mode) +;; (global-display-line-numbers-mode) ;;; Package installs and configuration (require 'package) @@ -54,6 +54,9 @@ (use-package gruber-darker-theme :ensure) +(use-package gruvbox-theme + :ensure) + (use-package minions :ensure t diff --git a/device-specific/desktop/emacs.el b/device-specific/desktop/emacs.el @@ -5,5 +5,5 @@ ;; (toggle-frame-maximized) (set-default 'truncate-lines t) ;; (list-colors-display) for a color picker -(load-theme 'gruber-darker t) -(transparency 100) +(load-theme 'gruvbox t) +(transparency 90) diff --git a/device-specific/laptop/hardware b/device-specific/laptop/hardware @@ -9,7 +9,7 @@ output eDP-1 resolution 2560x1440 scale 1.5 exec swayidle -w \ timeout 600 'swaylock -f -c 000000' \ timeout 900 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ - before-sleep 'swaylock -f -c 000000' + before-sleep 'swaylock -f -c 000000; gpg-connect-agent --no-autostart reloadagent /bye' input type:keyboard { xkb_options "caps:escape"