ehhhhhhhhh
This commit is contained in:
parent
dde40c5adf
commit
57140f0420
|
@ -338,7 +338,7 @@
|
|||
:geometry (geometry
|
||||
:x "15px"
|
||||
:y "3px"
|
||||
:width "100%"
|
||||
:width "80%"
|
||||
:height "50px"
|
||||
:anchor "bottom center")
|
||||
:stacking "fg"
|
||||
|
|
|
@ -2,4 +2,5 @@ preload = ~/Pictures/wallpapers/nixorange.jpeg
|
|||
wallpaper = DP-2,~/Pictures/wallpapers/nixorange.jpeg
|
||||
wallpaper = HDMI-A-1,~/Pictures/wallpapers/nixorange.jpeg
|
||||
wallpaper = DP-3,~/Pictures/wallpapers/nixorange.jpeg
|
||||
wallpaper = DP-1,~/Pictures/wallpapers/nixorange.jpeg
|
||||
wallpaper = eDP-1,~/Pictures/wallpapers/nixorange.jpeg
|
|
@ -84,8 +84,8 @@ with lib;
|
|||
enable = true;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "hyprland";
|
||||
# command = "dbus-run-session startplasma-wayland";
|
||||
# command = "hyprland";
|
||||
command = "dbus-run-session startplasma-wayland";
|
||||
user = "chris";
|
||||
};
|
||||
default_session = {
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
osc=no
|
||||
vo=gpu
|
||||
af=scaletempo2
|
||||
autofit=4000x2800
|
||||
# autofit=4000x2800
|
||||
# autofit=2000x1700
|
||||
geometry=50%:50%
|
||||
# geometry=50%:50%
|
||||
# input-ipc-server="/tmp/mpvsocket"
|
||||
hwdec=auto
|
||||
rtsp-transport=udp
|
||||
|
|
|
@ -5,25 +5,12 @@ windows=($string)
|
|||
|
||||
for i in "${windows[@]}"
|
||||
do
|
||||
echo $i
|
||||
if [ $(hostname) = "syl" ]; then
|
||||
|
||||
if [[ $i = '*bar0' ]]; then
|
||||
eww close bar0
|
||||
return
|
||||
else
|
||||
eww open bar0
|
||||
fi
|
||||
|
||||
else
|
||||
if [[ $i = '*bar1' ]]; then
|
||||
eww close bar1
|
||||
return
|
||||
else
|
||||
eww open bar1
|
||||
fi
|
||||
fi
|
||||
|
||||
done
|
||||
|
||||
|
||||
|
|
|
@ -13,10 +13,10 @@
|
|||
monitor=eDP-1,2256x1504@60,0x0,1.5
|
||||
workspace=eDP-1,1
|
||||
monitor=HDMI-A-1,preferred,0x0,1
|
||||
monitor=DP-3,preferred,2680x0,1.5
|
||||
monitor=DP-1,preferred,2680x0,1.5
|
||||
monitor=DP-2,preferred,1600x0,1
|
||||
workspace=DP-2,2
|
||||
workspace=DP-3,1
|
||||
workspace=DP-1,1
|
||||
workspace=HDMI-A-1,3
|
||||
monitor=DP-2,transform,1
|
||||
|
||||
|
@ -211,7 +211,7 @@
|
|||
# blurls=notifications
|
||||
|
||||
exec-once = /home/chris/bin/startup.sh
|
||||
exec-once = hyprpaper
|
||||
exec-once = swww img /home/chris/Pictures/wallpapers/nixorange.webp -t grow --transition-bezier .14,0,.14,.99
|
||||
exec-once = dunst
|
||||
exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
||||
exec-once = dbus-update-activation-environment --systemd --all
|
||||
|
|
Loading…
Reference in a new issue