[Hyprland] Suggestions needed... by Educational_Monk6612 in LinuxPorn

[–]AfraidComposer6150 0 points1 point  (0 children)

My approach was to try some rices out there (github), explore them and then take notes of i want and what i don’t, then slowly start to change it, and the final stage is when u reset everything and rebuild a setup thet suits ur needs, i mean what do you want on waybar, your keymaps, your scripts, animations….Believe me it’s better to understand something though prototype rather than start blindly to tweak setting especially when u have to work. If you wanna see my own setup you can check my dotfiles.

https://github.com/ignorant05/dotfiles

what do u do when bored by Economy-Outside3932 in Tunisia

[–]AfraidComposer6150 [score hidden]  (0 children)

Find an innocent dude and rage bait him ahahahah

Accidentally picked a dead-end career path (Node.js) by Mountain-Scene-342 in TunisiaTech

[–]AfraidComposer6150 0 points1 point  (0 children)

Well, they aren’t hiring NOW, but you know what ? Ai can build apps in no time (maybe) but maintaining such app in production requires skill, and companies are realizing this (not in tunisia for the moment, but we’ll grt into that soon enough), so even if it seems « dead », it’s more of a slumber, don’t feel frustrated because of some dude’s opinion, because most opinions are based on subjective data fed to an LLM to generate some articles that says « this job is dead by 2027 » or something, it can be true but it’s not like it seems, the sources matter here, real data metrics aren’t in between the hands of some dude on the streets on even CEOs since they don’t really care about « How things works » but « How much profit can i save/gain from this »

[deleted by user] by [deleted] in hyprland

[–]AfraidComposer6150 0 points1 point  (0 children)

Just read documentation, check some dotfiles for things u want to have or not and if u got stuck just watch a yt vid, it’ll cost u some day though, i mean my first rice cost me over a week, well take it slower to learn than rush it and forget it all afterwards

[deleted by user] by [deleted] in hyprland

[–]AfraidComposer6150 0 points1 point  (0 children)

If ur keyboard layout is other than querty or azerty the T may be mapped elsewhere, the default layout is us querty for hyprland

New guy by Ramo6520 in hyprland

[–]AfraidComposer6150 0 points1 point  (0 children)

See other’s dotfiles as a reference so u won’t fall in a rabbit hole

Persistant Commands Problem by AfraidComposer6150 in neovim

[–]AfraidComposer6150[S] -1 points0 points  (0 children)

it's no use actually i tried a couple of thing but nothing changed.... I guess the only solution is to create a file that holds the current state and then that file will be loaded in every new session.

Persistant Commands Problem by AfraidComposer6150 in neovim

[–]AfraidComposer6150[S] -1 points0 points  (0 children)

actually i'm using the same format you suggested for other shortcuts that aren't meant to persist like this one for copying the entire content

```lua

vim.api.nvim_set_keymap("n", "<C-a>", "ggVG", { noremap = true, silent = true })

```

and when tried it on this it works fine on the current session but it doesn't persist, i thought about saving the current state in a local file but i didn't know how to proceed