diff --git a/config/.bash_profile b/config/.bash_profile index 98876db..d7e5a01 100644 --- a/config/.bash_profile +++ b/config/.bash_profile @@ -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. 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 +if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then + exec river +fi diff --git a/config/.config/dconf/user.txt b/config/.config/dconf/user.txt index e02c481..8438c56 100644 --- a/config/.config/dconf/user.txt +++ b/config/.config/dconf/user.txt @@ -1633,7 +1633,7 @@ sort-column='name' sort-directories-first=false sort-order='ascending' type-format='category' -window-position=(26, 23) +window-position=(52, 39) window-size=(1512, 1344) [org/virt-manager/virt-manager] diff --git a/config/.config/kak/kakrc b/config/.config/kak/kakrc index 92c440c..c6ca84f 100644 --- a/config/.config/kak/kakrc +++ b/config/.config/kak/kakrc @@ -19,28 +19,28 @@ plug "kak-lsp/kak-lsp" do %{ cargo install --locked --force --path . } -# plug "gustavo-hms/luar" %{ -# plug "gustavo-hms/peneira" %{ -# require-module peneira -# } -# } +plug "gustavo-hms/luar" %{ + plug "gustavo-hms/peneira" %{ + require-module peneira + } +} # # Color Themes plug "tinted-theming/base16-kakoune" ### End Of Plugins ### -# set-option global luar_interpreter luajit +set-option global luar_interpreter luajit ## 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-highlighting --session $kak_session } eval %sh{ kak-tree-sitter -dks --init $kak_session } -evaluate-commands %sh{ - echo "colorscheme base16-$BASE16_THEME" -} +# evaluate-commands %sh{ +# echo "colorscheme base16-$BASE16_THEME" +# } ## Highlighting ## hook global WinCreate .* %{ add-highlighter window/number-lines number-lines -relative -hlcursor} @@ -424,3 +424,5 @@ map -docstring 'clipboard paste' global user p ':xpaste' map -docstring 'quit kakoune' global user q ':q' map -docstring 'toggle comments' global user c ':comment-line' + +colorscheme gruvbox-dark diff --git a/config/.config/river/init b/config/.config/river/init index 4eff4c5..65e9d47 100755 --- a/config/.config/river/init +++ b/config/.config/river/init @@ -11,7 +11,7 @@ # 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) -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"' # 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' 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 +pipewire-launch & waybar & -wlr-randr --output DP-2 --adaptive-sync enabled --mode 2560x1440@165Hz +wlr-randr --output DP-1 --adaptive-sync enabled --mode 2560x1440@165Hz diff --git a/config/.config/sway/config b/config/.config/sway/config index eca4945..ec02b1c 100644 --- a/config/.config/sway/config +++ b/config/.config/sway/config @@ -15,7 +15,7 @@ set $up k set $right l # Your preferred terminal emulator #set $term foot -f Fairfax\ Hax\ HD:size=14 -set $term ghostty +set $term alacritty # Your preferred application launcher # 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. diff --git a/config/.doom.d/config.el b/config/.doom.d/config.el index 70e0747..42d4c49 100644 --- a/config/.doom.d/config.el +++ b/config/.doom.d/config.el @@ -19,13 +19,13 @@ ;; ;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd ;; font string. You generally only need these two: -(setq doom-font (font-spec :family "Iosevka Term SS12" :size 16) - doom-variable-pitch-font (font-spec :family "Cantarell" :size 16 :weight 'bold)) +(setq doom-font (font-spec :family "Iosevka Term SS12" :size 18) + 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 ;; available. You can either set `doom-theme' or manually load a theme with the ;; `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, ;; change `org-directory'. It must be set before org loads! @@ -155,3 +155,4 @@ (setq dime-dylan-implementations '((opendylan ("/home/mikec/Documents/suckless/dylan/opendylan-2024.1/bin/dswank") :env ("OPEN_DYLAN_USER_REGISTRIES=/tmp/dime-test/registry")))) +(add-to-list 'default-frame-alist '(undecorated . t)) diff --git a/config/.profile b/config/.profile index f89d280..6dfe73c 100644 --- a/config/.profile +++ b/config/.profile @@ -12,3 +12,4 @@ GTK_THEME=Chicago95 [ -f "/home/mikec/.ghcup/env" ] && . "/home/mikec/.ghcup/env" # ghcup-env +# pipewire-launch &