/fglt/ - Friendly GNU/Linux Thread

Previously: Welcome to /fglt/ - Friendly GNU/Linux Thread.
Users of all levels are welcome to ask questions about GNU/Linux and share their experiences.

*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread. ***

Before asking for help, please check our list of resources[*].

If you would like to try out GNU/Linux you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine.
1) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.
2) Dual boot the GNU/Linux distribution of your choice along with Windows or Mac.
3) Go balls deep and replace everything with GNU/Linux.

* Resources:
$ man
$ info
$ help

Your friendly neighborhood search engine:
Try to use a search engine that respects your privacy such as qwant, searx, ixquick or startpage.

Check the Wikis (Most troubleshoots work for all distros.)
wiki.archlinux.org
wiki.gentoo.org

What distro should you choose?
wiki.installgentoo.com/index.php/Babbies_First_Linux

Break out of the botnet:
prism-break.org/en/categories/gnu-linux/

Learn more about Free Software:
gnu.org

Try GNU GuixSD:
gnu.org/software/guix/

/fglt/'s website:
fglt.nl/

/fglt/'s copypasta collection:
p.teknik.io/oJR7K

Friends:
- /t/'s GNU/Linux Games
- /t/'s GNU/Linux Training Videos
- /wg/'s GNU/Linux Wallpapers (Part 2)
archive.nyafuu.org/wg/thread/6743571/ - /wg/'s GNU/Linux Wallpapers

Other urls found in this thread:

wiki.manjaro.org/index.php/Restore_the_GRUB_Bootloader#For_UEFI_Systems
wiki.archlinux.org/index.php/Change_Root
pastebin.com/AN2RTbud
askubuntu.com/questions/360543/convert-from-efi-to-bios-boot
mirrordirector.raspbian.org
archive.raspberrypi.org
mirrordirector.raspbian.org/raspbian/dists/jessie/InRelease
archive.raspberrypi.org/debian/dists/jessie/InRelease
mirrordirector.raspbian.org/raspbian/dists/jessie/Release.gpg
archive.raspberrypi.org/debian/dists/jessie/Release.gpg
mirrordirector.raspbian.org/raspbian/
mirrordirector.raspbian.org/raspbian/pool/main/h/htop/htop_1.0.3-1_armhf.deb
copr.fedorainfracloud.org/
github.com/mpv-player/mpv/wiki/User-Scripts
twitter.com/SFWRedditVideos

first for NIGGERS

second for terry

Third for CIA.

delet

Why all thread is shit?

>chrooting into the installed system
Elaborate/point me to somewhere I should read?

