abbiistabbii@lemmy.blahaj.zone to linuxmemes@lemmy.world · 1 month agoHow I use virtual desktopslemmy.blahaj.zoneexternal-linkmessage-square154fedilinkarrow-up1628arrow-down112
arrow-up1616arrow-down1external-linkHow I use virtual desktopslemmy.blahaj.zoneabbiistabbii@lemmy.blahaj.zone to linuxmemes@lemmy.world · 1 month agomessage-square154fedilink
minus-squareCaveman@lemmy.worldlinkfedilinkarrow-up17·1 month agoI have mine as Fronted Backend Database Browser Music Project management Messaging/Email All bound to Meta+h/j/k/l/y/u/i and have a bash function to run and configured to go to the right places. KDE is good
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up5·1 month agoWhat’s the bash function doing? Moving windows to the right desktops when they’re open? Do you have them open on system startup?
minus-squareikidd@lemmy.worldlinkfedilinkEnglisharrow-up7·1 month ago Moving windows to the right desktops when they’re open? You can do that with Window Rules in KDE.
minus-squareCaveman@lemmy.worldlinkfedilinkarrow-up1·1 month agoNah, I don’t like running stuff on startup because I use the laptop for personal stuff also. Not going to open slack/email when I’m off. I don’t move them manually, I use window rules for them to open in a specific activity. custart() { nohup slack --enable-features=WebRTCPipeWireCapturer & echo "Slack started" nohup spotify & echo "Spotify started" nohup datagrip & echo "Datagrip started" nohup birdtray & echo "Thunderbird started" nohup surfshark & echo "Surfshark started" nohup flatpak run --branch=stable --arch=x86_64 --command=teams-for-linux --file-forwarding com.github.IsmaelMartinez.teams_for_linux @@u %U @@ & echo "MS Teams started" }
minus-squarePlexSheep@infosec.publinkfedilinkarrow-up2·1 month agoThis but with other order and Gnome. Fucking love workspaces.
I have mine as
All bound to Meta+h/j/k/l/y/u/i and have a bash function to run and configured to go to the right places. KDE is good
What’s the bash function doing? Moving windows to the right desktops when they’re open? Do you have them open on system startup?
You can do that with Window Rules in KDE.
Nah, I don’t like running stuff on startup because I use the laptop for personal stuff also. Not going to open slack/email when I’m off. I don’t move them manually, I use window rules for them to open in a specific activity.
custart() { nohup slack --enable-features=WebRTCPipeWireCapturer & echo "Slack started" nohup spotify & echo "Spotify started" nohup datagrip & echo "Datagrip started" nohup birdtray & echo "Thunderbird started" nohup surfshark & echo "Surfshark started" nohup flatpak run --branch=stable --arch=x86_64 --command=teams-for-linux --file-forwarding com.github.IsmaelMartinez.teams_for_linux @@u %U @@ & echo "MS Teams started" }
This but with other order and Gnome. Fucking love workspaces.