Browse Source

dwm and xinit edited according to qtpass

main
Yigit Colakoglu 4 years ago
parent
commit
7ab43463a6
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      config/X11/xinitrc
  2. +1
    -0
      suckless/dwm/rules.h

+ 1
- 1
config/X11/xinitrc View File

@ -64,7 +64,7 @@ xset dpms 600 600 600
$BROWSER & $BROWSER &
#bitwarden-desktop &
pass 2> /dev/null > /dev/null && qtpass &
touch ~/.cache/dwm-restart touch ~/.cache/dwm-restart
while [ -f /home/yigit/.cache/dwm-restart ]; while [ -f /home/yigit/.cache/dwm-restart ];


+ 1
- 0
suckless/dwm/rules.h View File

@ -11,6 +11,7 @@ static const Rule rules[] = {
RULE(.class = "firefox", .tags = 1 << 1) RULE(.class = "firefox", .tags = 1 << 1)
RULE(.class = "tabbed-surf", .tags = 1 << 1) RULE(.class = "tabbed-surf", .tags = 1 << 1)
RULE(.class = "bitwarden", .tags = 1 << 6) RULE(.class = "bitwarden", .tags = 1 << 6)
RULE(.class = "QtPass", .tags = 1 << 6)
RULE(.class = "Bitwarden", .tags = 1 << 6) RULE(.class = "Bitwarden", .tags = 1 << 6)
RULE(.class = "Mailspring", .tags = 1 << 7) RULE(.class = "Mailspring", .tags = 1 << 7)
RULE(.class = "Thunderbird", .tags = 1 << 7) RULE(.class = "Thunderbird", .tags = 1 << 7)


Loading…
Cancel
Save