From b5e2a46ab1dc02e272f8188f3d4e4c269a8bd695 Mon Sep 17 00:00:00 2001 From: fz0x1 Date: Tue, 18 Mar 2025 23:22:58 +0100 Subject: [PATCH] 20250318.1742336578 --- global/.config/doom/config.el | 2 +- global/.config/jrnl/jrnl.yaml | 6 +++--- global/.zshrc | 2 +- linux/.config/i3/autostart.sh | 2 +- linux/.config/i3/config | 10 ++++++---- linux/.picom.conf | 2 +- linux/.zshrc-additional | 3 ++- 7 files changed, 15 insertions(+), 12 deletions(-) diff --git a/global/.config/doom/config.el b/global/.config/doom/config.el index 2c55c43..cbdc747 100644 --- a/global/.config/doom/config.el +++ b/global/.config/doom/config.el @@ -23,7 +23,7 @@ ;; ;;(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light) ;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13)) -(setq doom-font (font-spec :family "JetBrainsMono Nerd Font" :size 13.0)) +(setq doom-font (font-spec :family "JetBrainsMono Nerd Font" :size 12.0)) ;; ;; If you or Emacs can't find your font, use 'M-x describe-font' to look them ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to diff --git a/global/.config/jrnl/jrnl.yaml b/global/.config/jrnl/jrnl.yaml index d0b418f..457027d 100644 --- a/global/.config/jrnl/jrnl.yaml +++ b/global/.config/jrnl/jrnl.yaml @@ -13,13 +13,13 @@ journals: default: display_format: markdown encrypt: false - journal: /home/cr33per/.diary/diary.jrnl + journal: /home/fz0x1/.diary/diary.jrnl test: display_format: markdown encrypt: false - journal: /home/cr33per/test.jrnl + journal: /home/fz0x1/test.jrnl linewrap: 80 tagsymbols: '@' template: false timeformat: '%F %r' -version: v4.2 +version: v4.2.1 diff --git a/global/.zshrc b/global/.zshrc index 0a62f62..a7494b9 100644 --- a/global/.zshrc +++ b/global/.zshrc @@ -132,7 +132,7 @@ alias jrnlc="jrnl --encrypt" # bindkeys ## autosuggest -bindkey "^[" autosuggest-accept +bindkey "^]" autosuggest-accept # paths ## rust diff --git a/linux/.config/i3/autostart.sh b/linux/.config/i3/autostart.sh index 0289f40..44efc3b 100755 --- a/linux/.config/i3/autostart.sh +++ b/linux/.config/i3/autostart.sh @@ -32,7 +32,7 @@ mullvad-vpn & caffeine start & # compositor -picom --config ~/.picom.conf & +# picom --config ~/.picom.conf & # NetworkManager applet nm-applet & diff --git a/linux/.config/i3/config b/linux/.config/i3/config index f56a77f..46ca053 100644 --- a/linux/.config/i3/config +++ b/linux/.config/i3/config @@ -220,8 +220,8 @@ bindsym $mod+r mode "resize" #} # default gaps -gaps inner 5 -gaps outer 1 +gaps inner 0 +gaps outer 0 # colors set $bgcolor #523d6499 @@ -235,15 +235,17 @@ set $focused-ws #d79921 set $bar-color #523d640D # border background text indicator (a line which shows where the next window will be placed) client.focused $focused-ws $focused-ws $text $indicator -client.unfocused $inactive-ws $inactive-ws $in-text $in-bgcolor +# client.unfocused $inactive-ws $inactive-ws $in-text $in-bgcolor client.focused_inactive $in-bgcolor $in-bgcolor $in-text $in-bgcolor client.urgent $u-bgcolor $u-bgcolor $text $u-bgcolor # window's rules for_window [class="Xfce4-settings-manager"] focus, floating disable for_window [window_role="(?i)GtkFileChooserDialog"] floating enable +for_window [class="net-runelite-client-RuneLite" title="Picture in Picture"] floating enable, sticky enable +# for_window [class="net-runelite-client-RuneLite" title="Picture in Picture"] floating enable, sticky enable, move to workspace 1 default_border pixel 1 -default_floating_border pixel 1 +default_floating_border pixel 0 #p2p firefox for all workspaces for_window [title="Picture-in-Picture"] sticky enable diff --git a/linux/.picom.conf b/linux/.picom.conf index 24e8a16..f5395c6 100644 --- a/linux/.picom.conf +++ b/linux/.picom.conf @@ -51,7 +51,7 @@ use-damage = false; ################################# # Enabled client-side shadows on windows. -shadow = true; +shadow = false; # The blur radius for shadows. (default 12) diff --git a/linux/.zshrc-additional b/linux/.zshrc-additional index b0ccf0f..8465fcd 100644 --- a/linux/.zshrc-additional +++ b/linux/.zshrc-additional @@ -12,8 +12,9 @@ alias open='xdg-open' ## docker #export DOCKER_HOST=unix:///run/user/1000/docker.sock -#export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock +export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock ## Flatpak export PATH=$PATH:/var/lib/flatpak/exports/bin +export XDG_DATA_DIRS="/var/lib/flatpak/exports/share:/home/$USER/.local/share/flatpak/exports/share:${XDG_DATA_DIRS:-/usr/local/share:/usr/share}" ## SSH export SSH_ASKPASS=/sbin/ksshaskpass