#!/bin/sh
if [[ $# -ne 5 ]];then
echo "usage: $0 input.avi start_second end_second output.webm resolution"
exit 1
fi
infile=${1:?missing input file}
startS=${2:-0}
endS=${3:-4500}
outfile=${4:-$infile.webm}
resolution=${5:-848x480}
let "durationS = endS - startS"
let "bitrate = 12 * 8192 / durationS - 64"
if [ $bitrate -gt 600 ] ; then
bitrate=600
fi
printf "The start timestamp is $startS and the end timestamp is $endS. The duration is $durationS. The bitrate is $bitrate. The resolution is $resolution\n"

set -v
echo "Performing first-pass encode..."
ffmpeg -stats -i "$infile" -ss "$startS" -to "$endS" -pass 1 -c:v libvpx-vp9 -s $resolution -b:v "$bitrate"k -speed 4 -g 240 -threads 4 -tile-columns 6 -frame-parallel 1 -auto-alt-ref 1 -lag-in-frames 25 -an -sn -f webm /dev/null -y

echo "Performing second pass..."
ffmpeg -stats -i "$infile" -ss "$startS" -to "$endS" -pass 2 -c:v libvpx-vp9 -s $resolution -b:v "$bitrate"k -speed 1 -g 240 -threads 4 -tile-columns 6 -frame-parallel 1 -auto-alt-ref 1 -lag-in-frames 25 -c:a libopus -b:a 64k -map_metadata -1 -sn -f webm "$outfile" -y
echo "Completed encoding $outfile"
How to to run this?

What is the most objective aesthetic shell?

Protip: it's zsh

>using a shell because of its "looks"
>not realizing that every shell can look like that

You must be one of those people who installs a distribution because he likes how it looks like.

wiki.manjaro.org/index.php/Restore_the_GRUB_Bootloader#For_UEFI_Systems

forgot second link
wiki.archlinux.org/index.php/Change_Root

Ok so I realized the reason why the boot installed failed. Accidentally made it ext4 and not fat32.

But now grub doesn't show my Windows 7 installation.
What do?

mmh are you sure windows is installed in efi-mode and not legacy-mode?

run parted -l in a terminal and port output

Gentoo is recommended.

Model: ATA MKNSSDRE512GB-LT (scsi)
Disk /dev/sda: 512GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number Start End Size Type File system Flags
1 1049kB 525MB 524MB primary ntfs
2 525MB 378GB 377GB primary ntfs
3 378GB 378GB 537MB primary fat32 boot, esp
4 378GB 395GB 16,8GB primary ext4

Not sure at all. Is EFI mode required?

I also ran bootinfoscript as I was following someone who turned out to have had a different issue.
pastebin.com/AN2RTbud

Who is this semen demon?

ok heres the problem:
Windows seems to be installed in legacy mode(partition table is msdos) and you installed manjaro with an esp and probably some other kind of efi settings. grub pics ub manjaro because its installed for efi but does not pcik up windows becaus ewindows is installed in legacy mode.

Either that or you have an esp partition jsut for fun and the problem lies somewhere else.

Yeah well manjaro's installer told me I needed an ESP tagged partition.

Is there no way to make grub start my windows partition then? How would I convert it from legacy?

Before i installed it successfully I tried to start windows because I was thinking maybe I had to convert it to a GPT so I was gonna just image it first. But as it wasn't booting I decided to look at manjaro more.

I'm a little out of my depth.

ok try this:
(optional)remove the esp partition and do whatever you want with the free space(you can just leave it there if you dont need it)
set the boot-flag on your / partition(sda4)
remove the esp partition from your /etc/fstab
reinstall grub in bios mode with # grub-install --target=i386-pc /dev/sda
generate a new grub.cfg with# grub-mkconfig -o /boot/grub/grub.cfg
restart your pc and make sure it boots in bios(legacy)mode

raspberry pi 3 raspbian lite update issue
posted here any input is appreciated

you either don't have an active internet connection on the pie or their servers are down

Daily reminder ArchLinux installation uses arch-chroot script to simplify the process.

askubuntu.com/questions/360543/convert-from-efi-to-bios-boot

I'm sshed into it over local, but ping bing.com doesn't work
???

ifconfig and lsmod

Ok so a few questions before i fuck up:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
#
UUID=8850-3740 /boot/efi vfat defaults,noatime 0 2
UUID=2924709f-5a2c-4dd0-b082-e27ff3174ed9 / ext4 defaults,noatime,discard 0 1
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0

That's my current fstab. I presume you mean I should simply delete the line containing UUID=8850-3740
>reinstall grub in bios mode...
Ok so this installs grub in bios mode, does that mean it will detect the Windows install because it's also in bios mode? (as in not UEFI mode, I'm not sure I got the terminology straight).
>generate a new grub.cfg
Just reading the crub.cfg that that command outputs when you don't set an output file it doesn't mention windows or any of the mounts for the NTFS systems. Is this correct? Will it act differently when grub is installed in bios mode?

Is there a command in gnu/Linux that can set a timer when to shut off the computer?

Like in windows you have
>shutdown -s -t #seconds
and
>shutdown -s -a
To cancel the former

ifconfig
ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:a3:13:a5
inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::ba27:ebff:fea3:13a5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:83969 errors:0 dropped:0 overruns:0 frame:0
TX packets:1196 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4021641 (3.8 MiB) TX bytes:202964 (198.2 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:763 errors:0 dropped:0 overruns:0 frame:0
TX packets:763 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:62476 (61.0 KiB) TX bytes:62476 (61.0 KiB)

wlan0 Link encap:Ethernet HWaddr b8:27:eb:f6:46:f0
inet6 addr: fe80::e621:92e1:477d:2281/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:2 errors:0 dropped:2 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:123 (123.0 B) TX bytes:0 (0.0 B)

is your /etc/resolv.conf empty

lsmod
lsmod
Module Size Used by
sg 18319 0
bnep 10340 2
hci_uart 17943 1
btbcm 5929 1 hci_uart
bluetooth 326105 22 bnep,btbcm,hci_uart
brcmfmac 186403 0
brcmutil 5661 1 brcmfmac
cfg80211 427855 1 brcmfmac
rfkill 16037 4 cfg80211,bluetooth
snd_bcm2835 20447 0
snd_pcm 75762 1 snd_bcm2835
snd_timer 19288 1 snd_pcm
snd 51908 3 snd_bcm2835,snd_timer,snd_pcm
bcm2835_gpiomem 3040 0
bcm2835_wdt 3225 0
uio_pdrv_genirq 3164 0
uio 8000 1 uio_pdrv_genirq
ipv6 347594 32

Can't get a straight answer from the rest of Sup Forums because of memes so I'll ask here.

What's the deal with Solus? I have some mental condition that makes me install a new distro every 3/6 months for fun even though I suck at using linux. Any reason i should/shouldn't try solus for a month or two?

It's just nothing special.

It has some nice stuff, but the kevinposting has given it a bad rap

ask Kevin.

>people complain arch has no installer
>people complain when they provide scripts to automate part of the installation process
make up your mind, it makes no sense to complain about both

I see people using Kali to get into wifi. What tools would I need so I can get into it on Fedora?

Okay this is exactly what I needed to see. Couldn't sift through all the kevin to figure out why people were memeing, but I guess it was just kevin himself and no one really felt either way about Solus. I'll try it for fun.

fuckn kevin

sorry about the wait
yeah it's just
# Generated by resolvconf

try adding
nameserver 8.8.8.8
nameserver 8.8.4.4
search lan local

is that linus?

jesus that man not only has brains but a nice body too. what a superman!

I did that and rebooted the pi
pi@raspberrypi:~ $ sudo apt-get update
Err mirrordirector.raspbian.org jessie InRelease

Err archive.raspberrypi.org jessie InRelease

Err archive.raspberrypi.org jessie Release.gpg
Could not resolve 'archive.raspberrypi.org'
Err mirrordirector.raspbian.org jessie Release.gpg
Could not resolve 'mirrordirector.raspbian.org'
Reading package lists... Done
W: Failed to fetch mirrordirector.raspbian.org/raspbian/dists/jessie/InRelease

W: Failed to fetch archive.raspberrypi.org/debian/dists/jessie/InRelease

W: Failed to fetch mirrordirector.raspbian.org/raspbian/dists/jessie/Release.gpg Could not resolve 'mirrordirector.raspbian.org'

W: Failed to fetch archive.raspberrypi.org/debian/dists/jessie/Release.gpg Could not resolve 'archive.raspberrypi.org'

W: Some index files failed to download. They have been ignored, or old ones used instead.
pi@raspberrypi:~ $ sudo apt-get install htop
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
ltrace
The following NEW packages will be installed:
htop
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 68.8 kB of archives.
After this operation, 135 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
htop
Install these packages without verification? [y/N] y
Err mirrordirector.raspbian.org/raspbian/ jessie/main htop armhf 1.0.3-1
Could not resolve 'mirrordirector.raspbian.org'
E: Failed to fetch mirrordirector.raspbian.org/raspbian/pool/main/h/htop/htop_1.0.3-1_armhf.deb Could not resolve 'mirrordirector.raspbian.org'

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?


same error

what's a good image viewer

I want to read hentai but all of them work inherently different compared to sad panda which I'm used to

is /etc/resolve.conf emptied again?

yeah I just checked it
empty, re-added

Nomacs

dont reboot after adding.
also
check if linked resolv.conf ls -l /etc/resolv.conf

Looking to install linux on a new Asus x540s.

These motherboards come with secureboot, and the usual option (to be able to set the 'selected OS' option to 'other OS') is to save the loaded keys, erase the keys, and then disable secureboot, which enables that option to be selected; this enables the user to load a Linux flashdrive or CD and kill windows.

However, attempting this on this laptop instead greys out the entire OS section, and I can't do anything at all to it, even after re-entering the old keys.

I've checked separate forums for a specific fix for this laptop, and I can't seem to find anything - maybe I have advanced autism and just missed the solution, but do any anons have advice? My 30 day return for its purchasing store is already out, and I'd rather not sell it since it wouldn't go for much.

...

>dont reboot after adding.
I turn the pi off to plug the sd card into my laptop to edit it
how can I edit it from ssh terminal?

i thought you were ssh'd already? run nano /etc/resolv.conf or vi /etc/resolv.conf as root

pi@raspberrypi:~ $ ls -l /etc/resolv.conf
-rw-r--r-- 1 root root 26 Nov 25 18:52 /etc/resolv.conf


I did nano and edited in same old error sudo apt-get update
Err archive.raspberrypi.org jessie InRelease

...

what are you using to get the rpi's ip?
heres some other stuff to try. the nameserver ip's are all googles' so change to what you prefer or your gateway

>dhcpcd
nano /etc/dhcpcd.conf and add static domain_name_servers=8.8.4.4,8.8.8.8
or adding nohook resolv.conf to prevent it from overwriting resolv.conf

>openresolv
nano /etc/resolvconf.conf add name_servers=8.8.8.8

>networkmanager
nano /etc/NetworkManager/NetworkManager.conf then goto "main" section and edit dns=none
to prevent resolv.conf getting overwritten

>encase youre using ipv6
nameserver 2001:4860:4860::8888
nameserver 2001:4860:4860::8844

>That's my current fstab. I presume you mean I should simply delete the line containing UUID=8850-3740
yes

>Ok so this installs grub in bios mode, does that mean it will detect the Windows install because it's also in bios mode? (as in not UEFI mode, I'm not sure I got the terminology straight).

probably

>Just reading the crub.cfg that that command outputs when you don't set an output file it doesn't mention windows or any of the mounts for the NTFS systems. Is this correct? Will it act differently when grub is installed in bios mode?

probably

also read the link the other user provided

Any possible way to search for subtitles on MPV?

thanks it's working now
pi@raspberrypi:~ $ sudo apt-get install htop
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
ltrace
The following NEW packages will be installed:
htop
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 68.8 kB of archives.
After this operation, 135 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
htop
Install these packages without verification? [y/N]


then how to remove the security notice?

no idea on that,
possibly sudo apt-key update
sudo apt-get update

pi@raspberrypi:~ $ sudo apt-key update
gpg: key 90FDDD2E: "Mike Thompson (Raspberry Pi Debian armhf ARMv6+VFP) " not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Warning: removed keys keyring /usr/share/keyrings/raspbian-archive-removed-keys.gpg missing or not readable
pi@raspberrypi:~ $ sudo apt-get update
Err mirrordirector.raspbian.org jessie InRelease

Err archive.raspberrypi.org jessie InRelease

Err archive.raspberrypi.org jessie Release.gpg
Could not resolve 'archive.raspberrypi.org'
Err mirrordirector.raspbian.org jessie Release.gpg
Could not resolve 'mirrordirector.raspbian.org'
Reading package lists... Done
W: Failed to fetch mirrordirector.raspbian.org/raspbian/dists/jessie/InRelease

W: Failed to fetch archive.raspberrypi.org/debian/dists/jessie/InRelease

W: Failed to fetch mirrordirector.raspbian.org/raspbian/dists/jessie/Release.gpg Could not resolve 'mirrordirector.raspbian.org'

W: Failed to fetch archive.raspberrypi.org/debian/dists/jessie/Release.gpg Could not resolve 'archive.raspberrypi.org'

W: Some index files failed to download. They have been ignored, or old ones used instead.
pi@raspberrypi:~ $ sudo apt-get install htop
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
ltrace
The following NEW packages will be installed:
htop
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 68.8 kB of archives.
After this operation, 135 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
htop
Install these packages without verification? [y/N] n
E: Some packages could not be authenticated

yea, i'm not very 'aptitude'. *ba dum tsss*

ping mirrordirector.raspbian.org
PING mirrordirector.raspbian.org (5.153.225.207) 56(84) bytes of data.
64 bytes from mirrordirector.raspbian.org (5.153.225.207): icmp_seq=1 ttl=50 time=336 ms
^C
--- mirrordirector.raspbian.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 336.247/336.247/336.247/0.000 ms
┌[arch][~/INF_CPP/C03/uebung06/build]
└▶ping archive.raspberrypi.org
PING lb.raspberrypi.org (93.93.130.39) 56(84) bytes of data.
64 bytes from 93.93.130.39 (93.93.130.39): icmp_seq=1 ttl=56 time=455 ms
64 bytes from 93.93.130.39 (93.93.130.39): icmp_seq=2 ttl=56 time=529 ms
^C
--- lb.raspberrypi.org ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1732ms
rtt min/avg/max/mdev = 455.098/492.253/529.408/37.155 ms

sites are up. make sure there is nothing wrong on your end

check the sources.list mrn

yeah that's my issue, my end
okay, how?

Do I need to be concerned?

Hot damn! this thread always has the best OC. What are you running? fedora or manjaro?

Fedora. I was running it fine on my Thinkpad, then I pulled the drive, put in a fresh SSD, installed from USB and this.

How do deal with installing Linux on a newly built machine and drivers for video cards, etc. if the company doesn't have a Linux driver.

open source
generic hid

So am I fucked if i can't find an open source driver for the card I got?

I need a software to simulate logical gates and combinational circuits. Might as well be an electronics simulator or whatever. What's the best one for Linux (if there's even any)?

