From 61c12be3c7c0c22b4feb63ac4b5acfcfd252b7d5 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 26 Apr 2023 08:52:52 +0200 Subject: Various changes to KDE --- .config/Trolltech.conf | 28 ++--- .config/git/config | 4 +- .config/gtk-3.0/settings.ini | 23 ++-- .config/kcminputrc | 3 - .config/kdeglobals | 142 +++++++++--------------- .config/kfontinstuirc | 4 +- .config/kwinrc | 1 + .config/kwinrulesrc | 33 +++++- .config/plasma-org.kde.plasma.desktop-appletsrc | 115 ++++++++++++++----- .config/qutebrowser/bookmarks/urls | 1 - .config/qutebrowser/quickmarks | 1 + .config/shell/sources | 35 +----- 12 files changed, 212 insertions(+), 178 deletions(-) diff --git a/.config/Trolltech.conf b/.config/Trolltech.conf index 8efbf41..35cbeb6 100644 --- a/.config/Trolltech.conf +++ b/.config/Trolltech.conf @@ -1,17 +1,17 @@ [qt] GUIEffects=none KDE\contrast=7 -KWinPalette\activeBackground=#31363b -KWinPalette\activeBlend=#fcfcfc -KWinPalette\activeForeground=#fcfcfc -KWinPalette\activeTitleBtnBg=#2a2e32 -KWinPalette\frame=#2a2e32 -KWinPalette\inactiveBackground=#2a2e32 -KWinPalette\inactiveBlend=#a1a9b1 -KWinPalette\inactiveForeground=#a1a9b1 -KWinPalette\inactiveFrame=#2a2e32 -KWinPalette\inactiveTitleBtnBg=#2a2e32 -Palette\active=#fcfcfc, #31363b, #474d54, #3a4045, #141618, #24282b, #fcfcfc, #ffffff, #fcfcfc, #1b1e20, #2a2e32, #0f1012, #3daee9, #fcfcfc, #1d99f3, #9b59b6, #232629, #000000, #31363b, #fcfcfc, #fcfcfc -Palette\disabled=#6e7173, #2f3338, #454c52, #393e44, #131517, #222629, #656768, #ffffff, #727679, #1a1d1f, #282c30, #0e0f11, #282c30, #6e7173, #1a4665, #443051, #212427, #000000, #31363b, #fcfcfc, #fcfcfc -Palette\inactive=#fcfcfc, #31363b, #474d54, #3a4045, #141618, #24282b, #fcfcfc, #ffffff, #fcfcfc, #1b1e20, #2a2e32, #0f1012, #1f485e, #fcfcfc, #1d99f3, #9b59b6, #232629, #000000, #31363b, #fcfcfc, #fcfcfc -font="Noto Sans,10,-1,0,50,0,0,0,0,0" +KWinPalette\activeBackground=#2f343f +KWinPalette\activeBlend=#2f343f +KWinPalette\activeForeground=#d3dae3 +KWinPalette\activeTitleBtnBg=#2f343f +KWinPalette\frame=#2f343f +KWinPalette\inactiveBackground=#2f343f +KWinPalette\inactiveBlend=#2f343f +KWinPalette\inactiveForeground=#666a73 +KWinPalette\inactiveFrame=#2f343f +KWinPalette\inactiveTitleBtnBg=#2f343f +Palette\active=#d3dae3, #414857, #4a5263, #3e4553, #17191f, #282d36, #d3dae3, #ffffff, #d3dae3, #404552, #2f343f, #111216, #5294e2, #d3dae3, #1d99f3, #9b59b6, #404552, #000000, #353945, #d3dae3, #d3dae3 +Palette\disabled=#646973, #3e4553, #485061, #3c4351, #16181d, #272b34, #6e737f, #ffffff, #6f7582, #3d424e, #2d323c, #101115, #2d323c, #646973, #315e84, #5b4870, #3d424e, #000000, #353945, #d3dae3, #d3dae3 +Palette\inactive=#d3dae3, #414857, #4a5263, #3e4553, #17191f, #282d36, #d3dae3, #ffffff, #d3dae3, #404552, #2f343f, #111216, #2b4768, #d3dae3, #1d99f3, #9b59b6, #404552, #000000, #353945, #d3dae3, #d3dae3 +font="Open Sans,10,-1,5,50,0,0,0,0,0" diff --git a/.config/git/config b/.config/git/config index ecac932..6456797 100644 --- a/.config/git/config +++ b/.config/git/config @@ -22,8 +22,8 @@ t = tag --sort=-v:refname tr = for-each-ref --sort=taggerdate --format '%(tag)' refs/tags -[commit] - gpgsign = true +#[commit] +# gpgsign = true [core] pager = less -R diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index f150b2f..a80eccb 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -1,15 +1,20 @@ [Settings] -gtk-theme-name=Arc-Dark -gtk-icon-theme-name=ACYLS -gtk-font-name=Sans 10 -gtk-cursor-theme-name=Adwaita -gtk-cursor-theme-size=0 -gtk-toolbar-style=GTK_TOOLBAR_BOTH -gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-button-images=1 -gtk-menu-images=1 +gtk-application-prefer-dark-theme=true +gtk-button-images=true +gtk-cursor-theme-name=breeze_cursors +gtk-cursor-theme-size=24 +gtk-decoration-layout=icon:minimize,maximize,close +gtk-enable-animations=false gtk-enable-event-sounds=1 gtk-enable-input-feedback-sounds=1 +gtk-font-name=Open Sans, 10 +gtk-icon-theme-name=Papirus-Dark +gtk-menu-images=true +gtk-modules=colorreload-gtk-module +gtk-primary-button-warps-slider=false +gtk-theme-name=Arc-Dark +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-toolbar-style=3 gtk-xft-antialias=1 gtk-xft-hinting=1 gtk-xft-hintstyle=hintslight diff --git a/.config/kcminputrc b/.config/kcminputrc index 9cf8a04..e595222 100644 --- a/.config/kcminputrc +++ b/.config/kcminputrc @@ -1,8 +1,5 @@ [$Version] update_info=delete_cursor_old_default_size.upd:DeleteCursorOldDefaultSize,kcminputrc_fix_botched_5_21_0.upd:kcminputrc_fix_botched_5_21_0_pre,kcminputrc_fix_botched_5_21_0.upd:kcminputrc_fix_botched_5_21_0,kcminputrc_repeat.upd:kcminputrc_migrate_key_repeat -[Mouse] -cursorTheme=breeze_cursors - [Tmp] update_info=delete_cursor_old_default_size.upd:DeleteCursorOldDefaultSize diff --git a/.config/kdeglobals b/.config/kdeglobals index 14e043a..7442720 100644 --- a/.config/kdeglobals +++ b/.config/kdeglobals @@ -6,148 +6,115 @@ ChangeSelectionColor= Color=56,56,56 ColorAmount=0 ColorEffect=0 -ContrastAmount=0.65 +ContrastAmount=0.65000000000000002 ContrastEffect=1 Enable= -IntensityAmount=0.1 +IntensityAmount=0.10000000000000001 IntensityEffect=2 [ColorEffects:Inactive] ChangeSelectionColor=true Color=112,111,110 -ColorAmount=0.025 +ColorAmount=0.025000000000000001 ColorEffect=2 -ContrastAmount=0.1 +ContrastAmount=0.10000000000000001 ContrastEffect=2 Enable=false IntensityAmount=0 IntensityEffect=0 [Colors:Button] -BackgroundAlternate=30,87,116 -BackgroundNormal=49,54,59 -DecorationFocus=61,174,233 -DecorationHover=61,174,233 +BackgroundAlternate=64,69,82 +BackgroundNormal=65,72,87 +DecorationFocus=82,148,226 +DecorationHover=82,148,226 ForegroundActive=61,174,233 -ForegroundInactive=161,169,177 +ForegroundInactive=137,141,153 ForegroundLink=29,153,243 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 -ForegroundNormal=252,252,252 +ForegroundNormal=211,218,227 ForegroundPositive=39,174,96 ForegroundVisited=155,89,182 [Colors:Complementary] -BackgroundAlternate=30,87,116 -BackgroundNormal=42,46,50 -DecorationFocus=61,174,233 -DecorationHover=61,174,233 -ForegroundActive=61,174,233 -ForegroundInactive=161,169,177 -ForegroundLink=29,153,243 -ForegroundNegative=218,68,83 -ForegroundNeutral=246,116,0 -ForegroundNormal=252,252,252 -ForegroundPositive=39,174,96 -ForegroundVisited=155,89,182 - -[Colors:Header] -BackgroundAlternate=42,46,50 -BackgroundNormal=49,54,59 -DecorationFocus=61,174,233 -DecorationHover=61,174,233 -ForegroundActive=61,174,233 -ForegroundInactive=161,169,177 -ForegroundLink=29,153,243 -ForegroundNegative=218,68,83 -ForegroundNeutral=246,116,0 -ForegroundNormal=252,252,252 -ForegroundPositive=39,174,96 -ForegroundVisited=155,89,182 - -[Colors:Header][Inactive] -BackgroundAlternate=49,54,59 -BackgroundNormal=42,46,50 -DecorationFocus=61,174,233 -DecorationHover=61,174,233 -ForegroundActive=61,174,233 -ForegroundInactive=161,169,177 ForegroundLink=29,153,243 -ForegroundNegative=218,68,83 -ForegroundNeutral=246,116,0 -ForegroundNormal=252,252,252 -ForegroundPositive=39,174,96 ForegroundVisited=155,89,182 [Colors:Selection] -BackgroundAlternate=30,87,116 -BackgroundNormal=61,174,233 -DecorationFocus=61,174,233 -DecorationHover=61,174,233 +BackgroundAlternate=29,153,243 +BackgroundNormal=82,148,226 +DecorationFocus=82,148,226 +DecorationHover=82,148,226 ForegroundActive=252,252,252 -ForegroundInactive=161,169,177 -ForegroundLink=253,188,75 -ForegroundNegative=176,55,69 -ForegroundNeutral=198,92,0 -ForegroundNormal=252,252,252 -ForegroundPositive=23,104,57 +ForegroundInactive=147,186,227 +ForegroundLink=20,109,172 +ForegroundNegative=160,48,50 +ForegroundNeutral=182,85,0 +ForegroundNormal=211,218,227 +ForegroundPositive=27,123,67 ForegroundVisited=155,89,182 [Colors:Tooltip] -BackgroundAlternate=42,46,50 -BackgroundNormal=49,54,59 -DecorationFocus=61,174,233 -DecorationHover=61,174,233 +BackgroundAlternate=47,52,63 +BackgroundNormal=53,57,69 +DecorationFocus=82,148,226 +DecorationHover=82,148,226 ForegroundActive=61,174,233 -ForegroundInactive=161,169,177 +ForegroundInactive=137,141,153 ForegroundLink=29,153,243 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 -ForegroundNormal=252,252,252 +ForegroundNormal=211,218,227 ForegroundPositive=39,174,96 ForegroundVisited=155,89,182 [Colors:View] -BackgroundAlternate=35,38,41 -BackgroundNormal=27,30,32 -DecorationFocus=61,174,233 -DecorationHover=61,174,233 +BackgroundAlternate=64,69,82 +BackgroundNormal=64,69,82 +DecorationFocus=82,148,226 +DecorationHover=82,148,226 ForegroundActive=61,174,233 -ForegroundInactive=161,169,177 +ForegroundInactive=137,141,153 ForegroundLink=29,153,243 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 -ForegroundNormal=252,252,252 +ForegroundNormal=211,218,227 ForegroundPositive=39,174,96 ForegroundVisited=155,89,182 [Colors:Window] -BackgroundAlternate=49,54,59 -BackgroundNormal=42,46,50 -DecorationFocus=61,174,233 -DecorationHover=61,174,233 +BackgroundAlternate=47,52,63 +BackgroundNormal=47,52,63 +DecorationFocus=82,148,226 +DecorationHover=82,148,226 ForegroundActive=61,174,233 -ForegroundInactive=161,169,177 +ForegroundInactive=137,141,153 ForegroundLink=29,153,243 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 -ForegroundNormal=252,252,252 +ForegroundNormal=211,218,227 ForegroundPositive=39,174,96 ForegroundVisited=155,89,182 [DirSelect Dialog] DirSelectDialog Size=844,598 -History Items[$e]=file:$HOME/pictures/wallpapers/1920x1080 +History Items[$e]=file:$HOME/pictures/wallpapers/1920x1080,file:$HOME/pictures/wallpapers/1920x1080,file:$HOME/pictures/wallpapers/1920x1080 [General] BrowserApplication=chromium.desktop -ColorSchemeHash=7e27a66e6ec46638e4fb9d9f6caa72c4f044c338 +ColorSchemeHash=fe6711d5312a664b695e8bc1d1d4b53f52ba20f0 TerminalApplication=alacritty TerminalService=Alacritty.desktop +XftHintStyle=hintslight +XftSubPixel=none +fixed=Liberation Mono,10,-1,5,50,0,0,0,0,0 +font=Open Sans,10,-1,5,50,0,0,0,0,0 +smallestReadableFont=Open Sans,8,-1,5,50,0,0,0,0,0 [KDE] -AnimationDurationFactor=0.25 -LookAndFeelPackage=org.kde.breezedark.desktop +AnimationDurationFactor=0 +LookAndFeelPackage=com.github.varlesh.arc-dark SingleClick=false [KFileDialog Settings] @@ -171,12 +138,13 @@ Speedbar Width=138 View Style=DetailTree [Shortcuts] -Quit=Ctrl+Q; Meta+X +Quit=Meta+X; Ctrl+Q [WM] -activeBackground=49,54,59 -activeBlend=252,252,252 -activeForeground=252,252,252 -inactiveBackground=42,46,50 -inactiveBlend=161,169,177 -inactiveForeground=161,169,177 +activeBackground=47,52,63 +activeBlend=47,52,63 +activeFont=Noto Sans,10,-1,5,75,0,0,0,0,0,Bold +activeForeground=211,218,227 +inactiveBackground=47,52,63 +inactiveBlend=47,52,63 +inactiveForeground=102,106,115 diff --git a/.config/kfontinstuirc b/.config/kfontinstuirc index f7c618c..495a101 100644 --- a/.config/kfontinstuirc +++ b/.config/kfontinstuirc @@ -1,3 +1,3 @@ [Main Settings] -GroupSplitterSizes=160,1206 -PreviewSplitterSizes=985,220 +GroupSplitterSizes=160,1207 +PreviewSplitterSizes=986,220 diff --git a/.config/kwinrc b/.config/kwinrc index 43bc753..b6ae9f4 100644 --- a/.config/kwinrc +++ b/.config/kwinrc @@ -23,6 +23,7 @@ Rows=2 [NightColor] Active=true +NightTemperature=2700 [Plugins] desktopchangeosdEnabled=true diff --git a/.config/kwinrulesrc b/.config/kwinrulesrc index f0c912b..ff175ec 100644 --- a/.config/kwinrulesrc +++ b/.config/kwinrulesrc @@ -23,6 +23,13 @@ maximizevertrule=3 wmclass=org.qutebrowser.qutebrowser wmclassmatch=1 +[3] +Description=Alacritty +fullscreen=true +fullscreenrule=3 +wmclass=alacritty +wmclassmatch=1 + [334b5889-f0b9-4fbe-9612-da0893bf7eab] Description=QuteBrowser desktops=ec6ff001-1c3f-4777-9d45-411f6483e2c3 @@ -45,6 +52,17 @@ maximizevertrule=3 wmclass=chromium wmclassmatch=1 +[4] +Description=mpv +desktops=acc1d713-364a-4f6b-9f3e-eb69bf101650 +desktopsrule=3 +maximizehoriz=true +maximizehorizrule=3 +maximizevert=true +maximizevertrule=3 +wmclass=mpv +wmclassmatch=1 + [61ac99d4-1393-402e-a721-aa4e923fa948] Description=Settings for Alacritty maximizehoriz=true @@ -54,6 +72,17 @@ maximizevertrule=3 wmclass=Alacritty wmclassmatch=1 +[73948cf0-30b4-4976-917e-ce457b6a3ece] +Description=mpv +desktops=acc1d713-364a-4f6b-9f3e-eb69bf101650 +desktopsrule=3 +maximizehoriz=true +maximizehorizrule=3 +maximizevert=true +maximizevertrule=3 +wmclass=mpv +wmclassmatch=1 + [General] -count=3 -rules=1,2,61ac99d4-1393-402e-a721-aa4e923fa948 +count=4 +rules=1,2,3,4 diff --git a/.config/plasma-org.kde.plasma.desktop-appletsrc b/.config/plasma-org.kde.plasma.desktop-appletsrc index 8cd96a3..3093039 100644 --- a/.config/plasma-org.kde.plasma.desktop-appletsrc +++ b/.config/plasma-org.kde.plasma.desktop-appletsrc @@ -5,22 +5,6 @@ wheel:Vertical;NoModifier=org.kde.switchdesktop [ActionPlugins][1] RightButton;NoModifier=org.kde.contextmenu -[Containments][1] -ItemGeometries-1920x1080= -ItemGeometriesHorizontal= -activityId=0f0ba359-eafe-49f9-8d06-06b1d6a0a96b -formfactor=0 -immutability=1 -lastScreen=0 -location=0 -plugin=org.kde.plasma.folder -wallpaperplugin=org.kde.image - -[Containments][1][General] -ToolBoxButtonState=topcenter -ToolBoxButtonX=559 -ToolBoxButtonY=32 - [Containments][2] activityId= formfactor=2 @@ -35,7 +19,7 @@ immutability=1 plugin=org.kde.plasma.digitalclock [Containments][2][Applets][18][Configuration] -PreloadWeight=70 +PreloadWeight=75 popupHeight=450 popupWidth=396 @@ -75,8 +59,8 @@ plugin=org.kde.plasma.kickoff [Containments][2][Applets][3][Configuration] PreloadWeight=100 -popupHeight=514 -popupWidth=651 +popupHeight=512 +popupWidth=659 [Containments][2][Applets][3][Configuration][General] favoritesPortedToKAstats=true @@ -87,6 +71,19 @@ global=Alt+F1 [Containments][2][Applets][3][Shortcuts] global=Alt+F1 +[Containments][2][Applets][34] +immutability=1 +plugin=org.kde.plasma.weather + +[Containments][2][Applets][34][Configuration] +PreloadWeight=75 +source=wettercom|weather|Dordrecht, Provincie Zuid-Holland, NL|NL0ZH0034;Dordrecht +updateInterval=30 + +[Containments][2][Applets][34][Configuration][ConfigDialog] +DialogHeight=540 +DialogWidth=720 + [Containments][2][Applets][4] immutability=1 plugin=org.kde.plasma.pager @@ -100,15 +97,40 @@ immutability=1 plugin=org.kde.plasma.systemtray [Containments][2][Applets][7][Configuration] -PreloadWeight=85 +PreloadWeight=100 SystrayContainmentId=8 [Containments][2][ConfigDialog] -DialogHeight=84 +DialogHeight=74 DialogWidth=1920 [Containments][2][General] -AppletOrder=3;4;26;24;18;25;6;7;19 +AppletOrder=3;4;26;24;18;34;25;6;7;19 + +[Containments][33] +ItemGeometries-1920x1080= +ItemGeometriesHorizontal= +activityId=fc2a40a5-dc1a-4653-b26b-b869b4191298 +formfactor=0 +immutability=1 +lastScreen=0 +location=0 +plugin=org.kde.desktopcontainment +wallpaperplugin=org.kde.slideshow + +[Containments][33][ConfigDialog] +DialogHeight=1019 +DialogWidth=1920 + +[Containments][33][General] +ToolBoxButtonState=topcenter +ToolBoxButtonX=549 +ToolBoxButtonY=32 + +[Containments][33][Wallpaper][org.kde.slideshow][General] +Image=/home/tyil/pictures/wallpapers/1920x1080/anime/YuruYuri/1386571-yuru_yuri.png +SlideInterval=7200 +SlidePaths=/home/tyil/pictures/wallpapers/1920x1080/ [Containments][8] activityId= @@ -125,6 +147,9 @@ wallpaperplugin=org.kde.image immutability=1 plugin=org.kde.plasma.clipboard +[Containments][8][Applets][10][Configuration] +PreloadWeight=55 + [Containments][8][Applets][11] immutability=1 plugin=org.kde.plasma.devicenotifier @@ -152,6 +177,9 @@ plugin=org.kde.kscreen immutability=1 plugin=org.kde.plasma.volume +[Containments][8][Applets][16][Configuration] +PreloadWeight=65 + [Containments][8][Applets][16][Configuration][General] migrated=true @@ -164,7 +192,7 @@ immutability=1 plugin=org.kde.plasma.networkmanagement [Containments][8][Applets][20][Configuration] -PreloadWeight=60 +PreloadWeight=65 [Containments][8][Applets][21] immutability=1 @@ -177,13 +205,50 @@ plugin=org.kde.plasma.battery [Containments][8][Applets][22][Configuration] PreloadWeight=55 +[Containments][8][Applets][22][Configuration][General] +showPercentage=true + +[Containments][8][Applets][27] +immutability=1 +plugin=org.kde.plasma.pass + +[Containments][8][Applets][27][Configuration] +PreloadWeight=90 + +[Containments][8][Applets][27][Configuration][ConfigDialog] +DialogHeight=540 +DialogWidth=720 + +[Containments][8][Applets][27][Shortcuts] +global=Meta+P + +[Containments][8][Applets][28] +immutability=1 +plugin=org.kde.plasma.printmanager + +[Containments][8][Applets][29] +immutability=1 +plugin=org.kde.plasma.nightcolorcontrol + +[Containments][8][Applets][30] +immutability=1 +plugin=org.kde.plasma.keyboardindicator + +[Containments][8][Applets][33] +immutability=1 +plugin=org.kde.plasma.mediacontroller + +[Containments][8][Applets][35] +immutability=1 +plugin=org.kde.kalendar.contact + [Containments][8][Applets][9] immutability=1 plugin=org.kde.plasma.keyboardlayout [Containments][8][General] -extraItems=org.kde.plasma.bluetooth,org.kde.plasma.keyboardlayout,org.kde.plasma.battery,org.kde.plasma.clipboard,org.kde.plasma.devicenotifier,org.kde.plasma.manage-inputmethod,org.kde.plasma.mediacontroller,org.kde.plasma.notifications,org.kde.kdeconnect,org.kde.kscreen,org.kde.kupapplet,org.kde.plasma.networkmanagement,org.kde.plasma.volume,org.kde.plasma.vault -knownItems=org.kde.plasma.bluetooth,org.kde.plasma.keyboardlayout,org.kde.plasma.battery,org.kde.plasma.clipboard,org.kde.plasma.devicenotifier,org.kde.plasma.manage-inputmethod,org.kde.plasma.mediacontroller,org.kde.plasma.notifications,org.kde.kdeconnect,org.kde.kscreen,org.kde.kupapplet,org.kde.plasma.networkmanagement,org.kde.plasma.volume,org.kde.plasma.vault +extraItems=org.kde.plasma.keyboardlayout,org.kde.plasma.battery,org.kde.plasma.clipboard,org.kde.plasma.devicenotifier,org.kde.plasma.manage-inputmethod,org.kde.plasma.mediacontroller,org.kde.plasma.notifications,org.kde.kscreen,org.kde.plasma.networkmanagement,org.kde.plasma.pass,org.kde.plasma.printmanager,org.kde.plasma.nightcolorcontrol,org.kde.plasma.keyboardindicator,org.kde.plasma.volume,org.kde.kdeconnect,org.kde.kalendar.contact +knownItems=org.kde.plasma.keyboardlayout,org.kde.plasma.battery,org.kde.plasma.clipboard,org.kde.plasma.devicenotifier,org.kde.plasma.manage-inputmethod,org.kde.plasma.mediacontroller,org.kde.plasma.notifications,org.kde.kscreen,org.kde.plasma.networkmanagement,org.kde.plasma.pass,org.kde.plasma.printmanager,org.kde.plasma.nightcolorcontrol,org.kde.plasma.keyboardindicator,org.kde.plasma.volume,org.kde.kdeconnect,org.kde.kalendar.contact [ScreenMapping] itemsOnDisabledScreens= diff --git a/.config/qutebrowser/bookmarks/urls b/.config/qutebrowser/bookmarks/urls index dd63db3..8ea7dfe 100644 --- a/.config/qutebrowser/bookmarks/urls +++ b/.config/qutebrowser/bookmarks/urls @@ -1,2 +1 @@ https://qutebrowser.org/doc/faq.html Frequently asked questions | qutebrowser -https://youtube.alt.tyil.nl/playlist?list=PLQ-7WiWmOuK_e5Gj4rFWiRtC61_sMTg-L ERB SEASON 4 - Invidious diff --git a/.config/qutebrowser/quickmarks b/.config/qutebrowser/quickmarks index e9392eb..623722a 100644 --- a/.config/qutebrowser/quickmarks +++ b/.config/qutebrowser/quickmarks @@ -1 +1,2 @@ blog https://www.tyil.nl/posts/ +youtube https://youtube.alt.tyil.nl/feed/popular diff --git a/.config/shell/sources b/.config/shell/sources index 43a3bb0..0709911 100644 --- a/.config/shell/sources +++ b/.config/shell/sources @@ -2,42 +2,11 @@ # Author: Patrick Spek # License: BSD 3-clause license # -# Apparently tmux likes to unset your PATH variable. As a workaround the PATH -# will be unset completely at the start of this script, then reset using this -# script. This was the only viable method for me to keep my PATH clean -[ "${DEBUG_DOTFILES}" ] && echo "Unsetting PATH" -unset PATH - [ "${DEBUG_DOTFILES}" ] && echo "Setting PATH" # User-local bin dir -PATH="${HOME}/.local/bin" - -# User-level pkgsrc bin dir -PATH="${PATH}:/home/tyil/.pkgsrc/bin" -PATH="${PATH}:/home/tyil/.pkgsrc/sbin" - -# Personal scripts and wrappers -PATH="${PATH}:${HOME}/.config/shell/wrappers.d" - -# Language specific package manager bin dirs -PATH="${PATH}:${HOME}/.local/share/perl6/site/bin" -PATH="${PATH}:${HOME}/.local/share/perl6/vendor/bin" -PATH="${PATH}:${HOME}/.local/share/perl6" -PATH="${PATH}:${HOME}/.pkgsrc/share/perl6/site/bin" -PATH="${PATH}:${HOME}/.pkgsrc/share/perl6/vendor/bin" -PATH="${PATH}:${HOME}/.pkgsrc/share/perl6" -PATH="${PATH}:${HOME}/.cabal/bin" - -# System bin dirs -PATH="${PATH}:/bin" -PATH="${PATH}:/sbin" -PATH="${PATH}:/usr/bin" -PATH="${PATH}:/usr/sbin" -PATH="${PATH}:/usr/local/bin" -PATH="${PATH}:/usr/local/sbin" -PATH="${PATH}:/usr/games/bin" -PATH="${PATH}:/opt/bin" +PATH="$HOME/.config/shell/wrappers.d:$PATH" +PATH="$HOME/.local/bin:$PATH" # snaps were a terrible idea and anyone in favour of them should be ashamed # of themselves -- cgit v1.1