diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/X/alacritty/alacritty.yml | 9 | ||||
-rw-r--r-- | config/X/picom/picom.conf | 5 | ||||
-rwxr-xr-x | config/X/x11/xinitrc | 4 | ||||
-rwxr-xr-x | config/X/xmobar/scripts/winfo | 6 | ||||
-rw-r--r-- | config/X/xmobar/scripts/winfo_icons | 30 | ||||
-rw-r--r-- | config/X/xmobar/xmobarrc.hs | 98 | ||||
-rw-r--r-- | config/X/xmobar/xmobarrc0.hs | 20 | ||||
-rw-r--r-- | config/X/xmobar/xmobarrc1.hs | 149 | ||||
-rwxr-xr-x | config/X/xmonad/autostart/fehbg.sh | 2 | ||||
-rwxr-xr-x | config/X/xmonad/autostart/getvolume.sh | 8 | ||||
-rw-r--r-- | config/X/xmonad/xmonad.hs | 10 | ||||
-rw-r--r-- | config/common/btop/btop.conf (renamed from config/common/btop.conf) | 2 | ||||
-rw-r--r-- | config/common/newsboat/urls | 2 | ||||
-rw-r--r-- | config/essentials/nvim/ftplugin/java.lua | 2 | ||||
-rw-r--r-- | config/essentials/nvim/lua/tlast/remap.lua | 2 | ||||
-rw-r--r-- | config/essentials/zsh/aliases.zsh | 10 | ||||
-rw-r--r-- | config/hyprland/hypr/hyprland.conf | 11 | ||||
-rw-r--r-- | config/xdg/user-dirs.dirs | 8 | ||||
-rw-r--r-- | config/zshrc/.zshrc | 1 |
19 files changed, 163 insertions, 216 deletions
diff --git a/config/X/alacritty/alacritty.yml b/config/X/alacritty/alacritty.yml index 3b29294..475f9a6 100644 --- a/config/X/alacritty/alacritty.yml +++ b/config/X/alacritty/alacritty.yml @@ -67,7 +67,7 @@ window: # # Window opacity as a floating point number from `0.0` to `1.0`. # The value `0.0` is completely transparent and `1.0` is opaque. - opacity: 0.80 + opacity: 0.97 # Startup Mode (changes require restart) # @@ -505,6 +505,13 @@ hints: binding: key: U mods: Control|Shift + - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ + [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" + action: Copy + post_processing: false + binding: + key: L + mods: Control|Shift - regex: "([0-9]{2}[0-9]*)" action: Copy post_processing: false diff --git a/config/X/picom/picom.conf b/config/X/picom/picom.conf index 7de16e4..4a677de 100644 --- a/config/X/picom/picom.conf +++ b/config/X/picom/picom.conf @@ -33,10 +33,7 @@ shadow-exclude = [ # Fading # ################################# -fading = false; - -no-fading-openclose = true; - +fade-delta = 0; ################################# # Transparency / Opacity # diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index c438f1b..3e6679c 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -30,7 +30,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi -picom -b +xcompmgr & setxkbmap -option ctrl:nocaps xautolock -time 5 -locker slock & -exec xmonad +exec dwm diff --git a/config/X/xmobar/scripts/winfo b/config/X/xmobar/scripts/winfo index 033ab49..f60bd7f 100755 --- a/config/X/xmobar/scripts/winfo +++ b/config/X/xmobar/scripts/winfo @@ -45,9 +45,9 @@ GetCWD (){ echo -n "${PROCESS}" \ | sed \ - -e "s;^zsh$;<fn=1></fn>&;g" \ - -e "s;^htop$;<fn=1></fn> &;g" \ - -e "s;^ranger$;<fn=1></fn> &;g" + -e "s;^zsh$;&;g" \ + -e "s;^htop$; &;g" \ + -e "s;^ranger$; &;g" } # Get title of window / name of process diff --git a/config/X/xmobar/scripts/winfo_icons b/config/X/xmobar/scripts/winfo_icons index dbdc3ae..7cfeda0 100644 --- a/config/X/xmobar/scripts/winfo_icons +++ b/config/X/xmobar/scripts/winfo_icons @@ -1,15 +1,15 @@ -<fn=1></fn> alacritty kitty -<fn=1></fn> firefox -<fn=1></fn> minecraft multimc -<fn=1></fn> virt-manager virtualbox rustdesk -<fn=1></fn> mpv -<fn=1>ﭮ</fn> discord -<fn=1></fn> jetbrains-clion -<fn=1></fn> pinentry-gtk-2 -<fn=1></fn> code-oss -<fn=1>響</fn> mumble -<fn=1></fn> soffice libreoffice-writer -<fn=1></fn> steam -<fn=1></fn> packettracer -<fn=1></fn> ktouch -<fn=1></fn> signal + alacritty kitty + firefox + minecraft multimc + virt-manager virtualbox rustdesk + mpv +ﭮ discord + jetbrains-clion + pinentry-gtk-2 + code-oss +響 mumble + soffice libreoffice-writer + steam + packettracer + ktouch + signal diff --git a/config/X/xmobar/xmobarrc.hs b/config/X/xmobar/xmobarrc.hs new file mode 100644 index 0000000..2f18a46 --- /dev/null +++ b/config/X/xmobar/xmobarrc.hs @@ -0,0 +1,98 @@ +Config { font = "Cantarell Mono Regular 12" + , position = Top + -- , borderColor = "#2e3440" + -- , borderWidth = 2 + -- , border = BottomB + , bgColor = "#2e3440" + , fgColor = "#2aa198" + , lowerOnStart = True + , pickBroadest = False + , persistent = False + , hideOnStart = False + , iconRoot = "/home/aluc/.config/xmobar/icons" + , overrideRedirect = True + , wmName = "xmobar2" + , commands = [ Run Cpu [ "-t", "<total>%" + ,"-l", "#2e3440,#58e1ac" + ,"-L", "20" + ,"-n", "#4c566a,#58e1ac" + ,"-h", "#cb4b16,#58e1ac" + ,"-H", "50" + ,"-w", "3" + ] 10 + + , Run Memory ["-t", "<usedratio>%" + ,"-l", "#2e3440,#58e1ac" + ,"-L", "20" + ,"-n", "#4c566a,#58e1ac" + ,"-h", "#cb4b16,#58e1ac" + ,"-H", "50" + ,"-w", "2" + ] 10 + + -- Focused window info + , Run Com "/home/aluc/.config/xmobar/scripts/winfo" ["-n"] "FWname" 3 + , Run Com "/home/aluc/.config/xmobar/scripts/winfo" ["-t"] "FWtitle" 3 + , Run Com "/home/aluc/.config/xmobar/scripts/winfo" ["-i"] "FWicon" 3 + , Run Com "/home/aluc/.config/xmobar/scripts/checkupds" ["-i"] "updates" 3600 + -- , Run ComX "$HOME/bin/cmusP" [] "" "cmus" 1 + , Run Com "uname" ["-r"] "" 36000 + , Run Date " %b %_d %Y - %H:%M:%S" "date" 10 + , Run PipeReader "/home/aluc/.config/xmobar/scripts/volume-pipe" "vol" + , Run StdinReader + ] + , sepChar = "%" + , alignSep = "}{" + + + -- COLORS + -- #2aa198 : Blue/green -- fg + -- + -- #d08770 : pinkish brown -- memory + -- #ff00ff : pink/purple -- swap + -- #828be6 : perrywinkle -- FWname + -- #825be6 : purpley -- FWtitle + -- bgColor = "#2e3440" + -- fgColor = "#2aa198" + -- #58e1ac + + , template = " \ + -- Left + + \<fc=#eceff4>%StdinReader% </fc>\ + + \<fc=#b48ead,#2e3440></fc>\ + \<fc=#2e3440,#b48ead> %uname% </fc>\ + \<fc=#2e3440,#b48ead></fc>\ + + \<fc=#58e1ac,#2e3440></fc>\ + \<fc=#2e3440,#58e1ac> %vol% </fc>\ + \<fc=#2e3440,#58e1ac></fc>\ + + \<fc=#88c0d0,#2e3440></fc>\ + \<fc=#2e3440,#88c0d0><action=`dmenu_run` button=1> Dmenu </action></fc>\ + \<fc=#88c0d0></fc>\ + + + -- Centered + \}\ + + -- Right + \{ \ + + \<fc=#88c0d0,#2e3440></fc>\ + \<fc=#2e3440,#88c0d0> %updates% </fc>\ + \<fc=#88c0d0></fc>\ + + \<fc=#2e3440,#58e1ac></fc>\ + \<fc=#2e3440,#58e1ac> %cpu% </fc>\ + \<fc=#2e3440,#58e1ac>%memory% </fc>\ + \<fc=#58e1ac></fc>\ + + \<fc=#2e3440,#b48ead></fc>\ + \<fc=#2e3440,#b48ead> %date% </fc>\ + \<fc=#b48ead></fc> " + + } + + diff --git a/config/X/xmobar/xmobarrc0.hs b/config/X/xmobar/xmobarrc0.hs deleted file mode 100644 index e3824f2..0000000 --- a/config/X/xmobar/xmobarrc0.hs +++ /dev/null @@ -1,20 +0,0 @@ -Config { font = "xft:Ubuntu Mono:pixelsize=14:style=bold:antialias=true:hinting:=true" - -- Only 1 font, so height automatic - , position = BottomW C 16 - , bgColor = "#2e3440" - , fgColor = "#2aa198" - , lowerOnStart = True - , pickBroadest = False - , persistent = False - , hideOnStart = False - , overrideRedirect = True - , wmName = "xmobar2" - - , commands = [ - Run StdinReader - ] - , sepChar = "%" - , alignSep = "}{" - - , template = "}<fc=#eceff4> %StdinReader% </fc>{"} - diff --git a/config/X/xmobar/xmobarrc1.hs b/config/X/xmobar/xmobarrc1.hs deleted file mode 100644 index a187055..0000000 --- a/config/X/xmobar/xmobarrc1.hs +++ /dev/null @@ -1,149 +0,0 @@ -Config { font = "xft:Ubuntu Mono:pixelsize=14:style=bold:antialias=true:hinting:=true" - , additionalFonts = [ - "xft:Mononoki Nerd Font Mono:style=bold:pixelsize=24:antialias=true:hinting=true", - "xft:Mononoki Nerd Font Mono:style=bold:pixelsize=24:antialias=false:hinting=true" - ] - , position = TopH 24 - , borderColor = "#2e3440" - , borderWidth = 2 - , border = BottomB - , bgColor = "#2e3440" - , fgColor = "#2aa198" - , lowerOnStart = True - , pickBroadest = False - , persistent = False - , hideOnStart = False - , iconRoot = "/home/aluc/.config/xmobar/icons" - , overrideRedirect = True - , commands = [ Run Cpu [ "-t", "<total>%" - ,"-l", "#2e3440,#58e1ac" - ,"-L", "20" - ,"-n", "#4c566a,#58e1ac" - ,"-h", "#cb4b16,#58e1ac" - ,"-H", "50" - ,"-w", "3" - ] 10 - - , Run Memory ["-t", "<usedratio>%" - ,"-l", "#2e3440,#58e1ac" - ,"-L", "20" - ,"-n", "#4c566a,#58e1ac" - ,"-h", "#cb4b16,#58e1ac" - ,"-H", "50" - ,"-w", "2" - ] 10 - - -- Focused window info - , Run Com "/home/aluc/.config/xmobar/scripts/winfo" ["-n"] "FWname" 3 - , Run Com "/home/aluc/.config/xmobar/scripts/winfo" ["-t"] "FWtitle" 3 - , Run Com "/home/aluc/.config/xmobar/scripts/winfo" ["-i"] "FWicon" 3 - , Run Com "/home/aluc/.config/xmobar/scripts/checkupds" ["-i"] "updates" 3600 - -- , Run ComX "$HOME/bin/cmusP" [] "" "cmus" 1 - , Run Com "uname" ["-r"] "" 36000 - , Run Date "<fn=1>\xf073</fn> %b %_d %Y - %H:%M:%S" "date" 10 - , Run PipeReader "/home/aluc/.config/xmobar/scripts/volume-pipe" "vol" - ] - , sepChar = "%" - , alignSep = "}{" - - - -- COLORS - -- #2aa198 : Blue/green -- fg - -- - -- #d08770 : pinkish brown -- memory - -- #ff00ff : pink/purple -- swap - -- #828be6 : perrywinkle -- FWname - -- #825be6 : purpley -- FWtitle - -- bgColor = "#2e3440" - -- fgColor = "#2aa198" - -- #58e1ac - - , template = " \ - -- Left - - \<fc=#b48ead,#2e3440><fn=2></fn></fc>\ - \<fc=#2e3440,#b48ead>\ - \<box type=VBoth width=4 color=#b48ead>\ - \ <fn=1></fn> %uname% \ - \</box>\ - \</fc>\ - \<fc=#2e3440,#b48ead><fn=2></fn></fc>\ - - \<fc=#58e1ac,#2e3440><fn=2></fn></fc>\ - \<fc=#2e3440,#58e1ac>\ - \<box type=VBoth width=4 color=#58e1ac>\ - \ %vol% \ - \</box>\ - \</fc>\ - \<fc=#2e3440,#58e1ac><fn=2></fn></fc>\ - - \<fc=#88c0d0,#2e3440><fn=2></fn></fc>\ - \<fc=#2e3440,#88c0d0>\ - \<box type=VBoth width=4 color=#88c0d0>\ - \<action=`dmenu_run` button=1>\ - \ dmenu \ - \</action>\ - \</box>\ - \</fc>\ - \<fc=#88c0d0><fn=2></fn></fc>\ - - - -- Centered - \}\ - \<fc=#ebcb8b,#2e3440><fn=2></fn></fc>\ - \<fc=#4c566a,#ebcb8b>\ - \<box type=VBoth width=4 color=#ebcb8b>\ - \ %FWicon% \ - \</box>\ - \</fc>\ - \<fc=#4c566a,#ebcb8b>\ - \<box type=VBoth width=4 color=#ebcb8b>\ - \%FWname% \ - \</box>\ - \</fc>\ - \<fc=#b48ead,#ebcb8b>\ - \<box type=VBoth width=4 color=#ebcb8b>\ - \<box type=Bottom width=2 mb=3 color=#b48ead>\ - \%FWtitle%\ - \</box>\ - \</box>\ - \</fc>\ - \<fc=#2e3440,#ebcb8b><fn=2> </fn></fc>\ - \<fc=#ebcb8b,#2e3440><fn=2></fn></fc>\ - - - -- Right - \{ \ - - \<fc=#88c0d0,#2e3440><fn=2></fn></fc>\ - \<fc=#2e3440,#88c0d0>\ - \<box type=VBoth width=4 color=#88c0d0>\ - \ %updates% <fn=1></fn>\ - \</box>\ - \</fc>\ - \<fc=#88c0d0><fn=2></fn></fc>\ - - \<fc=#2e3440,#58e1ac><fn=2></fn></fc>\ - \<fc=#2e3440,#58e1ac>\ - \<box type=VBoth width=4 color=#58e1ac>\ - \ <fn=1></fn>%cpu% \ - \</box>\ - \<fc=#2e3440,#58e1ac>\ - \<box type=VBoth width=4 color=#58e1ac>\ - \%memory% \ - \</box>\ - \</fc>\ - \</fc>\ - \<fc=#58e1ac><fn=2></fn></fc>\ - - \<fc=#2e3440,#b48ead><fn=2></fn></fc>\ - \<fc=#2e3440,#b48ead>\ - \<box type=VBoth width=4 color=#b48ead>\ - \ %date% \ - \</box>\ - \</fc>\ - \<fc=#b48ead><fn=2></fn></fc> " - - } - - diff --git a/config/X/xmonad/autostart/fehbg.sh b/config/X/xmonad/autostart/fehbg.sh index 4b65f3a..f1ef545 100755 --- a/config/X/xmonad/autostart/fehbg.sh +++ b/config/X/xmonad/autostart/fehbg.sh @@ -1,2 +1,2 @@ #!/bin/sh -feh --no-fehbg --bg-scale "$HOME/pictures/Wallpapers/nord/nord_background3.jpg" +feh --no-fehbg --bg-scale "$HOME/pics/wallpaper" diff --git a/config/X/xmonad/autostart/getvolume.sh b/config/X/xmonad/autostart/getvolume.sh index ee2509e..1683db8 100755 --- a/config/X/xmonad/autostart/getvolume.sh +++ b/config/X/xmonad/autostart/getvolume.sh @@ -5,16 +5,16 @@ do muted=$(pamixer --get-mute) if [[ "$muted" == "true" ]] then - icon="<fn=1></fn>" + icon="" elif [ $string -gt 49 ] then - icon="<fn=1></fn>" + icon="" elif [ $string -eq 0 ] then - icon="<fn=1></fn>" + icon="" elif [ $string -lt 50 ] then - icon="<fn=1></fn>" + icon="" fi echo "${string}% $icon" > $HOME/.config/xmobar/scripts/volume-pipe done diff --git a/config/X/xmonad/xmonad.hs b/config/X/xmonad/xmonad.hs index 6d5c139..bc1115d 100644 --- a/config/X/xmonad/xmonad.hs +++ b/config/X/xmonad/xmonad.hs @@ -76,9 +76,6 @@ color05 = "#81a1c1" color09 = "#4c566a" color17 = "#d03a3f" -leftwp = "<box type=Bottom width=2 mb=2 color=" ++ colorfg ++ ">" -rightwp = "</box>" - -- Count of window in active workspace windowCount :: X (Maybe String) windowCount = gets $ Just . show . length . W.integrate' . W.stack . W.workspace . W.current . windowset @@ -189,16 +186,15 @@ myStartupHook = do main = do -- Setup xmobar as docks -- - xmproc0 <- spawnPipe "xmobar $HOME/.config/xmobar/xmobarrc0.hs" - xmproc1 <- spawnPipe "xmobar $HOME/.config/xmobar/xmobarrc1.hs" + xmproc <- spawnPipe "xmobar $HOME/.config/xmobar/xmobarrc.hs" -- ewmh: Add fullscreen handling support xmonad $ docks . ewmh $ defaults { layoutHook = avoidStruts $ layoutHook defaults , logHook = dynamicLogWithPP $ filterOutWsPP ["hid"] $ xmobarPP { - ppOutput = \x -> hPutStrLn xmproc0 x + ppOutput = \x -> hPutStrLn xmproc x - , ppCurrent = xmobarColor colorfg colorbg . wrap leftwp rightwp -- Visible but not current workspace + , ppCurrent = xmobarColor colorfg colorbg -- Visible but not current workspace , ppVisible = xmobarColor colorfg colorbg -- Hidden workspace , ppHidden = xmobarColor color01 colorbg -- Hidden workspaces (no windows) , ppHiddenNoWindows = xmobarColor color04 colorbg -- Title of active window diff --git a/config/common/btop.conf b/config/common/btop/btop.conf index 2e6d928..7affea4 100644 --- a/config/common/btop.conf +++ b/config/common/btop/btop.conf @@ -2,7 +2,7 @@ #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" -color_theme = "Default" +color_theme = "TTY" #* If the theme set background should be shown, set to False if you want terminal background transparency. theme_background = True diff --git a/config/common/newsboat/urls b/config/common/newsboat/urls index e9356fb..cde7674 100644 --- a/config/common/newsboat/urls +++ b/config/common/newsboat/urls @@ -10,6 +10,8 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA https://www.youtube.com/feeds/videos.xml?channel_id=UC7YOGHUfC1Tb6E4pudI9STA https://www.youtube.com/feeds/videos.xml?channel_id=UC5UAwBUum7CPN5buc-_N1Fw +https://www.youtube.com/feeds/videos.xml?channel_id=UCbTp1BYjpuhDRG5OmgIT8iw +https://www.youtube.com/feeds/videos.xml?channel_id=UC_ML5xP23TOWKUcc-oAE_Eg "---REDDIT---" https://www.reddit.com/r/linux.rss https://www.reddit.com/r/danklinuxusers.rss diff --git a/config/essentials/nvim/ftplugin/java.lua b/config/essentials/nvim/ftplugin/java.lua new file mode 100644 index 0000000..bf806b5 --- /dev/null +++ b/config/essentials/nvim/ftplugin/java.lua @@ -0,0 +1,2 @@ +vim.keymap.set("n", "<LocalLeader>t", "<cmd>s/\\(\\s*\\)\\(.*\\)/\\1System.out.println(\\2);<cr><cmd>setlocal nohls<cr>") +vim.keymap.set("i", "<LocalLeader>t", "<cmd>s/\\(\\s*\\)\\(.*\\)/\\1System.out.println(\\2);<cr><cmd>setlocal nohls<cr><esc>A") diff --git a/config/essentials/nvim/lua/tlast/remap.lua b/config/essentials/nvim/lua/tlast/remap.lua index 7215c30..f91f3e5 100644 --- a/config/essentials/nvim/lua/tlast/remap.lua +++ b/config/essentials/nvim/lua/tlast/remap.lua @@ -77,4 +77,4 @@ vim.keymap.set("n", "<Leader><M-s>", "<CMD>source<CR>") vim.keymap.set("n", "<Leader><C-s>", "<CMD>setlocal spell!<CR>") -- open terminal (--working-directory is alacritty specific) -vim.keymap.set("n", "<M-t>", "<CMD>silent !setsid $TERMINAL --working-directory $(dirname `realpath %`)<CR>") +vim.keymap.set("n", "<Return>", "<CMD>silent !setsid $TERMINAL --working-directory $(dirname `realpath %`)<CR>") diff --git a/config/essentials/zsh/aliases.zsh b/config/essentials/zsh/aliases.zsh index 6f0674f..be23181 100644 --- a/config/essentials/zsh/aliases.zsh +++ b/config/essentials/zsh/aliases.zsh @@ -29,7 +29,6 @@ alias ls='exa --icons --sort extension --group-directories-first' alias nv='nvim' alias -g vimp="vim -c 'PlugInstall'" -alias yay='pikaur' alias dopac='doas pacman' alias orpac='pacman -Qtdq | dopac -Rns - 2> /dev/null || echo "No orphans."' alias pacup='dopac -Syu' @@ -39,6 +38,15 @@ alias pacqs='pacman -Qs' alias pacql='pacman -Ql' alias dopacs='dopac -S' alias doprm='dopac -Rns' + +alias yay='pikaur' +alias yayup='yay -Syu' +alias yaysi='yay -Si' +alias yayss='yay -Ss' +alias yayqs='yay -Qs' +alias yayql='yay -Ql' +alias yays='yay -S' +alias yayrm='yay -Rns' # # # ----------------------------------------------------------- diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 58cc4c1..7ae5795 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -1,14 +1,13 @@ - -# See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,auto - +monitor=HDMI-A-1, 1920x1080, 0x0, 1 +monitor=VGA-1, 1920x1080, 1920x0, 1 +monitor=,preferred,auto,1 # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch exec-once = gammastep # exec-once = waybar -exec-once = swaybg -i ~/pictures/nord_background3.jpg +exec-once = swaybg -i ~/pictures/wallpaper # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf @@ -106,8 +105,6 @@ $term = alacritty $mainMod = SUPER bind = $mainMod, Return, exec, $term -bind = $mainMod, U, exec, brightnessctl 10%- -bind = $mainMod, Y, exec, brightnessctl 10%+ bind = $mainMod, C, killactive, bind = $mainMod SHIFT, Q, exit, bind = $mainMod, F, togglefloating, diff --git a/config/xdg/user-dirs.dirs b/config/xdg/user-dirs.dirs new file mode 100644 index 0000000..d5389fd --- /dev/null +++ b/config/xdg/user-dirs.dirs @@ -0,0 +1,8 @@ +XDG_DOCUMENTS_DIR="$HOME/docs" +XDG_DOWNLOAD_DIR="$HOME/dl" +XDG_MUSIC_DIR="$HOME/music" +XDG_PICTURES_DIR="$HOME/pics" +XDG_PUBLICSHARE_DIR="$HOME/" +XDG_VIDEOS_DIR="$HOME/vids" +XDG_DESKTOP_DIR="$HOME/" +XDG_TEMPLATES_DIR="$HOME/" diff --git a/config/zshrc/.zshrc b/config/zshrc/.zshrc index 9e3c5d3..4c72405 100644 --- a/config/zshrc/.zshrc +++ b/config/zshrc/.zshrc @@ -12,6 +12,7 @@ export BROWSER="firefox" export GNUPGHOME="$HOME/.config/gnupg" export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0" +export QT_QPA_PLATFORMTHEME="qt5ct" export PASSWORD_STORE_CLIP_TIME=5 |