Compare commits

..

2 Commits

3 changed files with 37 additions and 24 deletions

View File

@ -174,54 +174,61 @@ Finish up
'(recentf
benchmark-init
;; dashboard
olivetti
;; ligature
highlight-quoted
doom-modeline
;; hydra
;; multiple-cursors
;; Text Editing
evil
evil-collection
evil-surround
evil-snipe
evil-commentary
evil-goggles
avy
all-the-icons-ibuffer
;; ace-window
;; Mail
smtpmail
sendmail
age
popper
centaur-tabs
all-the-icons-completion
;; VEMCO
vertico
vertico-posframe
savehist
embark
embark-consult
marginalia
all-the-icons-completion
orderless
consult
consult-eglot
dirvish
smtpmail
sendmail
age
avy
all-the-icons-completion
helpful
vterm
;; Enhancements
olivetti
doom-modeline
undo-fu
undo-fu-session
vundo
which-key
;; company
mono-complete
beframe
;; company
;; lsp-mode
;; lsp-ui
;; flycheck
;; dap-mode
;; Org
org-bullets
org-kanban
org-fancy-priorities
org-roam
;; Programming Languages
highlight-quoted
rustic
ob-rust
typescript-mode
disaster
haskell-mode
clojure-mode
cider
@ -230,12 +237,12 @@ Finish up
json-mode
markdown-mode
gdscript-mode
org-bullets
org-kanban
org-fancy-priorities
org-roam
typescript-mode
elm-mode
;; Tools
dirvish
restclient
beframe
disaster
magit))
(setopt package-vc-selected-packages
@ -483,7 +490,7 @@ Ligatures... are they that useful?
#+begin_src emacs-lisp
;; (set-face-attribute 'default nil :family "Fira Code Nerd Font" :height 150)
(set-face-attribute 'default nil :family "JetBrainsMono Nerd Font Mono" :height 150)
(set-face-attribute 'default nil :family "JetBrainsMono Nerd Font Mono" :height 130)
;; (set-face-attribute 'variable-pitch nil :family "Source Code Pro" :height 120)
(setq-default c-basic-offset 4) ;; This is annoying
(setq-default indent-tabs-mode nil)

View File

@ -10,7 +10,6 @@ set -gx XDG_CACHE_HOME /home/joe/.cache
set -gx VISUAL nvim
set -gx EDITOR nvim
set -gx MANPAGER "sh -c 'col -bx | bat -l man -p'"
set -gx DOTNET_CLI_TELEMETRY_OPTOUT 1
bind \cx 'if test -z (commandline) ; fg %1 &>/dev/null; else ; clear; commandline "╰─>$ "; end'

View File

@ -15,6 +15,7 @@ picom -b -c
nitrogen --restore &
polybar &
feh --no-fehbg --bg-center ~/.cache/randomwallpaper@iflow.space/wallpapers/wallpaper.png
pcloud &
xset r rate 260 60
@ -98,14 +99,14 @@ hc keybind $Mod-Shift-f set_attr clients.focus.floating toggle
hc keybind $Mod-Shift-d set_attr clients.focus.decorated toggle
hc keybind $Mod-Shift-m set_attr clients.focus.minimized true
hc keybind $Mod-Control-m jumpto last-minimized
hc keybind $Mod-p pseudotile toggle
hc keybind $Mod-t pseudotile toggle
# The following cycles through the available layouts within a frame, but skips
# layouts, if the layout change wouldn't affect the actual window positions.
# I.e. if there are two windows within a frame, the grid layout is skipped.
hc keybind $Mod-w \
or , and . compare tags.focus.curframe_wcount = 2 \
. cycle_layout +1 max horizontal \
, cycle_layout +1
, cycle_layout +1 max grid
# mouse
hc mouseunbind --all
@ -114,8 +115,8 @@ hc mousebind $Mod-Button2 zoom
hc mousebind $Mod-Button3 resize
# media
hc keybind XF86AudioRaiseVolume spawn bash -c 'amixer sset Master 4%+; paplay /usr/share/sounds/freedesktop/stereo/audio-volume-change.oga'
hc keybind XF86AudioLowerVolume spawn bash -c 'amixer sset Master 4%-; paplay /usr/share/sounds/freedesktop/stereo/audio-volume-change.oga'
hc keybind XF86AudioRaiseVolume spawn bash -c 'paplay /usr/share/sounds/freedesktop/stereo/audio-volume-change.oga; amixer sset Master 4%+'
hc keybind XF86AudioLowerVolume spawn bash -c 'paplay /usr/share/sounds/freedesktop/stereo/audio-volume-change.oga; amixer sset Master 4%-'
hc keybind XF86AudioPlay spawn bash -c 'playerctl -a play-pause; paplay /usr/share/sounds/freedesktop/stereo/dialog-warning.oga'
# bluetooth
@ -214,3 +215,9 @@ for monitor in $(hc list_monitors | cut -d: -f1) ; do
# start it on each monitor
"$panel" "$monitor" &
done
tag1=$(cat ~/.cache/1.hlwm)
tag2=$(cat ~/.cache/2.hlwm)
hc load 1 "$tag1"
hc load 2 "$tag2"