Same for the Romanian “poimâine” (after tomorrow). We also have “alaltăieri” (the other yesterday). They are in use, quite common.
Same for the Romanian “poimâine” (after tomorrow). We also have “alaltăieri” (the other yesterday). They are in use, quite common.
Fuzzel works great for me on Hyprland.
I really like Black Mirror. I watched a bunch of TV shows, started and left midway through others, but I always go back to Black Mirror. Like the creator said, it’s sci-fi techno dystopia. And he is working on the 7th season. One of the episodes will be a follow up to USS Callister. Awesome!
Pulp Fiction. Also, Lock, Stock and Two Smoking Barrels. And Snatch. Also… aw man, there’s so many…
Check your pms.
That guide is great. Also, you can easily find some extra ram on eBay or Kleinanzeigen. I strongly recommend adding at least 4gb. Switching from a 1tb HDD to a 128-256gb SSD should also be pretty affordable and it will do wonders speed wise.
I have a 15yo kid with ASD. While she is highly functional, goes to a good public school, she can’t decide which trash bin to use and will just freeze for a while, overthinking it… She can talk for hours about the anatomy of a cat, but knows nothing about politics, or how the world functions… I think 16 is too young to vote, but my perspective is warped.
I use webcord and ferdium. But I also tried the official apps and even the web apps with Firefox, chromium or zen. Nope.
I never actually measured it, but I switched to fuzzel from wofi, and I can’t tell the difference in reaction time. To me it feels instant.
i use a minimal arch with the zen kernel and hyprland for home, work and play. no kde/gnome. for me it’s just right. except screen sharing in teams or discord, which haunts me… now it works, now it doesn’t.
I don’t think it works with Apple, but I really like Streamrip. It works with Qobuz, Tidal, Deezer and SoundCloud. Just adding it to the list of recommendations.
Same. Grew up watching Cartoon Network, HBO and the Discovery Channel with no subs (or dubs, they are not a thing in RO). Then there was music (lyrics) and later on video games and the Internet. It helped not having any OS or software available in my native language. Even to this day I use my phone and computer in English.
While I did have English classes at school (6th to 12th), the level was rather basic… I also took French for 10 years, and I can barely speak it. Otoh, I didn’t take one Italian class, but I can speak some, and understand almost everything. Again, this is because we had a bunch of Italian TV channels in the early 90s.
Is there a “light” version, without a WM? I run Hyprland on my current Arch setup.
I mean, Blind mostly (only) plays Dwarf Fortress, which works awesomely on Linux. GG.
Hey, sorry for the late reply.
I remember installing xdg-desktop-portal-hyprland
instead of xdg-desktop-portal
, and in my hyprland
config I have:
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
I can’t remember everything I tried… I didn’t keep track. I’ve been using this setup for close to 3 years now…
I know that for Ferdium I used the extra params --ozone-platform=wayland --enable-features=UseOzonePlatform
, but I think it doesn’t need them anymore (I use it for Teams and other chat apps with screensharing).
For Discord I use Webcord, which works just fine, also with screen sharing, I didn’t have to do anything.
When it comes to key bindings, here’s my working setup:
# binds
$mainMod = SUPER
$lock = playerctl --player=mpd,firefox,mpv -a pause ; ~/.config/hypr/scripts/swaylock
bind = $mainMod, Q, killactive,
bind = $mainMod SHIFT, Q, exit,
bind = $mainMod, X, exec, $lock # lock
bind = $mainMod, RETURN, exec, alacritty
bind = $mainMod SHIFT, RETURN, exec, alacritty -t scratchpad --class scratchpad
bind = $mainMod, E, exec, nemo
bind = $mainMod, W, exec, firefox
bind = $mainMod, R, exec, rofi -show drun --allow-images
bind = $mainMod SHIFT, E, exec, wofi-emoji
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod SHIFT, Space, togglefloating,
bind = $mainMod, F, fullscreen, 1 # maximize window
bind = $mainMod SHIFT, F, fullscreen, 0 # fullscreen
bind = $mainMod, S, exec, grim -g "$(slurp)" - | wl-copy # screenshot selection to clipboard
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | swappy -f - # screenshot selection and open in swappy
bind = $mainMod SHIFT, R, exec, wf-recorder -a -g "$(slurp)" -f "${HOME}/$(date +%Y-%m-%d_%H-%m-%s).mkv" -c h264_vaapi -d /dev/dri/renderD128 &>/dev/null # screenrecord
bind = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
binde = ,XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -2%
binde = ,XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +2%
bind = ,XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle
binde = ,XF86MonBrightnessUp, exec, light -A 5
binde = ,XF86MonBrightnessDown, exec, light -U 5
# resize windows
binde = $mainMod, left, resizeactive, -40 0
binde = $mainMod, right, resizeactive, 40 0
binde = $mainMod, up, resizeactive, 0 -40
binde = $mainMod, down, resizeactive, 0 40
# move focus
bind = $mainMod, h, movefocus, l
bind = $mainMod, l, movefocus, r
bind = $mainMod, k, movefocus, u
bind = $mainMod, j, movefocus, d
# move windows
bind = $mainMod SHIFT, h, movewindow, l
bind = $mainMod SHIFT, l, movewindow, r
bind = $mainMod SHIFT, k, movewindow, u
bind = $mainMod SHIFT, j, movewindow, d
# switch workspaces
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2
bind = $mainMod, 3, workspace, 3
bind = $mainMod, 4, workspace, 4
bind = $mainMod, 5, workspace, 5
bind = $mainMod, 6, workspace, 6
bind = $mainMod, 7, workspace, 7
bind = $mainMod, 8, workspace, 8
bind = $mainMod, 9, workspace, 9
bind = $mainMod, 0, workspace, 10
# move windows to workspace without switching (silent)
bind = $mainMod SHIFT, 1, movetoworkspacesilent, 1
bind = $mainMod SHIFT, 2, movetoworkspacesilent, 2
bind = $mainMod SHIFT, 3, movetoworkspacesilent, 3
bind = $mainMod SHIFT, 4, movetoworkspacesilent, 4
bind = $mainMod SHIFT, 5, movetoworkspacesilent, 5
bind = $mainMod SHIFT, 6, movetoworkspacesilent, 6
bind = $mainMod SHIFT, 7, movetoworkspacesilent, 7
bind = $mainMod SHIFT, 8, movetoworkspacesilent, 8
bind = $mainMod SHIFT, 9, movetoworkspacesilent, 9
bind = $mainMod SHIFT, 0, movetoworkspacesilent, 10
# move/resize windows with LMB/RMB
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
# scroll through existing workspaces
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
# switch workspace with mouse back/fw buttons
bind = $mainMod, mouse:276, workspace, m+1
bind = $mainMod, mouse:275, workspace, m-1
bind = $mainMod SHIFT,up,focusmonitor,u
bind = $mainMod SHIFT,down,focusmonitor,d
binde = $mainMod, TAB, workspace, previous
I’ve been using Hyprland for about 2 years. I did have some issues with screen sharing (teams, discord) and some steam games (non native, with proton) need some extra launch parameters, but they all work now. Over time I was able to fix all the little issues. For me Hyprland is a daily driver, but I like to tinker. I can see how this is not for everyone.
You never filed for tax return in 18 years - in Germany? Mate, I get back about 1500-2000€ every year, do it.
3.5€ for a brand new cast iron wok. Instabuy.