What's going on with Copr?

I can't access copr.fedorainfracloud.org/ and I can't update any packages from Copr repos anymore.

look here
github.com/mpv-player/mpv/wiki/User-Scripts

also wrong thread

>tfw you survive an assassination attempt and go on to win

if you're using amd, yes

first-timer?

I'm new to GNU/Linux and I'm using Ubuntu since I'm a casual and I'm just trying to get my feet wet.

I recently installed a new secondary HDD on my laptop and Ubuntu detects it and I wiped and partitioned it, but I can't actually put any files on it. In order for me to do so, I found that I have to use the root mode of my file manager in order to make new folders on it which is a bit annoying. It seems to treat is as a USB drive


Another issue is qbittorrent can't seem to download files onto the second HDD, so while I can download to my main drive, it won't let me download to the secondary HDD.

Just wondering where I'm fucking up, I'm still getting used to the different file structure.

Well it's because GNU/Linux is shit. But that should only happen with external HDDs.

heh, check your drives' permissions

hey there /flgt/

i'm currently trying to migrate an existing installation over to a shiny new SSD. i've got it partitioned and properly aligned, but i'm a little out of my depth here. just going top to bottom and dd'ing it over, partition by partition. problem is, i can't even mount the new drive. mount gives me a pretty unhelpful error message. upon # mount /dev/sdb1 /mnt/sdb1:

mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error

upon root /mnt # dmesg | tail:

[ 453.112903] sd 6:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 453.115015] sd 6:0:0:0: [sdb] Write Protect is off
[ 453.115018] sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 453.115760] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 453.120509] sdb:
[ 453.123892] sd 6:0:0:0: [sdb] Attached SCSI disk
[ 465.360886] sdb:
[ 469.525402] sdb:
[ 1217.503652] sdb: sdb1 sdb2
[ 2148.034151] perf: interrupt took too long (2523 > 2500), lowering kernel.perf_event_max_sample_rate to 79200

anyone got any ideas? some things which may or may not be factors:
>transferring from HDD to SSD
>different partition sizes from HDD to SSD, from smaller (HDD) to larger (SSD)
>different offsets

both drives are msdos ext4. any help or ideas would be awesome.

Why did thunderbird quit working today?

Also if I install geary it wont open either. have I been email client cucked?

boycotts

Who else Fedora here?

I'm using arch btw.

i'm having some audio issues on my x61 tablet running debian
the audio defaults to muted and i have to go into alsamixer to change that every time i restart the machine. also the mute key on the keyboard doesn't toggle mute - if i ever press it i have to go back into alsamixer and unmute from there
is there any way to permanently change the settings so it doesn't default to mute and so the key will toggle mute?
i haven't been able to find anything that fixed my issues

