added exfat, steam and more bspwm desktops

This commit is contained in:
Enrico Fasoli 2015-09-15 18:45:32 +02:00
parent ae71a00f3b
commit 0da90c519c
2 changed files with 6 additions and 4 deletions

View File

@ -10,8 +10,8 @@ udiskie &
sh ~/.config/bspwm/lemonbar.sh & sh ~/.config/bspwm/lemonbar.sh &
# Set up desktops on monitors # Set up desktops on monitors
bspc monitor DVI-I-0 -d 1 2 bspc monitor DVI-I-0 -d 1 2 3 4 5
bspc monitor HDMI-0 -d 3 4 bspc monitor HDMI-0 -d 6 7 8 9
# Set up bspwm theme # Set up bspwm theme
bspc config border_width 2 bspc config border_width 2

View File

@ -12,6 +12,8 @@
boot.loader.grub.version = 2; boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sdd"; boot.loader.grub.device = "/dev/sdd";
hardware.opengl.driSupport32Bit = true;
# SSD # SSD
boot.tmpOnTmpfs = true; # save some writes boot.tmpOnTmpfs = true; # save some writes
fileSystems."/".options = "discard,noatime"; fileSystems."/".options = "discard,noatime";
@ -61,13 +63,13 @@
# Libs # Libs
xsel urxvt_perls xclip python34Packages.udiskie xsel urxvt_perls xclip python34Packages.udiskie
# Games # Games
minecraft minecraft steam
# Productivity and applications # Productivity and applications
vim ranger chromium irssi bc w3m gnupg libreoffice zathura vim ranger chromium irssi bc w3m gnupg libreoffice zathura
# Media # Media
beets mpd mpc_cli ncmpcpp popcorntime mpv beets mpd mpc_cli ncmpcpp popcorntime mpv
# System utilities, drivers... # System utilities, drivers...
ntfs3g ntfs3g exfat
# Other stuff # Other stuff
screenfetch scrot iotop iftop screenfetch scrot iotop iftop
]; ];