Compare commits
4 Commits
acf5fdbede
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 459c8af749 | |||
| c3efac0c51 | |||
| d2a5712eff | |||
| 4ab406f7b7 |
1
.config/brave-flags.conf
Normal file
1
.config/brave-flags.conf
Normal file
@@ -0,0 +1 @@
|
||||
--enable-features=AcceleratedVideoDecodeLinuxGL,AcceleratedVideoEncoder,VaapiVideoDecoder,VaapiIgnoreDriverChecks,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE
|
||||
@@ -1,6 +1,12 @@
|
||||
# __ _ _ __ _ __ ___ __ _ _ __ __ _ _ __ ___ ___
|
||||
# / _` | '_ \| '_ \ / _ \/ _` | '__/ _` | '_ \ / __/ _ \
|
||||
# | (_| | |_) | |_) | __/ (_| | | | (_| | | | | (_| __/
|
||||
# \__,_| .__/| .__/ \___|\__,_|_| \__,_|_| |_|\___\___|
|
||||
# | | | |
|
||||
# |_| |_|
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
rounding_power = 2
|
||||
rounding = 0
|
||||
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
@@ -13,7 +19,5 @@ decoration {
|
||||
enabled = true
|
||||
size = 6
|
||||
passes = 2
|
||||
|
||||
noise = 0.025
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
# _ _
|
||||
# (_) |
|
||||
# _ __ ___ ___ _ __ _| |_ ___ _ __ ___
|
||||
# | '_ ` _ \ / _ \| '_ \| | __/ _ \| '__/ __|
|
||||
# | | | | | | (_) | | | | | || (_) | | \__ \
|
||||
# |_| |_| |_|\___/|_| |_|_|\__\___/|_| |___/
|
||||
|
||||
monitor=,preferred,auto,1
|
||||
monitor=eDP-1,preferred,auto,1.25
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
##############################
|
||||
### WINDOWS AND WORKSPACES ###
|
||||
##############################
|
||||
# _ _ _
|
||||
# (_) | | | |
|
||||
# __ ___ _ __ __| | _____ ___ __ _ _| | ___ ___
|
||||
# \ \ /\ / / | '_ \ / _` |/ _ \ \ /\ / / '__| | | | |/ _ \/ __|
|
||||
# \ V V /| | | | | (_| | (_) \ V V /| | | |_| | | __/\__ \
|
||||
# \_/\_/ |_|_| |_|\__,_|\___/ \_/\_/ |_| \__,_|_|\___||___/
|
||||
#
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrule = suppressevent maximize, class:.*
|
||||
@@ -8,7 +12,9 @@ windowrule = suppressevent maximize, class:.*
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
|
||||
windowrule = noblur, class:negative:^(Alacritty)$
|
||||
windowrule = noblur, class:negative:^(Alacritty|vscodium)$
|
||||
windowrule = opacity 0.8, class:^(vscodium)$
|
||||
windowrule = scrolltouchpad 0.2 override, class:^(brave-browser)$
|
||||
|
||||
windowrule = float,class:^(org.telegram.desktop)$
|
||||
windowrule = float,class:^(nemo)$
|
||||
@@ -16,3 +22,10 @@ windowrule = float,class:^(engrampa)$
|
||||
windowrule = float,class:^(viewnior)$
|
||||
windowrule = float,class:^(PortProton)$
|
||||
|
||||
# Smart gaps
|
||||
#workspace = w[tv1], gapsout:0, gapsin:0
|
||||
#workspace = f[1], gapsout:0, gapsin:0
|
||||
#windowrule = bordersize 0, floating:0, onworkspace:w[tv1]
|
||||
#windowrule = rounding 0, floating:0, onworkspace:w[tv1]
|
||||
#windowrule = bordersize 0, floating:0, onworkspace:f[1]
|
||||
#windowrule = rounding 0, floating:0, onworkspace:f[1]
|
||||
|
||||
Reference in New Issue
Block a user