Any graphic editors out there with a tool similar to Photoshops Spot Healing Brush tool?

No idea what it does, but I just checked and gimp has a healing too. Not sure if that's what you want or not

Hmm i must have missed due to my autism, will check it out again thanks lad

me

i was looking over a team member's apple laptop a couple days ago at a meeting, and it was embarrassing how slow it was. it kept stalling all the time and it was just slugging in general. is linux really that much faster than other operating systems? i'm using a thinkpad t something model so my hardware should be a lot worse

Are bluetooth headsets supposed to be a bitch to work with on Linux? The bluetooth manager only allows me to use the A2DP sink profiles when it wants to, it seems.

TLP doesn't automatically start when I boot. I doublechecked that all TLP services were enabled by systemd and booted properly, yet it'd still start off draining as much as it would without TLP.
I even ran tlp stat and it was set as enabled, but still draining as usual until I manually started it.

Gentoo or funtoo?

Why is the acer_wmi loading bug still a thing even in newer distros?

Last night, while on the W7 side of my dual-boot configuration, my laptop froze up completely. I held the power button down and restarted, and managed to get back in after W7 checked the file system and found nothing wrong.

This morning I logged into KDE Neon just fine but, coming home after work, I find it now checks the filesystem as well and then jumps to Emergency Mode afterward. What should I be looking for when running "journalctl -xb" for a specific issue as to what's happening?

what do you use that machine for? 35 days uptime is interesting

I should also add, in case it matters: it looks like the filesystem check it does before kicking me to Emergency Mode never seems to reach 100%; it looks like it stops at around 95, though that could just be that it isn't showing it completing. Not sure either way - checking my hard drive health in W7, it says it's fine.

On IceCat i can't post in random ImageBoards because "invalid HTTP", i try disable my addons but this shit happens, what i need make?

amd64 or ~amd64?

So I finally fell for the ganoo + lanooks meme and installed debian on my laptop. I'm using i3 and everything is so much faster than windows
Right now I'm changing my config to personalize it a bit. Is there any way to make it so whenever I open a workspace, it starts a program? I want workspace 1 to open urxvt every time I open it (if not already running), 2 to open chromium, etc.

Thinking of giving Manjaro + i3 a go, thoughts?