Add cottage setup for framework
This commit is contained in:
parent
9a03bb684b
commit
ff9b012217
4 changed files with 40 additions and 6 deletions
23
eww/eww.yuck
23
eww/eww.yuck
|
@ -234,4 +234,25 @@
|
|||
:exclusive true
|
||||
:focusable false
|
||||
(laptop_bar))
|
||||
|
||||
(defwindow laptop_left
|
||||
:monitor 1
|
||||
:geometry (geometry :x "0px"
|
||||
:y "4px"
|
||||
:width "2552px"
|
||||
:height "24px"
|
||||
:anchor "top center")
|
||||
:stacking "fg"
|
||||
:exclusive true
|
||||
:focusable false
|
||||
(laptop_bar))
|
||||
(defwindow laptop_right
|
||||
:monitor 2
|
||||
:geometry (geometry :x "0px"
|
||||
:y "4px"
|
||||
:width "1912px"
|
||||
:height "24px"
|
||||
:anchor "top center")
|
||||
:stacking "fg"
|
||||
:exclusive true
|
||||
:focusable false
|
||||
(laptop_bar))
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
monitor = DP-3, 1920x1080@60, -4480x0, 1
|
||||
monitor = DP-2, 2560x1440@100, -2560x0, 1
|
||||
monitor = eDP-1, 2880x1920@120, 0x0, 1.5
|
||||
monitor = DP-2, 1920x1080@60, -1920x0, 1
|
||||
|
||||
decoration {
|
||||
blur {
|
||||
|
@ -31,6 +32,13 @@ gestures {
|
|||
workspace_swipe_cancel_ratio = 0.1
|
||||
}
|
||||
|
||||
workspace = 1, monitor:eDP-1, default:true
|
||||
workspace = 2, monitor:eDP-1,
|
||||
workspace = 3, monitor:eDP-1,
|
||||
workspace = 1, monitor:DP-3, default:true
|
||||
workspace = 2, monitor:DP-2, default:true
|
||||
workspace = 3, monitor:eDP-1, default:true
|
||||
workspace = 4, monitor:DP-3
|
||||
workspace = 5, monitor:DP-2
|
||||
workspace = 6, monitor:eDP-1
|
||||
workspace = 7, monitor:DP-3
|
||||
workspace = 8, monitor:DP-2
|
||||
workspace = 9, monitor:eDP-1
|
||||
workspace = 10, monitor:DP-3
|
||||
|
|
|
@ -30,7 +30,7 @@ listener {
|
|||
}
|
||||
|
||||
listener {
|
||||
timeout = 330
|
||||
timeout = 600
|
||||
on-timeout = systemctl suspend
|
||||
}
|
||||
{% endif %}
|
||||
|
|
|
@ -74,6 +74,11 @@ device {
|
|||
#sensitivity = -0.9157894737 # Rough calc for max DPI - issues exist
|
||||
}
|
||||
|
||||
device {
|
||||
name = logitech-usb-receiver-mouse
|
||||
sensitivity = 0.0
|
||||
}
|
||||
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
windowrulev2 = opacity 1.0 0.9, class:.*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue