1
0
Fork 0
mirror of synced 2024-10-01 06:57:04 -04:00
Commit graph

64 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
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
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
709d32977b
Cleanup unused files 2022-05-14 17:53:46 +02:00
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
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
df57809ba8 globally enable user service 2021-08-21 11:04:34 +05:30
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
librewish
396bf1df5a change smplayer theme 2021-02-19 22:27:08 +05:30
librewish
ef5b5e2ddf libreoffice defaut to breeze dark icons 2021-02-19 19:18:36 +05:30
librewish
6bed3b3c3f fix polkit rules + make libreoffice defaut to breeze dark icons 2021-02-19 17:49:38 +05:30
dr460nf1r3
9eef8c4258
Add TryExec to autostart items to not use them if app is not installed 2021-02-17 12:45:27 +01:00
librewish
1fe23e8f3f move things from performance-tweaks to common settings 2021-02-08 17:00:21 +05:30
librewish
de69ff074d add polkit rules to not ask password for certain apps 2021-02-04 13:19:38 +05:30
Librewish
cad61f79ca update 2021-02-01 22:29:28 +05:30
Nico Jensch
33e02af3ef Remove Alacritty config as thats in the settings packages now 2021-01-02 12:44:22 +01:00
Nico Jensch
2b8e6f1ed0 Create paleofetch --recache autostart item 2021-01-02 12:11:49 +01:00
Nico
1ff660446d Update alacritty.yml 2021-01-01 11:33:01 +01:00
TotallyNotElite
9bdfb62c93 Fix initial-user-setup.desktop containing the wrong file name 2020-12-28 15:08:50 +00:00
TotallyNotElite
009a53e32b Separate setup-assistant and initial user setup
The setup assistant only gets run once per system, so this needs to be moved.
2020-12-26 11:53:12 +01:00
Nico Jensch
be7d7ac45a Decrease Alacritty font size 2020-12-20 17:08:18 +01:00
TotallyNotElite
597915d45d Remove existing auto start desktop file for setup assistant
This task was delegated to garuda-welcome.
2020-12-19 16:28:56 +01:00
Librewish
4c0ed983bf smplayer config 2020-12-13 16:38:13 +05:30
Librewish
6f04f767ce flameshot autostart 2020-12-13 15:08:11 +05:30
Librewish
24517c43ce fix setup-assistant autostart 2020-12-06 18:45:19 +05:30
Librewish
ebe98f1d14 vlcrc allow only one instance 2020-12-06 17:42:08 +05:30
Librewish
5a14da2ad0 vlcrc allow only one instance 2020-12-06 17:39:45 +05:30
Librewish
e70f76a49c vlcrc allow only one instance 2020-12-06 17:28:19 +05:30
librewish
992369381b changes due to dropping garuda-metapkg 2020-12-04 21:32:34 +05:30
Nico Jensch
bc9400caef Add keybindings to Alacritty 2020-12-04 16:38:57 +01:00
Nico Jensch
75d8b1cd8c Fix some string issues, changed icon & psd active for chromium & firefox 2020-11-15 16:20:59 +01:00
Nico Jensch
33534c42cf Add choices to assistant, remove micro theming
to
2020-11-13 12:44:17 +01:00
Nico Jensch
c8671c2466 Add micro config 2020-11-10 09:45:58 +01:00
librewish
7635edb0ae disable gpu-hq profile in mpv.conf 2020-11-03 20:41:17 +05:30
librewish
3f1eff13db update script 2020-10-29 21:38:59 +05:30
Nico Jensch
3fcd95a1f1 Add correct .desktop 2020-10-27 13:06:05 +01:00
Nico Jensch
8ab0706c32 Unify ultimate upgrade & setup 2020-10-27 13:02:51 +01:00