diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 31571c4..4d9dc7b 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -292,6 +292,7 @@ windowrule { name = tiled match:class = ^(com-zerenesystems-stacker-gui-MainFrame)$ match:title = (A Ren(.)Py Game) + match:xwayland = 1 float = off } diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index 903dc97..9234a35 100755 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,4 +1,37 @@ -preload = /home/thierry/Nextcloud/InstantUpload/Camera/2021/09/IMG_20210913_142249.jpg -preload= /home/thierry/Pictures/529.png +#preload = /home/thierry/Nextcloud/InstantUpload/Camera/2021/09/IMG_20210913_142249.jpg +#preload= /home/thierry/Pictures/bg/*.* + +#preload = /home/thierry/Pictures/bg/2am\ high\ rise.jpg +#preload = /home/thierry/Pictures/bg/megalopolis.jpg +#preload = /home/thierry/Pictures/bg/7r1dcnkizb811.jpg +#preload = /home/thierry/Pictures/bg/moon\ hi-res.jpg +#preload = /home/thierry/Pictures/bg/Gateway\ - \Conservator\ Walk.jpg +#preload = /home/thierry/Pictures/bg/Quiraing,\ Scotland.jpg +#preload = /home/thierry/Pictures/bg/IMG_20210913_142249.jpg +#preload = /home/thierry/Pictures/bg/Suburbia\ 2044.jpg +#preload = /home/thierry/Pictures/bg/ITSP\ LA\ vibes.jpg +#preload = /home/thierry/Pictures/bg/the\ moon\ craters.jpg +#preload = /home/thierry/Pictures/bg/jupiter\ as\ seen\ by\ the\ Juno\ probe.jpg +#preload = /home/thierry/Pictures/bg/the\ moon.jpg +#preload = /home/thierry/Pictures/bg/love,\ family,\ nature.jpg +#preload = /home/thierry/Pictures/bg/uozufskjxc811.jpg + + +#ipc = off + +#wallpaper = , /home/thierry/Pictures/bg/IMG_20210913_142249.jpg + +wallpaper { + monitor = eDP-1 + path = /home/thierry/Pictures/bg/ + fit_mode = cover + timeout = 240 +} + +wallpaper { + monitor = DP-2 + path = /home/thierry/Pictures/bg/ + fit_mode = cover + timeout = 240 +} -wallpaper = HDMI-A-1, /home/thierry/Nextcloud/InstantUpload/Camera/2021/09/IMG_20210913_142249.jpg diff --git a/.config/nvim/plugin/packer_compiled.lua b/.config/nvim/plugin/packer_compiled.lua index d285601..f3ded16 100644 --- a/.config/nvim/plugin/packer_compiled.lua +++ b/.config/nvim/plugin/packer_compiled.lua @@ -49,8 +49,8 @@ local function save_profiles(threshold) end time([[Luarocks path setup]], true) -local package_path_str = "/home/thierry/.cache/nvim/packer_hererocks/2.1.1753364724/share/lua/5.1/?.lua;/home/thierry/.cache/nvim/packer_hererocks/2.1.1753364724/share/lua/5.1/?/init.lua;/home/thierry/.cache/nvim/packer_hererocks/2.1.1753364724/lib/luarocks/rocks-5.1/?.lua;/home/thierry/.cache/nvim/packer_hererocks/2.1.1753364724/lib/luarocks/rocks-5.1/?/init.lua" -local install_cpath_pattern = "/home/thierry/.cache/nvim/packer_hererocks/2.1.1753364724/lib/lua/5.1/?.so" +local package_path_str = "/home/thierry/.cache/nvim/packer_hererocks/2.1.1765228720/share/lua/5.1/?.lua;/home/thierry/.cache/nvim/packer_hererocks/2.1.1765228720/share/lua/5.1/?/init.lua;/home/thierry/.cache/nvim/packer_hererocks/2.1.1765228720/lib/luarocks/rocks-5.1/?.lua;/home/thierry/.cache/nvim/packer_hererocks/2.1.1765228720/lib/luarocks/rocks-5.1/?/init.lua" +local install_cpath_pattern = "/home/thierry/.cache/nvim/packer_hererocks/2.1.1765228720/lib/lua/5.1/?.so" if not string.find(package.path, package_path_str, 1, true) then package.path = package.path .. ';' .. package_path_str end diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 6bc6966..4bffde3 100755 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -47,11 +47,11 @@ window#waybar { color: #fdf6e3; } #workspaces button.visible{ - color: @red; + color: red; /*border-bottom: 2px dotted red;*/ } #workspaces button.empty{ - color: @white; + color: white; /*border-bottom: 2px dotted white;*/ }