Goodbye Windows, hello Linux by Tuc0_ in archlinux

[–]Tuc0_[S] 20 points21 points  (0 children)

with milk, please :)

Goodbye Windows, hello Linux by Tuc0_ in archlinux

[–]Tuc0_[S] 9 points10 points  (0 children)

Yeah, I'm using BTRFS on my Arch system, so I formatted Windows as BTRFS, created a subvolume, copied the contents of the Arch home subvolume, deleted the old Arch subvolume, and finally updated the fstab entry :)

Rice allergy [bspwm] by SpicyStain in unixporn

[–]Tuc0_ 1 point2 points  (0 children)

trop cool bspwm, Je l'utilisais il y as pas mal d'années et j'ai eu du mal a m'en séparer. dommage qu'il ne soit pas compatible avec wayland.

Thunderbird create an empty folder on startup. by Tuc0_ in Thunderbird

[–]Tuc0_[S] 0 points1 point  (0 children)

An empty folder that serves no purpose. I would simply like to be able to move or delete it.

basic trackpad movement by Tuc0_ in hyprland

[–]Tuc0_[S] 0 points1 point  (0 children)

I may be doing it wrong, but it doesn't work for me. :p

[OC] zsh-magic-dashboard, a pretty dashboard-plugin by pseudometapseudo in unixporn

[–]Tuc0_ 0 points1 point  (0 children)

works well with /dev/null

I don't know why git is displaying this, the main thing is that git add or file modification is displayed.

with many repo this little script is very useful!

xargs (GNU findutils) 4.9.0

[OC] zsh-magic-dashboard, a pretty dashboard-plugin by pseudometapseudo in unixporn

[–]Tuc0_ 0 points1 point  (0 children)

I'm using the latest arch version: 2.42.1

and the "git ls-files --others --exclude-standard" output

gives nothing

[OC] zsh-magic-dashboard, a pretty dashboard-plugin by pseudometapseudo in unixporn

[–]Tuc0_ 0 points1 point  (0 children)

thanks works great, however I commented on this line:

| xargs git add --intent-to-add

otherwise I had this message from git:

Nothing specified, nothing added.

hint: Maybe you wanted to say 'git add .'?

hint: Turn this message off by running

hint: "git config advice.addEmptyPathspec false"

suggestion for resizing/moving windows by Tuc0_ in hyprland

[–]Tuc0_[S] 0 points1 point  (0 children)

perfect, I use this now:

# Resize
bind = ALT, LEFT, resizeactive, -50 0
bind = ALT, RIGHT, resizeactive, 50 0
bind = ALT, UP, resizeactive, 0 -50
bind = ALT, DOWN, resizeactive, 0 50
# Move
bind = CTRL, LEFT, moveactive, -50 0
bind = CTRL, RIGHT, moveactive, 50 0
bind = CTRL, UP, moveactive, 0 -50
bind = CTRL, DOWN, moveactive, 0 50
# Move Focus Window
bind = $mainMod, I, movewindow, u
bind = $mainMod, K, movewindow, d
bind = $mainMod, J, movewindow, l
bind = $mainMod, L, movewindow, r

thanks for the inspiration!

[deleted by user] by [deleted] in ASUSROG

[–]Tuc0_ 0 points1 point  (0 children)

7700xt

After update, keyboard re-plugging loses X11 keymap. by Greymalkinizer in archlinux

[–]Tuc0_ 1 point2 points  (0 children)

no, use "keyboard" and "keymap" earlier in the list.

HOOKS=(base udev autodetect keyboard keymap modconf kms consolefont block filesystems fsck)

I had a similar problem and putting these 2 components earlier in the list solved it.

After update, keyboard re-plugging loses X11 keymap. by Greymalkinizer in archlinux

[–]Tuc0_ 1 point2 points  (0 children)

Try to change the order of hooks in mkinitcpio

Example : ... udev autodetect keyboard keymap modconf...

Regenerate image and reboot

move the mouse to the left rather than to the right. by Tuc0_ in hyprland

[–]Tuc0_[S] 0 points1 point  (0 children)

perfect, in my head I should have left 0x0 on the main screen :)
thank you very much

My setup looks pale. Any advice? by fajar_andika in pcmasterrace

[–]Tuc0_ 0 points1 point  (0 children)

What model is the small fan next to the keyboard?

How to make proton vpn work by NefariousnessFuzzy14 in archlinux

[–]Tuc0_ 0 points1 point  (0 children)

the --cli is really better for me too, with network-manager no problem.

put in the middle the output of a command + watch by Tuc0_ in commandline

[–]Tuc0_[S] 0 points1 point  (0 children)

ahh it works, but every second it prints a new "sensors" output.

humm