summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHydrogen <hydrogen@h2.gay>2025-05-11 17:16:09 +0100
committerHydrogen <hydrogen@h2.gay>2025-05-11 17:16:09 +0100
commit29901baa5919eb0e1de0bcc198a8393e923ab8bb (patch)
tree853f1cf54cf8dc96a7574fbdc1f118d56b47742b
parentd14fcfa8eedce017022559334c042239b0df54d9 (diff)
aaauhg
-rw-r--r--.config/doom/config.el4
-rw-r--r--.config/doom/init.el2
-rw-r--r--.config/doom/packages.el3
-rw-r--r--.config/i3/config13
-rw-r--r--.config/polybar/config.ini2
5 files changed, 16 insertions, 8 deletions
diff --git a/.config/doom/config.el b/.config/doom/config.el
index 4327252..37caffe 100644
--- a/.config/doom/config.el
+++ b/.config/doom/config.el
@@ -23,6 +23,8 @@
;;
(setq doom-font (font-spec :family "Hack Nerd Font" :size 12)) ;:weight 'normal))
(setq doom-variable-pitch-font (font-spec :family "DejaVu Sans" :size 13))
+;?(set-fontset-font "fontset-default" '(#x3000 . #x9faf) "VL Pゴシック")
+;?(set-fontset-font t nil (font-spec :size 20 :name "VL Pゴシック"))
;(add-to-list 'default-frame-alist '(alpha-background . 100))
;(add-to-list 'default-frame-alist '(font . "Hack"))
;(set-frame-parameter (selected-frame) 'font "Hack")
@@ -138,4 +140,4 @@
(setq default-input-method 'japanese-mozc)
(setq mozc-candidate-style 'echo-area)
-(keymap-global-set "C-c C-c" 'treemacs-select-window)
+(keymap-global-set "C-c C-t" 'treemacs-select-window)
diff --git a/.config/doom/init.el b/.config/doom/init.el
index 5b773fc..18344fc 100644
--- a/.config/doom/init.el
+++ b/.config/doom/init.el
@@ -149,7 +149,7 @@
;;latex ; writing papers in Emacs has never been so fun
;;lean ; for folks with too much to prove
;;ledger ; be audit you can be
- ;;lua ; one-based indices? one-based indices
+ lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c
;;nix ; I hereby declare "nix geht mehr!"
diff --git a/.config/doom/packages.el b/.config/doom/packages.el
index fcffea5..948b43f 100644
--- a/.config/doom/packages.el
+++ b/.config/doom/packages.el
@@ -50,4 +50,5 @@
;; (unpin! t)
(package! org-bullets)
-;(package! mozc) ;; I have no idea if this is busted or not
+(package! mozc) ;; I have no idea if this is busted or not
+;(package! unicode-fonts)
diff --git a/.config/i3/config b/.config/i3/config
index 7e6945b..20a449a 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -1,7 +1,7 @@
set $mod Mod4
exec setxkbmap -option compose:menu
-font pango:Hack Nerd Font 10
+font pango:Hack Nerd Font 9
# session setup
# xdg autostart stuff
@@ -29,7 +29,10 @@ bindsym $mod+Return exec alacritty
# screenshot keys
bindsym Print exec flameshot gui
bindsym Pause exec flameshot launcher
-bindsym Mod4+Print exec flameshot screen -c --region 1920x1080+1920+1080
+bindsym $mod+Print exec flameshot screen -c --region 1920x1080+1920+1080
+
+# fix my monitor
+bindsym $mod+Shift+g exec xrandr --output DP-0 --mode 1920x1080 -r 180
# floating window definitions
for_window [class="TeamSpeak 3"] floating enable
@@ -61,8 +64,8 @@ bindsym $mod+f fullscreen toggle
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
-bindsym $mod+grave floating toggle
-bindsym $mod+Mod1+grave focus mode_toggle
+bindsym $mod+Tab floating toggle
+bindsym Mod1+Tab focus mode_toggle
bindsym $mod+a focus parent
# change focus
@@ -115,7 +118,7 @@ bindsym $mod+q kill
# session reload, quit and lock
bindsym $mod+Shift+c reload
bindsym $mod+Shift+r restart
-bindsym Control+$alt+Delete exec "rofi -modi power:~/.config/rofi/rofi-power -show power"
+bindsym Control+Mod1+Delete exec "rofi -modi power:~/.config/rofi/rofi-power -show power"
mode "resize" {
bindsym Left resize shrink width 15 px
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini
index 5331d56..016c268 100644
--- a/.config/polybar/config.ini
+++ b/.config/polybar/config.ini
@@ -104,6 +104,8 @@ label-empty = %name%
label-empty-foreground = ${colors.disabled}
label-empty-padding = 1
+interval = 1
+
[module/xwindow]
type = internal/xwindow
label = %title:0:60:...%