20250318.1742336578

This commit is contained in:
fz0x1 2025-03-18 23:22:58 +01:00
parent fa8765d3ab
commit b5e2a46ab1
7 changed files with 15 additions and 12 deletions

View file

@ -23,7 +23,7 @@
;; ;;
;;(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light) ;;(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light)
;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13)) ;; 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 ;; 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 ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to

View file

@ -13,13 +13,13 @@ journals:
default: default:
display_format: markdown display_format: markdown
encrypt: false encrypt: false
journal: /home/cr33per/.diary/diary.jrnl journal: /home/fz0x1/.diary/diary.jrnl
test: test:
display_format: markdown display_format: markdown
encrypt: false encrypt: false
journal: /home/cr33per/test.jrnl journal: /home/fz0x1/test.jrnl
linewrap: 80 linewrap: 80
tagsymbols: '@' tagsymbols: '@'
template: false template: false
timeformat: '%F %r' timeformat: '%F %r'
version: v4.2 version: v4.2.1

View file

@ -132,7 +132,7 @@ alias jrnlc="jrnl --encrypt"
# bindkeys # bindkeys
## autosuggest ## autosuggest
bindkey "^[" autosuggest-accept bindkey "^]" autosuggest-accept
# paths # paths
## rust ## rust

View file

@ -32,7 +32,7 @@ mullvad-vpn &
caffeine start & caffeine start &
# compositor # compositor
picom --config ~/.picom.conf & # picom --config ~/.picom.conf &
# NetworkManager applet # NetworkManager applet
nm-applet & nm-applet &

View file

@ -220,8 +220,8 @@ bindsym $mod+r mode "resize"
#} #}
# default gaps # default gaps
gaps inner 5 gaps inner 0
gaps outer 1 gaps outer 0
# colors # colors
set $bgcolor #523d6499 set $bgcolor #523d6499
@ -235,15 +235,17 @@ set $focused-ws #d79921
set $bar-color #523d640D set $bar-color #523d640D
# border background text indicator (a line which shows where the next window will be placed) # border background text indicator (a line which shows where the next window will be placed)
client.focused $focused-ws $focused-ws $text $indicator 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.focused_inactive $in-bgcolor $in-bgcolor $in-text $in-bgcolor
client.urgent $u-bgcolor $u-bgcolor $text $u-bgcolor client.urgent $u-bgcolor $u-bgcolor $text $u-bgcolor
# window's rules # window's rules
for_window [class="Xfce4-settings-manager"] focus, floating disable for_window [class="Xfce4-settings-manager"] focus, floating disable
for_window [window_role="(?i)GtkFileChooserDialog"] floating enable 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_border pixel 1
default_floating_border pixel 1 default_floating_border pixel 0
#p2p firefox for all workspaces #p2p firefox for all workspaces
for_window [title="Picture-in-Picture"] sticky enable for_window [title="Picture-in-Picture"] sticky enable

View file

@ -51,7 +51,7 @@ use-damage = false;
################################# #################################
# Enabled client-side shadows on windows. # Enabled client-side shadows on windows.
shadow = true; shadow = false;
# The blur radius for shadows. (default 12) # The blur radius for shadows. (default 12)

View file

@ -12,8 +12,9 @@ alias open='xdg-open'
## docker ## docker
#export DOCKER_HOST=unix:///run/user/1000/docker.sock #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 ## Flatpak
export PATH=$PATH:/var/lib/flatpak/exports/bin 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 ## SSH
export SSH_ASKPASS=/sbin/ksshaskpass export SSH_ASKPASS=/sbin/ksshaskpass