This commit is contained in:
Stephan Raabe 2023-09-01 12:05:42 +02:00
parent 21d263bbea
commit 8b2a565384
3 changed files with 16 additions and 4 deletions

View File

@ -34,6 +34,7 @@ alias shotsel='scrot -s'
alias wifi='nmtui'
alias od='~/private/onedrive.sh'
alias rw='~/dotfiles/waybar/reload.sh'
alias winclass="xprop | grep 'CLASS'"
# Window Managers

View File

@ -56,7 +56,7 @@ input {
# General window layout and colors
# -----------------------------------------------------
general {
gaps_in = 7
gaps_in = 10
gaps_out = 14
border_size = 3
col.active_border = $color11
@ -127,6 +127,9 @@ device:epic-mouse-v1 {
# -----------------------------------------------------
windowrule = tile,^(Brave-browser)$
windowrule = tile,^(Chromium)$
windowrule = float,^(pavucontrol)$
windowrule = float,^(blueman-manager)$
# -----------------------------------------------------
# Key bindings

View File

@ -9,11 +9,19 @@
// -----------------------------------------------------
//
{
// General Settings
"layer": "top",
"height": 16,
// Position TOP
"position": "top",
"margin-top": 14,
"margin-bottom": 0,
// Position BOTTOM
// "position": "bottom",
// "margin-bottom": 14,
// "margin-top": 0,
// General Settings
"layer": "top",
"height": 16,
"margin-left": 0,
"margin-right": 0,
"spacing": 0,