Updated Desktop dotfiles
This commit is contained in:
@@ -36,7 +36,7 @@ bindsym $mod+Return exec alacritty
|
||||
bindsym $mod+Control+f exec MOZ_ENABLE_WAYLAND=1 firefox
|
||||
bindsym $mod+Control+s exec steam
|
||||
bindsym $mod+Control+t exec thunar
|
||||
bindsym $mod+Control+d exec discord
|
||||
bindsym $mod+Control+d exec vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-features=WebRTCPipeWireCapturer
|
||||
bindsym $mod+Control+x exec strawberry
|
||||
bindsym $mod+Control+q exec qbittorrent
|
||||
bindsym $mod+Control+h exec helvum
|
||||
@@ -152,12 +152,17 @@ workspace $ws10 output $MonitorB
|
||||
set $opacity 0.9
|
||||
for_window [app_id="de.shorsh.discord-screenaudio"] opacity $opacity
|
||||
for_window [class="discord"] opacity $opacity
|
||||
for_window [class="vesktop"] opacity &opacity
|
||||
for_window [app_id="Alacritty"] opacity $opacity
|
||||
|
||||
for_window [class="gamescope"] fullscreen
|
||||
for_window [app_id="gamescope"] fullscreen
|
||||
for_window [app_id="mpv"] fullscreen
|
||||
|
||||
|
||||
for_window [app_id="relm4.test.simple"] floating enable
|
||||
|
||||
|
||||
# Workspace 1
|
||||
|
||||
# Workspace 2
|
||||
@@ -208,16 +213,16 @@ mode "resize" {
|
||||
# Pressing right will grow the window’s width.
|
||||
# Pressing up will shrink the window’s height.
|
||||
# Pressing down will grow the window’s height.
|
||||
bindsym h resize shrink width 10 px
|
||||
bindsym j resize grow height 10 px
|
||||
bindsym k resize shrink height 10 px
|
||||
bindsym l resize grow width 10 px
|
||||
bindsym h resize shrink width 20 px
|
||||
bindsym j resize grow height 20 px
|
||||
bindsym k resize shrink height 20 px
|
||||
bindsym l resize grow width 20 px
|
||||
|
||||
# same bindings, but for the arrow keys
|
||||
bindsym Left resize shrink width 10 px
|
||||
bindsym Down resize grow height 10 px
|
||||
bindsym Up resize shrink height 10 px
|
||||
bindsym Right resize grow width 10 px
|
||||
bindsym Left resize shrink width 20 px
|
||||
bindsym Down resize grow height 20 px
|
||||
bindsym Up resize shrink height 20 px
|
||||
bindsym Right resize grow width 20 px
|
||||
|
||||
# back to normal: Enter or Escape or $mod+r
|
||||
bindsym Return mode "default"
|
||||
@@ -262,17 +267,18 @@ output HDMI-A-1 mode 1920x1080@75Hz pos 3440 0
|
||||
|
||||
|
||||
exec --no-startup-id openrgb --startminimized
|
||||
exec --no-startup-id sway-audio-idle-inhibit
|
||||
exec --no-startup-id ydotoold
|
||||
exec --no-startup-id easyeffects --gapplication-service
|
||||
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 300 'swaymsg "output * dpms off"' \
|
||||
resume '/home/eesim/Scripts/ResumeMonitor.sh'
|
||||
|
||||
exec vorta
|
||||
exec MOZ_ENABLE_WAYLAND=1 firefox
|
||||
exec discord
|
||||
exec vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-features=WebRTCPipeWireCapturer
|
||||
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
|
||||
exec sleep 0.2 && swww init
|
||||
|
||||
Reference in New Issue
Block a user