Updated Desktop dotfiles
This commit is contained in:
@@ -111,7 +111,7 @@ set $ws8 "8"
|
||||
set $ws9 "9"
|
||||
set $ws10 "10"
|
||||
|
||||
set $MonitorA "DP-1"
|
||||
set $MonitorA "DP-2"
|
||||
set $MonitorB "HDMI-A-1"
|
||||
|
||||
# switch to workspace
|
||||
@@ -203,7 +203,7 @@ bindsym $mod+Shift+c reload
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
bindsym $mod+Shift+r restart
|
||||
# exit i3 (logs you out of your X session)
|
||||
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'"
|
||||
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
|
||||
|
||||
# resize window (you can also use the mouse for that)
|
||||
mode "resize" {
|
||||
@@ -262,8 +262,10 @@ bar {
|
||||
bindsym $mod+space exec rofi --no-startup-id -show drun
|
||||
|
||||
# Set Monitors
|
||||
output DP-1 mode 3440x1440@144Hz pos 0 0 scale 1
|
||||
output HDMI-A-1 mode 1920x1080@75Hz pos 3440 0
|
||||
output DP-2 mode 3440x1440@144Hz pos 1920 0 scale 1
|
||||
output HDMI-A-1 mode 1920x1080@75Hz pos 0 0
|
||||
exec swaybg -o DP-2 -i /home/eesim/Pictures/Wallpapers/wallpaper_scaled_distorted.png
|
||||
exec swaybg -o HDMI-A-1 -i /home/eesim/Pictures/169Wallpaper.png
|
||||
|
||||
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
@@ -275,15 +277,11 @@ exec --no-startup-id wayland-pipewire-idle-inhibit
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec --no-startup-id protonmail-bridge
|
||||
exec --no-startup-id swayidle -w \
|
||||
timeout 20 'swaymsg "output * dpms off"' \
|
||||
timeout 600 'swaymsg "output * dpms off"' \
|
||||
resume '/home/eesim/Scripts/ResumeMonitor.sh'
|
||||
|
||||
exec vorta
|
||||
exec MOZ_ENABLE_WAYLAND=1 firefox
|
||||
exec vesktop --enable-features=WebRTCPipeWireCapturer
|
||||
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
|
||||
exec sleep 0.2 && swww init
|
||||
|
||||
exec sleep 0.3 && swww img -o DP-1 /home/eesim/Pictures/UWWallpaper.png
|
||||
exec sleep 0.3 && swww img -o HDMI-A-1 /home/eesim/Pictures/169Wallpaper.png
|
||||
exec sleep 20 && vesktop --enable-features=WebRTCPipeWireCapturer
|
||||
|
||||
Reference in New Issue
Block a user