updates on new laptop

pull/3/head
Penguin 2 months ago
parent c01d85fadc
commit d46bbf9036

@ -9,7 +9,6 @@
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
import:
- ~/.config/alacritty/dracula.yml
- ~/.config/alacritty/spacemacs.yml
env:
@ -122,7 +121,7 @@ font:
family: JetBrains Mono Nerd Font
style: Bold Italic
size: 11
size: 10
#font:
# Normal (roman) font face
#normal:

@ -1,6 +1,7 @@
;;; $DOOMDIR/user/org.el -*- lexical-binding: t; -*-
(require 'org)
(require 'ox-org)
(add-hook! 'org-mode-hook 'org-num-mode)
(after! org
(setq
@ -11,7 +12,7 @@
+org-capture-journal-file "journal.org"
org-agenda-files '("agendas.org")
org-fancy-priorities-list '("󰈅󰈅󰈅" "󰈅󰈅" "󰈅")
org-link-file-path-type 'relative))
org-link-file-path-type 'relative)
(org-link-set-parameters "rel" :follow #'browse-url :export #'wvxvw/export-rel-url)
(set-company-backend!

@ -33,7 +33,7 @@ font pango:JetBrains Nerd Font Mono 10, Jet Brains Nerd Font Mono 10
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec --no-startup-id alacritty
bindsym $mod+Return exec --no-startup-id kitty
# kill focused window
bindsym $mod+Shift+q kill

@ -47,7 +47,7 @@ set confirm_on_delete multiple
# set preview_script ~/.config/ranger/scope.sh
# Use the external preview script or display simple plain text or image previews?
# set use_preview_script true
set use_preview_script true
# Automatically count files in the directory, even before entering them?
set automatically_count_files true
@ -114,7 +114,7 @@ set preview_images true
# Preview images in full color with the external command "ueberzug".
# Images are shown by using a child window.
# Only for users who run X11 in GNU/Linux.
set preview_images_method ueberzug
set preview_images_method kitty
# Delay in seconds before displaying an image with the w3m method.
# Increase it in case of experiencing display corruption.
@ -139,7 +139,7 @@ set show_hidden_bookmarks true
# Which colorscheme to use? These colorschemes are available by default:
# default, jungle, snow, solarized
set colorscheme dracula
set colorscheme default
# Preview files on the rightmost column?
# And collapse (shrink) the last column if there is nothing to preview?

Loading…
Cancel
Save