my dotfiles for arch
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

changesss

+11 -7
+2 -1
private_dot_config/hypr/config/autostart.conf
··· 6 6 7 7 # Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing # 8 8 9 + exec-once = systemctl --user enable opentabletdriver.service --now 9 10 exec-once = swww-daemon & 10 11 exec-once = fcitx5 -d & 11 12 exec-once = mako & ··· 13 14 exec-once = bash -c "mkfifo /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob && tail -f /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob | wob & disown" & 14 15 exec-once = /usr/lib/polkit-kde-authentication-agent-1 & 15 16 exec-once = waybar & sleep 1 & 16 - exec-once = matugen image $(~/scripts/get_random_wallpaper.sh) & 17 + exec-once = matugen image $(~/scripts/random-wallpaper.sh) & 17 18 exec-once = ydotoold 18 19 exec-once = walker --gapplication-service 19 20
+1 -1
private_dot_config/hypr/config/variables.conf
··· 59 59 enable_swallow = true 60 60 swallow_regex = ^(cachy-browser|firefox|nautilus|nemo|thunar|btrfs-assistant.)$ 61 61 focus_on_activate = true 62 - vrr = 2 62 + vrr = 0 63 63 } 64 64 65 65 # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#render
+1 -1
private_dot_config/nvim/lua/plugins/supermaven.lua
··· 1 1 return { 2 2 "supermaven-inc/supermaven-nvim", 3 - enabled = false, 3 + -- enabled = false, 4 4 config = function() 5 5 require("supermaven-nvim").setup({}) 6 6 end,
+2 -2
private_dot_config/nvim/lua/set.lua
··· 70 70 -- It is very similar to `vim.o` but offers an interface for conveniently interacting with tables. 71 71 -- See `:help lua-options` 72 72 -- and `:help lua-options-guide` 73 - -- vim.o.list = true 74 - -- vim.opt.listchars = { tab = "» ", trail = "·", nbsp = "␣" } 73 + vim.o.list = true 74 + vim.opt.listchars = { tab = "» ", trail = "·", nbsp = "␣" } 75 75 76 76 -- Preview substitutions live, as you type! 77 77 vim.o.inccommand = "split"
+4 -2
private_dot_config/private_fish/config.fish
··· 7 7 set -gx PATH "/opt/rocm/bin" $PATH 8 8 9 9 10 + set --export VOLTA_HOME "$HOME/.volta" 11 + set --export PATH "$VOLTA_HOME/bin" $PATH 12 + 13 + 10 14 status is-login; and begin 11 15 12 16 # Login shell initialisation ··· 139 143 # bun 140 144 set --export BUN_INSTALL "$HOME/.bun" 141 145 set --export PATH $BUN_INSTALL/bin $PATH 142 - set -gx VOLTA_HOME "$HOME/.volta" 143 - set -gx PATH "$VOLTA_HOME/bin" $PATH
+1
private_dot_config/private_fish/fish_variables
··· 1 1 # This file contains fish universal variable definitions. 2 2 # VERSION: 3.0 3 + SETUVAR --export ENV:/home/thomasgl/\x2econfig/fish/config\x2efish 3 4 SETUVAR FZF_DEFAULT_OPTS:\x2d\x2dheight\x2040\x25 4 5 SETUVAR FZF_DISABLE_KEYBINDINGS:0 5 6 SETUVAR FZF_LEGACY_KEYBINDINGS:1