Added sunshine
This commit is contained in:
@@ -33,9 +33,6 @@ set $urgent-bg-color #E53935
|
||||
exec_always export hostname="$(cat /etc/hostname)" && ~/.config/screenlayout/apply-screen-layout.sh
|
||||
exec_always export hostname="$(cat /etc/hostname)" && ~/.config/keyboard/apply-keyboard-layout.sh
|
||||
|
||||
|
||||
|
||||
|
||||
set $mod Mod4
|
||||
|
||||
font pango:DejaVu 14
|
||||
@@ -273,6 +270,13 @@ for_window [title="RuneLite.*"] floating enable
|
||||
for_window [title="RuneLite.*"] border none
|
||||
for_window [title="RuneLite.*"] resize set width 2440 px height 1420 px
|
||||
|
||||
for_window [class="steam"] \
|
||||
fullscreen disable; \
|
||||
floating enable; \
|
||||
border pixel 0; \
|
||||
resize set $display_w $display_h; \
|
||||
move absolute position 0 0; \
|
||||
|
||||
# Assigning application to workspaces
|
||||
## 1: is reserved for whatever
|
||||
## 2: Social
|
||||
@@ -302,6 +306,8 @@ input "type:pointer" {
|
||||
pointer_accel 0
|
||||
}
|
||||
|
||||
# NOTE: Screens are managed by apply-screen-layout.sh
|
||||
|
||||
## Run secondary sceen in 1080p
|
||||
# output HDMI-A-3 mode 3440x1440@99.99Hz pos 1080 237 bg /home/wholteza/.config/feh/wallpaper.png fit #1b1f28
|
||||
# output DP-2 mode 1920x1080 pos 0 0 transform 270 bg /home/wholteza/.config/feh/wallpaper.png fit #1b1f28
|
||||
@@ -310,9 +316,13 @@ input "type:pointer" {
|
||||
#output HDMI-A-3 mode 2560x1440@99.99Hz pos 1440 475 bg /home/wholteza/.config/feh/wallpaper.png fit #1b1f28
|
||||
|
||||
## Main setup with ultrawide and portrait secondary screen
|
||||
output HDMI-A-3 mode 3440x1440@99.99Hz pos 1440 475 bg /home/wholteza/.config/feh/wallpaper.png fit #1b1f28
|
||||
output DP-2 mode 2560x1440 pos 0 0 transform 270 bg /home/wholteza/.config/feh/wallpaper.png fit #1b1f28
|
||||
#output HDMI-A-3 mode 3440x1440@99.99Hz pos 1440 475 bg /home/wholteza/.config/feh/wallpaper.png fit #1b1f28
|
||||
#output DP-2 mode 2560x1440 pos 0 0 transform 270 bg /home/wholteza/.config/feh/wallpaper.png fit #1b1f28
|
||||
|
||||
## Main
|
||||
##output HDMI-A-3 mode 3440x1440@99.99Hz bg /home/wholteza/.config/feh/wallpaper.png fit #1b1f28
|
||||
|
||||
# Autostart applications
|
||||
exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id bitwarden-desktop
|
||||
exec --no-startup-id sunshine
|
||||
|
||||
Reference in New Issue
Block a user