monfraide83 Hi everybody. I'm trying to write a bash file to be opened at the start, and I don't know how to do it... If you can help me, that'll be great ! Thx a lot !
528491 Are you on Budgie? If so, go to Budgie Desktop Settings -> Autostart -> Add entry In the command field insert: sh path/to/your/script
528491 If you want a terminal to be opened with your script: gnome-terminal -- sh path/to/your/script
monfraide83 I'm on Gnome. There is not autostart. I have to start this script at the start : xmodmap -e 'keycode 94=at numbersign' -e 'keycode 49=less greater less greater less greater' to change @ and < at the start for my Apple keyboard to be perfect.
528491 I'm not familiar with gnome, but maybe there is an extension to add the autostart capabilities.