1
0
Fork 0
mirror of synced 2024-11-04 17:28:59 -05:00
Commit graph

249 commits

Author SHA1 Message Date
TNE
94f97528af feat(garuda-inxi): Add grub-customizer check 2024-04-17 07:26:20 +00:00
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
000fb46329 fix(zram-generator.conf): remove depreciated config options
* `zram-fraction` and `max-zram-size` are obsolete options. The size of the
zram device is now set by `zram-size`.
* Removed `host-memory-limit` since we have it set to the default value.

Closes https://gitlab.com/garuda-linux/themes-and-settings/settings/garuda-common-settings/-/merge_requests/8
2023-12-15 23:45:07 -05:00
BluishHumility
d04cd5a0b0 feat(pacseek): separate dependencies with newline by default 2023-12-15 21:53:49 -05:00
BluishHumility
45fdc8db93 ci: fix pip refusing to install any package
Workaround in place as per https://gitlab.com/garuda-linux/themes-and-settings/settings/garuda-sway-settings/-/issues/2#note_1689180378
2023-12-11 14:04:19 -05:00
Nico Jensch
f0d5ef4331
docs: add badges 2023-11-19 15:05:19 +01:00
Nico Jensch
550e227698
ci: automate releases via pushing tags 2023-11-19 14:34:33 +01: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
Nico Jensch
9d0122aac3
feat: add information, ci checking commit message and remove PKGBUILD 2023-11-07 15:57:09 +01:00
SGS
7204ff360d Update PKGBUILD 2023-10-05 16:00:54 +02: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
61903319dd bump pkgver 2023-03-24 02:24:40 +01:00
TNE
1a40ada700 grub: set ibt=off via drop in file 2023-03-24 02:23:30 +01:00
TNE
f9ed84e944 Mark LO interface as unmanaged (this should be reverted in the next KDE release) 2023-02-20 04:51:35 +01:00
TNE
8183f88e2e bump pkgver 2023-01-04 07:55:21 +01:00
TNE
5c70dbd990 Merge branch 'garuda-inxi--fix-color-escapes-when-redirected' into 'master'
Fully avoid outputting color escapes when redirected (garuda-inxi)

See merge request garuda-linux/themes-and-settings/settings/garuda-common-settings!7
2023-01-04 06:53:52 +00:00
M/R
9211a58624 Fully avoid outputting color escapes when redirected (garuda-inxi) 2023-01-04 00:08:25 +01:00
TNE
47fd8f5333 garuda-inxi: Add mkinitcpio/dracut/nvidia-dkms, move snapshots to relevant software 2023-01-03 05:01:43 +01:00
TNE
493d089b93 fix garuda-logs.conf 2022-12-20 06:40:08 +01:00
TNE
42cbbf597a Create the Garuda Linux logs folder automatically 2022-12-20 05:57:42 +01:00
TNE
8cd319e3cc Fix initial-user-setup 2022-11-30 04:58:51 +00:00
dr460nf1r3
0c2dfd0825
Fix pkgver 2022-10-21 11:49:11 +02:00
dr460nf1r3
c352675300
Move all autostart units to /etc/xdg/autostart but the welcome/user setup 2022-10-21 11:39:22 +02:00
librewish
fea0fd406c Merge branch 'VitoF-master-patch-86085' into 'master'
Do not block X11 compositing when using mpv

See merge request garuda-linux/themes-and-settings/settings/garuda-common-settings!6
2022-10-14 08:19:15 +00:00
Vito F
0a7db7e485 Do not block X11 compositing when using mpv 2022-10-14 08:16:06 +00:00
TNE
636fe36eed conflict some old firmware packages 2022-09-27 16:24:10 +02:00
librewish
59d794d3a7 limit journal size 2022-09-08 11:55:37 +05:30
TNE
d5d917e52f Merge branch 'issue-change-dependancy-browser-settings' into 'master'
Change dependancy for browser-settings to optional

See merge request garuda-linux/themes-and-settings/settings/garuda-common-settings!5
2022-09-06 21:48:08 +00:00
cd6beb3941
Change dependancy for browser-settings to optional 2022-09-06 15:06:29 -04:00
Nico
2987bba053
Update aspell plugin 2022-08-14 13:47:06 +02:00
dr460nf1r3
c1c8218741
Remove symlink, need to put this into Calamares to not break the installation, version update 2022-07-13 11:32:00 +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
3842242edf
Backup sudoers.d options 2022-06-24 19:23:00 +02:00
dr460nf1r3
ef5d7f428a
Apply native messaging symlink for FireDragon by default 2022-06-20 20:46:43 +02:00
TNE
aef5a9743e Fix incorrect trigger of umount 2022-05-14 18:45:11 +02:00
dr460nf1r3
709d32977b
Cleanup unused files 2022-05-14 17:53:46 +02:00
TNE
711f32cfb9 [2.6.2] improve garuda pacman hook optimization 2022-04-25 20:43:42 +02:00
librewish
ecc7514c1e update pkgrel 2022-04-15 13:59:08 +05:30
librewish
620d16f2d3 update pkgrel 2022-04-15 13:11:07 +05:30
TNE
3bee321867 use is-snapshot-boot 2022-04-06 20:28:45 +02:00
TNE
a35e52d8dd Disable snapshot reject hook if not booted into snapshot 2022-04-06 20:02:50 +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
dr460nf1r3
5667fdd0ff
Add pacutils to optdepends 2022-03-13 16:45:29 +01:00
TNE
6089e29bd9 Add reboot icon next to full system update text if the user has not rebooted since the last full update 2022-03-13 16:10:53 +01:00