1
0
Fork 0
mirror of synced 2024-06-01 14:51:09 -04:00
Commit graph

94 commits

Author SHA1 Message Date
BluishHumility 8c2074e7f0
feat(pacseek): use -R instead of -Rns for pacman remove
Use -R instead of -Rns for Pacman remove. Leaving the "s" out of it seems
like a more prudent option, which I think we should opt for if users are
going to be using this tool to remove packages. The advanced users who
prefer the more aggressive behavior can change the config on their own.

The "n" option shouldn't be part if it either way; I feel like a lot of
people do not understand what this flag actually is.
2024-04-08 22:25:31 -04:00
BluishHumility d42fe80486
fix(micro): remove DeleteWordLeft binding
Remove ctrl+backspace > DeleteWordLeft binding.

This is a good binding and I think it makes sense to have it as a default, however
during testing I have discovered that not all terminals present these keys to Micro
the same way. For example, in Xterm for some reason "OldBackspace" is the backspace
key and "Backspace" is ctrl+backspace, so unfortunately just pressing backspace invokes
DeleteWordLeft with the binding as committed.

In the case of Xterm, the correct way to bind ctrl+backspace to DeleteWordLeft would be
like this:

    "Backspace": "DeleteWordLeft",
    "OldBackspace": "Backspace"

In any case, it is probably best we do not set this by default and leave it up to the user
to decide if they would like to set this binding on their own.
2024-04-04 16:39:22 -04:00
FGD 7734878323 feat(garuda-common-settings): Touch screen support for Firefox-based browsers 2024-01-09 15:43:52 +00:00
FGD 731b83439d feat(garuda-common-settings): Addition of Firefox-based Touch screen support 2024-01-09 15:42:39 +00:00
BluishHumility ee4ce025de
feat(micro): add DeleteWordLeft binding
Add ctrl+backspace > DeleteWordLeft binding. This is a fairly common
binding in many other applications.
2023-12-25 12:42:37 -05:00
BluishHumility d04cd5a0b0 feat(pacseek): separate dependencies with newline by default 2023-12-15 21:53:49 -05:00
BluishHumility 93f0691b06 feat(garuda-common-settings): add syntax highlighting for configs in micro
Add syntax highlighting for config files opened in Micro that don't directly call a shell.
* Add a syntax definition for `filetype: conf` in `syntax/conf.yaml` with some basic rules (for example, highlighting commented lines);
* Define `/etc/*` and `/home/*/.config/*` as conf filetype in `settings.json`, because they contain a lot of config files that don't end in ".conf" or ".cfg".
2023-11-11 10:27:16 -05:00
Jeremy Ross 2c9248f9d7 fix(garuda-common-settings): remove execute permission from pwfeedback 2023-11-08 12:52:29 -05:00
Jeremy Ross a347c39224 Add etc/skel/.config/pacseek/config.json
Add a config for pacseek which is set to use paru as the default helper instead of yay.
2023-10-05 09:42:21 -04:00
TNE 1a40ada700 grub: set ibt=off via drop in file 2023-03-24 02:23:30 +01:00
TNE 8cd319e3cc Fix initial-user-setup 2022-11-30 04:58:51 +00:00
dr460nf1r3 c352675300
Move all autostart units to /etc/xdg/autostart but the welcome/user setup 2022-10-21 11:39:22 +02:00
Vito F 0a7db7e485 Do not block X11 compositing when using mpv 2022-10-14 08:16:06 +00:00
Nico 2987bba053
Update aspell plugin 2022-08-14 13:47:06 +02:00
dr460nf1r3 0de445ca8e
Remove symlink, need to put this into Calamares to not break the installation 2022-07-13 11:31:49 +02:00
dr460nf1r3 ef5d7f428a
Apply native messaging symlink for FireDragon by default 2022-06-20 20:46:43 +02:00
dr460nf1r3 709d32977b
Cleanup unused files 2022-05-14 17:53:46 +02:00
dr460nf1r3 58f1185dc7
Visudo gotta be picky with its configuration <.< 2022-04-04 16:12:03 +02:00
dr460nf1r3 fa323e6989
Fix visudo editor defaulting to vi 2022-04-04 14:43:39 +02:00
librewish 0e9dee7bcc move nohang and some udev rules to performance-tweaks 2021-12-11 22:29:14 +05:30
TNE afdbf32ce5 dont disable baloo 2021-12-08 16:04:43 +00:00
librewish d5680db6ee adjust common settings 2021-11-29 19:11:40 +05:30
Shrinivas Vishnu Kumbhar f1a8a1a7d6 snapshot-detect now provided by timeshift package 2021-08-31 12:38:38 +05:30
dr460nf1r3 17f714b9e0
Move the sudo insults easteregg enabling to sudoers.d instead of desktop-overlay 2021-08-22 15:33:11 +02:00
dr460nf1r3 eb1324d9f3
It makes no sense to ship bashrc setup in this package anymore, moving to the actual bashrc package 2021-08-22 15:30:46 +02:00
Shrinivas Vishnu Kumbhar 509af3db23 depend on garuda-bash-config 2021-08-21 13:49:41 +05:30
Shrinivas Vishnu Kumbhar df57809ba8 globally enable user service 2021-08-21 11:04:34 +05:30
dr460nf1r3 9188d18729
Remove mangohug & vkbasalt env vars by default 2021-08-05 18:40:28 +02:00
dr460nf1r3 b23d714db9
Make loading starship in bashrc based on condition - remove starship from depends 2021-07-28 21:50:02 +02:00
dr460nf1r3 3e747066db Merge branch 'archy-coder-master-patch-63656' into 'master'
Update .bashrc_garuda

