Compare commits
11 Commits
main
...
66c7a56a8e
| Author | SHA1 | Date | |
|---|---|---|---|
| 66c7a56a8e | |||
| d13b8756c9 | |||
| 83728cdbe5 | |||
| 3e1474040d | |||
| 2feb840a52 | |||
| 804814759f | |||
| c3a27811d6 | |||
| 7b41b56eb3 | |||
| 6cb39349f3 | |||
| 95fb8abed6 | |||
| e52463c1a8 |
@@ -37,6 +37,21 @@ output "eDP-1" {
|
|||||||
position x=0 y=0
|
position x=0 y=0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Main Screen
|
||||||
|
output "DP-2" {
|
||||||
|
mode "2560x1440@180.002"
|
||||||
|
scale 1
|
||||||
|
transform "normal"
|
||||||
|
position x=0 y=0
|
||||||
|
}
|
||||||
|
|
||||||
|
// Secondary Screen
|
||||||
|
output "DP-1" {
|
||||||
|
mode "2560x1440@59.951"
|
||||||
|
scale 1
|
||||||
|
transform "normal"
|
||||||
|
position x=2560 y=140
|
||||||
|
}
|
||||||
|
|
||||||
gestures {
|
gestures {
|
||||||
hot-corners {
|
hot-corners {
|
||||||
@@ -240,6 +255,16 @@ window-rule {
|
|||||||
match app-id=r#"org.quickshell$"#
|
match app-id=r#"org.quickshell$"#
|
||||||
open-floating false
|
open-floating false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Custom window rules
|
||||||
|
window-rule {
|
||||||
|
match app-id="vesktop"
|
||||||
|
match app-id="Ferdium"
|
||||||
|
|
||||||
|
open-on-output "DP-1"
|
||||||
|
default-column-width { proportion 1.0; }
|
||||||
|
}
|
||||||
|
|
||||||
debug {
|
debug {
|
||||||
honor-xdg-activation-with-invalid-serial
|
honor-xdg-activation-with-invalid-serial
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ alias girlboss="sudo"
|
|||||||
alias vialias="nvim $HOME/.oh-my-zsh/custom/aliases.zsh"
|
alias vialias="nvim $HOME/.oh-my-zsh/custom/aliases.zsh"
|
||||||
|
|
||||||
alias update-grub="sudo grub-mkconfig -o /boot/grub/grub.cfg"
|
alias update-grub="sudo grub-mkconfig -o /boot/grub/grub.cfg"
|
||||||
|
alias update-submodules="git submodules update --recursive --init"
|
||||||
|
|
||||||
#############
|
#############
|
||||||
## Scripts ##
|
## Scripts ##
|
||||||
|
|||||||
Reference in New Issue
Block a user