fixed kakoune, font update
This commit is contained in:
parent
ff3daf700c
commit
95f7180b5f
@ -15,3 +15,6 @@ export PATH="$PATH:/home/mikec/.local/share/JetBrains/Toolbox/scripts"
|
|||||||
# This section can be safely removed at any time if needed.
|
# This section can be safely removed at any time if needed.
|
||||||
test -r '/home/mikec/.opam/opam-init/init.sh' && . '/home/mikec/.opam/opam-init/init.sh' > /dev/null 2> /dev/null || true
|
test -r '/home/mikec/.opam/opam-init/init.sh' && . '/home/mikec/.opam/opam-init/init.sh' > /dev/null 2> /dev/null || true
|
||||||
# END opam configuration
|
# END opam configuration
|
||||||
|
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
|
exec river
|
||||||
|
fi
|
||||||
|
@ -1633,7 +1633,7 @@ sort-column='name'
|
|||||||
sort-directories-first=false
|
sort-directories-first=false
|
||||||
sort-order='ascending'
|
sort-order='ascending'
|
||||||
type-format='category'
|
type-format='category'
|
||||||
window-position=(26, 23)
|
window-position=(52, 39)
|
||||||
window-size=(1512, 1344)
|
window-size=(1512, 1344)
|
||||||
|
|
||||||
[org/virt-manager/virt-manager]
|
[org/virt-manager/virt-manager]
|
||||||
|
@ -19,28 +19,28 @@ plug "kak-lsp/kak-lsp" do %{
|
|||||||
cargo install --locked --force --path .
|
cargo install --locked --force --path .
|
||||||
}
|
}
|
||||||
|
|
||||||
# plug "gustavo-hms/luar" %{
|
plug "gustavo-hms/luar" %{
|
||||||
# plug "gustavo-hms/peneira" %{
|
plug "gustavo-hms/peneira" %{
|
||||||
# require-module peneira
|
require-module peneira
|
||||||
# }
|
}
|
||||||
# }
|
}
|
||||||
|
|
||||||
# # Color Themes
|
# # Color Themes
|
||||||
plug "tinted-theming/base16-kakoune"
|
plug "tinted-theming/base16-kakoune"
|
||||||
|
|
||||||
### End Of Plugins ###
|
### End Of Plugins ###
|
||||||
|
|
||||||
# set-option global luar_interpreter luajit
|
set-option global luar_interpreter luajit
|
||||||
|
|
||||||
## Treesitter ##
|
## Treesitter ##
|
||||||
|
|
||||||
#eval %sh{ kak-tree-sitter -dksv --with-highlighting --with-text-objects --init $kak_session }
|
# eval %sh{ kak-tree-sitter -dksv --with-highlighting --with-text-objects --init $kak_session }
|
||||||
#eval %sh{ kak-tree-sitter -dks --with-text-objects --session $kak_session }
|
#eval %sh{ kak-tree-sitter -dks --with-text-objects --session $kak_session }
|
||||||
#eval %sh{ kak-tree-sitter -dks --with-highlighting --session $kak_session }
|
#eval %sh{ kak-tree-sitter -dks --with-highlighting --session $kak_session }
|
||||||
eval %sh{ kak-tree-sitter -dks --init $kak_session }
|
eval %sh{ kak-tree-sitter -dks --init $kak_session }
|
||||||
evaluate-commands %sh{
|
# evaluate-commands %sh{
|
||||||
echo "colorscheme base16-$BASE16_THEME"
|
# echo "colorscheme base16-$BASE16_THEME"
|
||||||
}
|
# }
|
||||||
|
|
||||||
## Highlighting ##
|
## Highlighting ##
|
||||||
hook global WinCreate .* %{ add-highlighter window/number-lines number-lines -relative -hlcursor}
|
hook global WinCreate .* %{ add-highlighter window/number-lines number-lines -relative -hlcursor}
|
||||||
@ -424,3 +424,5 @@ map -docstring 'clipboard paste' global user p ':xpaste<ret>'
|
|||||||
|
|
||||||
map -docstring 'quit kakoune' global user q ':q<ret>'
|
map -docstring 'quit kakoune' global user q ':q<ret>'
|
||||||
map -docstring 'toggle comments' global user c ':comment-line<ret>'
|
map -docstring 'toggle comments' global user c ':comment-line<ret>'
|
||||||
|
|
||||||
|
colorscheme gruvbox-dark
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc.
|
# Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc.
|
||||||
|
|
||||||
# Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
|
# Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
|
||||||
riverctl map normal Super Return spawn ghostty
|
riverctl map normal Super Return spawn alacritty
|
||||||
|
|
||||||
riverctl map normal Super D spawn 'bemenu-run --fn "Iosevka Term SS12 14"'
|
riverctl map normal Super D spawn 'bemenu-run --fn "Iosevka Term SS12 14"'
|
||||||
# Super+Q to close the focused view
|
# Super+Q to close the focused view
|
||||||
@ -172,5 +172,6 @@ riverctl map normal Super O spawn 'mumble rpc stoptalking'
|
|||||||
riverctl map normal Super Escape spawn 'swaylock -f -c 000000'
|
riverctl map normal Super Escape spawn 'swaylock -f -c 000000'
|
||||||
swaybg -m fill -i $HOME/Pictures/wallpapers/wallpaper &
|
swaybg -m fill -i $HOME/Pictures/wallpapers/wallpaper &
|
||||||
# pgrep creek || ( while $HOME/.config/river/bar.sh; do sleep 1; done ) | creek -fn 'Ubuntu:size=14' -nf 0xb8b8b8 -nb 0x282828 -ff 0x181818 -fb 0x7cafc2
|
# pgrep creek || ( while $HOME/.config/river/bar.sh; do sleep 1; done ) | creek -fn 'Ubuntu:size=14' -nf 0xb8b8b8 -nb 0x282828 -ff 0x181818 -fb 0x7cafc2
|
||||||
|
pipewire-launch &
|
||||||
waybar &
|
waybar &
|
||||||
wlr-randr --output DP-2 --adaptive-sync enabled --mode 2560x1440@165Hz
|
wlr-randr --output DP-1 --adaptive-sync enabled --mode 2560x1440@165Hz
|
||||||
|
@ -15,7 +15,7 @@ set $up k
|
|||||||
set $right l
|
set $right l
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
#set $term foot -f Fairfax\ Hax\ HD:size=14
|
#set $term foot -f Fairfax\ Hax\ HD:size=14
|
||||||
set $term ghostty
|
set $term alacritty
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||||
# on the original workspace that the command was run on.
|
# on the original workspace that the command was run on.
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
;;
|
;;
|
||||||
;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
|
;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
|
||||||
;; font string. You generally only need these two:
|
;; font string. You generally only need these two:
|
||||||
(setq doom-font (font-spec :family "Iosevka Term SS12" :size 16)
|
(setq doom-font (font-spec :family "Iosevka Term SS12" :size 18)
|
||||||
doom-variable-pitch-font (font-spec :family "Cantarell" :size 16 :weight 'bold))
|
doom-variable-pitch-font (font-spec :family "Cantarell" :size 18 :weight 'bold))
|
||||||
|
|
||||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
;; There are two ways to load a theme. Both assume the theme is installed and
|
||||||
;; available. You can either set `doom-theme' or manually load a theme with the
|
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||||
;; `load-theme' function. This is the default:
|
;; `load-theme' function. This is the default:
|
||||||
(setq doom-theme 'doom-rose-pine)
|
(setq doom-theme 'doom-gruvbox)
|
||||||
|
|
||||||
;; If you use `org' and don't want your org files in the default location below,
|
;; If you use `org' and don't want your org files in the default location below,
|
||||||
;; change `org-directory'. It must be set before org loads!
|
;; change `org-directory'. It must be set before org loads!
|
||||||
@ -155,3 +155,4 @@
|
|||||||
(setq dime-dylan-implementations
|
(setq dime-dylan-implementations
|
||||||
'((opendylan ("/home/mikec/Documents/suckless/dylan/opendylan-2024.1/bin/dswank")
|
'((opendylan ("/home/mikec/Documents/suckless/dylan/opendylan-2024.1/bin/dswank")
|
||||||
:env ("OPEN_DYLAN_USER_REGISTRIES=/tmp/dime-test/registry"))))
|
:env ("OPEN_DYLAN_USER_REGISTRIES=/tmp/dime-test/registry"))))
|
||||||
|
(add-to-list 'default-frame-alist '(undecorated . t))
|
||||||
|
@ -12,3 +12,4 @@ GTK_THEME=Chicago95
|
|||||||
|
|
||||||
|
|
||||||
[ -f "/home/mikec/.ghcup/env" ] && . "/home/mikec/.ghcup/env" # ghcup-env
|
[ -f "/home/mikec/.ghcup/env" ] && . "/home/mikec/.ghcup/env" # ghcup-env
|
||||||
|
# pipewire-launch &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user