See merge request garuda-linux/themes-and-settings/settings/garuda-common-settings!3
2021-07-27 18:21:25 +00:00
dr460nf1r3 c510a80b96
Move zram-generator config to /usr/lib as well 2021-07-27 20:20:19 +02:00
Aryan Mangale 02c4c13a54 Update .bashrc_garuda
Corrected bash syntax.
2021-07-27 18:19:29 +00:00
dr460nf1r3 894870933a
Start moving configuration to /usr/lib instead of /etc 2021-07-27 10:13:12 +02:00
dr460nf1r3 7d93dbd35e
Fix & new tag 2021-07-08 08:27:55 +02:00
dr460nf1r3 4830cd4b0b
We want to use zstd for compression on one device! 2021-07-02 12:26:12 +02:00
dr460nf1r3 08b615319d
Add the proposed changes concerning replacing daemons & adjusting sysctl values 2021-07-02 11:03:30 +02:00
dr460nf1r3 00c7fcf3c7
Add setting up custom .bashrc 2021-06-12 12:16:15 +00:00
dr460nf1r3 007afc588f
Use user systemctl to enable libinput-gestures 2021-06-11 18:20:57 +02:00
dr460nf1r3 73e39ef0cc
Update psd conf 2021-05-16 21:41:17 +02:00
dr460nf1r3 65fb156ff6
Make micro use transparent theme, update plugins 2021-05-16 19:58:23 +02:00
Shrinivas Vishnu Kumbhar 6a939e7c5b add timeshift snapshot boot detection 2021-04-19 17:04:05 +05:30
Shrinivas Vishnu Kumbhar 6687f67fef add timeshift snapshot boot detection 2021-04-19 16:50:25 +05:30
dr460nf1r3 0a9e2b22ea
Also remove the services 2021-04-06 18:52:13 +02:00
Shrinivas Vishnu Kumbhar fc15f8b3eb fix 2021-04-06 20:23:36 +05:30
Shrinivas Vishnu Kumbhar 01852945b4 fix permissions 2021-04-06 15:39:52 +05:30
Shrinivas Vishnu Kumbhar 3ed583ee60 fix permissions 2021-04-06 15:35:51 +05:30
dr460nf1r3 fd710119c2
Add pacman-init service to have less issues with untrusted keys 2021-04-05 20:52:56 +02:00
Shrinivas Vishnu Kumbhar 31bd9f0e44 fix polkit rules 2021-04-05 17:50:23 +05:30
Shrinivas Vishnu Kumbhar 5093c51111 useless bump 2021-03-16 18:32:08 +05:30
Shrinivas Vishnu Kumbhar ffa74e7dc3 revert chnges related to dirty_bytes 2021-03-12 17:32:21 +05:30