diff options
| -rw-r--r-- | .fvwm2rc | 4 | ||||
| -rw-r--r-- | .muenv | 8 | ||||
| -rw-r--r-- | swift/etc/fstab | 23 | ||||
| -rw-r--r-- | swift/etc/sudoers.d/01_marc | 5 |
4 files changed, 20 insertions, 20 deletions
@@ -96,7 +96,7 @@ AddToMenu "Desktop-Apps" + "&Chromium" Exec exec chromium + "&Discord" Exec exec discord + "&Firefox" Exec exec firefox -+ "&Google Chrome" Exec exec google-chrome-stable +#+ "&Google Chrome" Exec exec google-chrome-stable #+ "&Keybase" Exec exec keybase-gui #+ "&LibreOffice" Exec exec libreoffice + "&RSS Guard" Exec exec rssguard -n @@ -127,7 +127,7 @@ AddToMenu "Utilities" + "&Xterm" Exec exec xt + "&Black Xterm" Exec exec xt -bg black -fg grey70 #+ "File manager" Exec exec pcmanfm-qt -+ "&Top" Exec exec xt -T Top -n Top -e /bin/top ++ "&Top" Exec exec xt -T Top -n Top -e top + "&Web" Exec exec chromium --disk-cache-dir=/tmp/chromium-cache + "&Mail" Exec exec thunderbird #+ "xclipboard" Exec exec xclipboard @@ -1,6 +1,8 @@ # list of packages that we want to install. +# Specify the version if you want a specific one, i.e. fvwm/2.7.0-81ab0b12 +# otherwise, the current build version is used. wanted_packages=' -fvwm -graphviz -rssguard + fvwm + graphviz + rssguard ' diff --git a/swift/etc/fstab b/swift/etc/fstab index 00d3167..64758fa 100644 --- a/swift/etc/fstab +++ b/swift/etc/fstab @@ -1,14 +1,9 @@ -# /dev/nvme1n1p5 -UUID=fd0bd5d9-abfd-46e2-bbec-cc5042c19507 / xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 1 - -# /dev/nvme1n1p1 -UUID=120F-B472 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 - -# /dev/nvme1n1p3 -UUID=E23C1C4C3C1C1DDB /mnt/windows ntfs-3g gid=1000,uid=1000,dmask=022,fmask=133,noauto 0 0 - -# /dev/nvme0n1p1 -UUID=8c89d665-a17b-47da-aa19-4c855f134d54 /data xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 2 - -# Sony walkman NW-A55L external flash -/dev/sdb1 /mnt/sdb1 exfat noauto,gid=20,uid=501,dmask=002,fmask=113 0 0 +/dev/nvme1n1p5 / xfs defaults 1 1 +/dev/nvme1n1p1 /boot/efi vfat defaults 1 0 +#/dev/cdrom /mnt/cdrom auto noauto,owner,ro,comment=x-gvfs-show 0 0 +/dev/fd0 /mnt/floppy auto noauto,owner 0 0 +/dev/nvme0n1p1 /mnt/arch auto noauto 0 0 +devpts /dev/pts devpts gid=5,mode=620 0 0 +proc /proc proc defaults 0 0 +tmpfs /dev/shm tmpfs nosuid,nodev,noexec 0 0 +tmpfs /tmp tmpfs defaults 0 0 diff --git a/swift/etc/sudoers.d/01_marc b/swift/etc/sudoers.d/01_marc index 9ae91f4..bc338e8 100644 --- a/swift/etc/sudoers.d/01_marc +++ b/swift/etc/sudoers.d/01_marc @@ -1 +1,4 @@ -marc ALL=(ALL) NOPASSWD: ALL +# marc ALL=(ALL) NOPASSWD: ALL +marc ALL=(ALL) ALL + +marc ALL=NOPASSWD: /sbin/reboot,/sbin/shutdown,/sbin/poweroff |
