diff --git a/config/.config/kak/kakrc b/config/.config/kak/kakrc index bbf908a..7374d0a 100644 --- a/config/.config/kak/kakrc +++ b/config/.config/kak/kakrc @@ -30,7 +30,6 @@ plug "your-tools/kak-subvert" do %{ } plug "https://git.sr.ht/~nasmevka/repl.kak" -plug "caksoylar/kakoune-smooth-scroll" plug "custom-filetypes" load-path "~/.config/kak/al" # # Color Themes @@ -53,11 +52,6 @@ eval %sh{ kak-tree-sitter -dksvvv --init $kak_session } ## Popup ## evaluate-commands %sh{kak-popup init} -hook global WinCreate [^*].* %{ - hook -once window WinDisplay .* %{ - smooth-scroll-enable - } -} ## Highlighting ## hook global WinCreate .* %{ add-highlighter window/number-lines number-lines -relative -hlcursor} add-highlighter global/ show-matching diff --git a/config/.config/nvim/after/plugin/colors.lua b/config/.config/nvim/after/plugin/colors.lua index 4fa143c..b0bacbc 100755 --- a/config/.config/nvim/after/plugin/colors.lua +++ b/config/.config/nvim/after/plugin/colors.lua @@ -1,6 +1,6 @@ function colors(color, theme) color = os.getenv("BASE16_THEME") - alt_color = 'nord' or color + alt_color = 'rose-pine' or color -- Available values: `'hard'`, `'medium'`, `'soft'` vim.g.gruvbox_material_background = 'medium' -- Available values: `'material'`, `'mix'`, `'original'` diff --git a/config/.config/qutebrowser/config.py b/config/.config/qutebrowser/config.py index dd911e4..e9badcb 100644 --- a/config/.config/qutebrowser/config.py +++ b/config/.config/qutebrowser/config.py @@ -723,7 +723,7 @@ c.url.searchengines = { "DEFAULT" : "searx.mchalupiak.com/search?q={}" } ## given page, use the `content.blocking.enabled` setting with a URL ## pattern instead. ## Type: List of UrlPattern - c.content.blocking.whitelist = [] +c.content.blocking.whitelist = [] ## Enable support for the HTML 5 web application cache feature. An ## application cache acts like an HTTP cache in some sense. For documents diff --git a/config/.config/qutebrowser/qsettings/QtProject.conf b/config/.config/qutebrowser/qsettings/QtProject.conf index 45bb981..7a20df5 100644 --- a/config/.config/qutebrowser/qsettings/QtProject.conf +++ b/config/.config/qutebrowser/qsettings/QtProject.conf @@ -1,7 +1,7 @@ [FileDialog] -history=file:///home/mikec/Downloads, file:///usr/share/fonts/TTF, file:///home/mikec, file:///home/mikec/Documents/College/Resume -lastVisited=file:///home/mikec/Documents/College/Resume -qtVersion=6.7.2 +history=@Invalid() +lastVisited=file:///home/mikec +qtVersion=6.8.2 shortcuts=file:, file:///home/mikec sidebarWidth=87 treeViewHeader="@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xd1\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xf5\0\0\0\x1\0\0\0\0\0\0\0\x39\0\0\0\x1\0\0\0\0\0\0\0=\0\0\0\x1\0\0\0\0\0\0\0\x66\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0)" diff --git a/config/.config/river/init b/config/.config/river/init index 7830db3..19ac02e 100755 --- a/config/.config/river/init +++ b/config/.config/river/init @@ -183,3 +183,4 @@ swayidle -w \ pipewire-launch & waybar & wlr-randr --output eDP-1 --scale 1.5 +dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP='river' diff --git a/config/.icons/default/index.theme b/config/.icons/default/index.theme index e326fe0..3fe07f3 100644 --- a/config/.icons/default/index.theme +++ b/config/.icons/default/index.theme @@ -2,4 +2,4 @@ [Icon Theme] Name=Default Comment=Default Cursor Theme -Inherits=Chicago95_Animated_Hourglass_Cursors_HiDPI +Inherits=BreezeX-RosePineDawn-Linux diff --git a/config/.scripts/store/projects b/config/.scripts/store/projects index bc6c8f9..d3fa1f3 100755 --- a/config/.scripts/store/projects +++ b/config/.scripts/store/projects @@ -5,3 +5,4 @@ /home/mikec/Documents/College/CSSE403/csse403 /home/mikec/Documents/College/CSSE403/csse403/Homework /home/mikec/Documents/College/CSSE142 +/home/mikec/Documents/College/CSSE403/inclass.rs