Browse Source

Update workspace names

master
Riyyi 5 years ago
parent
commit
54dc72df20
  1. 8
      .config/bspwm/bspwmrc
  2. 20
      .config/xorg/Xresources

8
.config/bspwm/bspwmrc

@ -34,15 +34,15 @@ bspc config pointer_modifier mod4
$HOME/.scripts/wm/desktops.sh $HOME/.scripts/wm/desktops.sh
# Open program on specific desktop # Open program on specific desktop
bspc rule -a Firefox desktop="^$WS1" bspc rule -a firefox desktop="$WS1"
bspc rule -a Thunar desktop="^$WS4" bspc rule -a Thunar desktop="$WS3"
bspc rule -a krita desktop="^$WS5" follow=on bspc rule -a krita desktop="$WS5" follow=on
# Set program properties # Set program properties
bspc rule -a Arandr state=floating bspc rule -a Arandr state=floating
bspc rule -a Bar layer=above bspc rule -a Bar layer=above
bspc rule -a feh state=floating bspc rule -a feh state=floating
bspc rule -a Firefox:Places state=floating bspc rule -a firefox:Places state=floating
bspc rule -a Lxappearance state=floating bspc rule -a Lxappearance state=floating
bspc rule -a mpv state=floating center=on bspc rule -a mpv state=floating center=on
bspc rule -a Pavucontrol state=floating bspc rule -a Pavucontrol state=floating

20
.config/xorg/Xresources

@ -37,16 +37,16 @@ WmColor.fgcolor: #ffffff
WmColor.fgcolor_Inactive: #676e7d WmColor.fgcolor_Inactive: #676e7d
! WM workspace names ! WM workspace names
WmWorkSpace.ws1: 1 WmWorkSpace.ws1:
WmWorkSpace.ws2: 2 WmWorkSpace.ws2:
WmWorkSpace.ws3: 3 WmWorkSpace.ws3:
WmWorkSpace.ws4: 4 WmWorkSpace.ws4:
WmWorkSpace.ws5: 5 WmWorkSpace.ws5:
WmWorkSpace.ws6: 6 WmWorkSpace.ws6:
WmWorkSpace.ws7: 7 WmWorkSpace.ws7:
WmWorkSpace.ws8: 8 WmWorkSpace.ws8:
WmWorkSpace.ws9: 9 WmWorkSpace.ws9:
WmWorkSpace.ws0: 10 WmWorkSpace.ws0:
Xcursor.theme: capitaine-cursors Xcursor.theme: capitaine-cursors

Loading…
Cancel
Save