added exfat, steam and more bspwm desktops
This commit is contained in:
parent
ae71a00f3b
commit
0da90c519c
4
bspwmrc
4
bspwmrc
@ -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
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user