diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-20 11:45:19 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-20 11:45:19 +0200 |
commit | ecca3740145157b468064258974f505cc5c6771b (patch) | |
tree | 2654bb62183e3af3b2023ad8a4d9c708eee80d1e /config | |
parent | d9cc15bce788c57789982a0da10fd5720b93d412 (diff) | |
parent | cd7abd1c2a045f6b824fdcad864693b85cd84d61 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config')
-rwxr-xr-x | config/X/x11/xinitrc | 1 | ||||
-rw-r--r-- | config/home/.zshenv | 2 | ||||
-rw-r--r-- | config/hyprland/hypr/env.conf | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index 5f595b1..4eb34ed 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -19,6 +19,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi export MENUCMD="dmenu" +export IMAGE="feh" xcompmgr & feh --no-fehbg --bg-scale ~/pics/wallpaper setxkbmap -option ctrl:nocaps diff --git a/config/home/.zshenv b/config/home/.zshenv index 6edfce8..32c92f4 100644 --- a/config/home/.zshenv +++ b/config/home/.zshenv @@ -3,6 +3,8 @@ export EDITOR="nvim" export VISUAL="nvim" export BROWSER="firefox" +export VIEWER="zathura" +export PLAYER="mpv" export XDG_CONFIG_HOME="$HOME"/.config export XDG_CACHE_HOME="$HOME"/.cache diff --git a/config/hyprland/hypr/env.conf b/config/hyprland/hypr/env.conf index f7ff6b9..5c4f56a 100644 --- a/config/hyprland/hypr/env.conf +++ b/config/hyprland/hypr/env.conf @@ -28,6 +28,7 @@ env = CLUTTER_BACKEND,wayland env = TERMINAL,foot env = MENUCMD,tofi +env = IMAGE,imv # # nvidia # env = LIBVA_DRIVER_NAME,nvidia |