Updates
This commit is contained in:
parent
21d263bbea
commit
8b2a565384
1
.bashrc
1
.bashrc
@ -34,6 +34,7 @@ alias shotsel='scrot -s'
|
|||||||
alias wifi='nmtui'
|
alias wifi='nmtui'
|
||||||
alias od='~/private/onedrive.sh'
|
alias od='~/private/onedrive.sh'
|
||||||
alias rw='~/dotfiles/waybar/reload.sh'
|
alias rw='~/dotfiles/waybar/reload.sh'
|
||||||
|
alias winclass="xprop | grep 'CLASS'"
|
||||||
|
|
||||||
# Window Managers
|
# Window Managers
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ input {
|
|||||||
# General window layout and colors
|
# General window layout and colors
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
general {
|
general {
|
||||||
gaps_in = 7
|
gaps_in = 10
|
||||||
gaps_out = 14
|
gaps_out = 14
|
||||||
border_size = 3
|
border_size = 3
|
||||||
col.active_border = $color11
|
col.active_border = $color11
|
||||||
@ -127,6 +127,9 @@ device:epic-mouse-v1 {
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
windowrule = tile,^(Brave-browser)$
|
windowrule = tile,^(Brave-browser)$
|
||||||
windowrule = tile,^(Chromium)$
|
windowrule = tile,^(Chromium)$
|
||||||
|
windowrule = float,^(pavucontrol)$
|
||||||
|
windowrule = float,^(blueman-manager)$
|
||||||
|
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Key bindings
|
# Key bindings
|
||||||
|
@ -9,11 +9,19 @@
|
|||||||
// -----------------------------------------------------
|
// -----------------------------------------------------
|
||||||
//
|
//
|
||||||
{
|
{
|
||||||
// General Settings
|
// Position TOP
|
||||||
"layer": "top",
|
"position": "top",
|
||||||
"height": 16,
|
|
||||||
"margin-top": 14,
|
"margin-top": 14,
|
||||||
"margin-bottom": 0,
|
"margin-bottom": 0,
|
||||||
|
|
||||||
|
// Position BOTTOM
|
||||||
|
// "position": "bottom",
|
||||||
|
// "margin-bottom": 14,
|
||||||
|
// "margin-top": 0,
|
||||||
|
|
||||||
|
// General Settings
|
||||||
|
"layer": "top",
|
||||||
|
"height": 16,
|
||||||
"margin-left": 0,
|
"margin-left": 0,
|
||||||
"margin-right": 0,
|
"margin-right": 0,
|
||||||
"spacing": 0,
|
"spacing": 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user