diff --git a/add-nfs-mounts.sh b/common/add-nfs-mounts.sh similarity index 100% rename from add-nfs-mounts.sh rename to common/add-nfs-mounts.sh diff --git a/fix-chrome-not-opening.sh b/common/fix-chrome-not-opening.sh similarity index 100% rename from fix-chrome-not-opening.sh rename to common/fix-chrome-not-opening.sh diff --git a/fstab b/common/fstab similarity index 100% rename from fstab rename to common/fstab diff --git a/gnome/load.sh b/common/gnome/load.sh similarity index 100% rename from gnome/load.sh rename to common/gnome/load.sh diff --git a/gnome/save.sh b/common/gnome/save.sh similarity index 100% rename from gnome/save.sh rename to common/gnome/save.sh diff --git a/gnome/settings.gnome b/common/gnome/settings.gnome similarity index 100% rename from gnome/settings.gnome rename to common/gnome/settings.gnome diff --git a/vfx/nuke.png b/common/icons/nuke.png similarity index 100% rename from vfx/nuke.png rename to common/icons/nuke.png diff --git a/kde/all settings.kksrc b/common/kde/all settings.kksrc similarity index 100% rename from kde/all settings.kksrc rename to common/kde/all settings.kksrc diff --git a/kde/carlos.knsv b/common/kde/carlos.knsv similarity index 100% rename from kde/carlos.knsv rename to common/kde/carlos.knsv diff --git a/kde/keyboard-shortcuts.kksrc b/common/kde/keyboard-shortcuts.kksrc similarity index 100% rename from kde/keyboard-shortcuts.kksrc rename to common/kde/keyboard-shortcuts.kksrc diff --git a/kde/load.sh b/common/kde/load.sh similarity index 100% rename from kde/load.sh rename to common/kde/load.sh diff --git a/kde/save.sh b/common/kde/save.sh similarity index 100% rename from kde/save.sh rename to common/kde/save.sh diff --git a/onepass/cypher b/dev/onepass/cypher similarity index 100% rename from onepass/cypher rename to dev/onepass/cypher diff --git a/onepass/get.sh b/dev/onepass/get.sh similarity index 100% rename from onepass/get.sh rename to dev/onepass/get.sh diff --git a/onepass/install-onepass-fedora.sh b/dev/onepass/install-onepass-fedora.sh similarity index 100% rename from onepass/install-onepass-fedora.sh rename to dev/onepass/install-onepass-fedora.sh diff --git a/onepass/save.sh b/dev/onepass/save.sh similarity index 100% rename from onepass/save.sh rename to dev/onepass/save.sh diff --git a/sesh b/dev/sesh similarity index 100% rename from sesh rename to dev/sesh diff --git a/sessions/sync.sh b/dev/sessions/sync.sh similarity index 100% rename from sessions/sync.sh rename to dev/sessions/sync.sh diff --git a/sessions/syncprev.sh b/dev/sessions/syncprev.sh similarity index 100% rename from sessions/syncprev.sh rename to dev/sessions/syncprev.sh diff --git a/fedora/carlos-dev-gnome.sh b/fedora/carlos-dev-gnome.sh new file mode 100644 index 0000000..6da3da6 --- /dev/null +++ b/fedora/carlos-dev-gnome.sh @@ -0,0 +1,14 @@ +cd ~/linux-setup/fedora/ +sh fedora.sh + +cd ~/linux-setup/fedora/ +sh gnome.sh + +cd ~/linux-setup/fedora/ +sh dev.sh + +cd ~/linux-setup/common/gnome +sh load.sh + +echo "Finished, now configure snapper and btrfs-assistant" +sudo btrfs-assistant diff --git a/carlos-fedora-kde.sh b/fedora/carlos-dev-kde.sh similarity index 71% rename from carlos-fedora-kde.sh rename to fedora/carlos-dev-kde.sh index 321b083..dcaa08a 100644 --- a/carlos-fedora-kde.sh +++ b/fedora/carlos-dev-kde.sh @@ -1,11 +1,14 @@ cd ~/linux-setup/fedora/ sh fedora.sh +cd ~/linux-setup/fedora/ +sh kde.sh + cd ~/linux-setup/fedora/ sh dev.sh -cd ~/linux-setup/kde -sh kde.sh +cd ~/linux-setup/common/kde +sh load.sh echo "Finished, now configure snapper and btrfs-assistant" sudo btrfs-assistant diff --git a/dev/fedora/dev.sh b/fedora/dev.sh similarity index 97% rename from dev/fedora/dev.sh rename to fedora/dev.sh index d3ca584..9d5673e 100644 --- a/dev/fedora/dev.sh +++ b/fedora/dev.sh @@ -1,5 +1,5 @@ -sudo cp ../../sesh /usr/bin -cp ../tmux/tmux.conf ~/.tmux.conf +sudo cp ../dev/sesh /usr/bin +# cp ../dev/tmux/tmux.conf ~/.tmux.conf sudo dnf install zig -y sudo dnf install neovim -y diff --git a/fedora/fedora.sh b/fedora/fedora.sh index f19d66a..a1abb69 100644 --- a/fedora/fedora.sh +++ b/fedora/fedora.sh @@ -8,11 +8,7 @@ flatpak install app/com.yubico.yubioath/x86_64/stable -y --user flatpak install net.nokyan.Resources -y --user flatpak install gearlever -y --user -sudo dnf install rofi -y -sudo dnf install nautilus -y -sudo dnf install sushi -y sudo dnf blueman -y -# sudo dnf install ulauncher -y sudo dnf install grub-customizer -y sudo dnf install snapper -y sudo dnf install btrfs-assistant -y @@ -41,8 +37,3 @@ sudo dnf install python-vlc -y sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc sudo sh -c 'echo -e "[1password]\nname=1Password Stable Channel\nbaseurl=https://downloads.1password.com/linux/rpm/stable/\$basearch\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=\"https://downloads.1password.com/linux/keys/1password.asc\"" > /etc/yum.repos.d/1password.repo' sudo dnf install 1password -y - -cd ~/.config/ -git config --global credential.helper store -git clone https://git.noisyserver.sbs/noisycarlos/rofi -git clone https://git.noisyserver.sbs/noisycarlos/ulauncher diff --git a/gnome/install_extensions.sh b/fedora/gnome.sh similarity index 100% rename from gnome/install_extensions.sh rename to fedora/gnome.sh diff --git a/dev/fedora/install-rails.sh b/fedora/install-rails.sh similarity index 100% rename from dev/fedora/install-rails.sh rename to fedora/install-rails.sh diff --git a/kde/kde.sh b/fedora/kde.sh similarity index 100% rename from kde/kde.sh rename to fedora/kde.sh diff --git a/vfx/fedora/fusion.sh b/fedora/vfx/fusion.sh similarity index 100% rename from vfx/fedora/fusion.sh rename to fedora/vfx/fusion.sh diff --git a/vfx/fedora/nuke.sh b/fedora/vfx/nuke.sh similarity index 98% rename from vfx/fedora/nuke.sh rename to fedora/vfx/nuke.sh index 3080f7e..567daa7 100644 --- a/vfx/fedora/nuke.sh +++ b/fedora/vfx/nuke.sh @@ -4,7 +4,7 @@ download_from_source=$1 version=$2 if [ -z "$version" ]; then - version="15.1v3" + version="15.1v5" fi vnum="${version%%v*}" @@ -54,6 +54,7 @@ echo "Moving application to bin directory..." if [ ! -d "${nuke_install_basepath}" ]; then sudo mkdir ${nuke_install_basepath} >/dev/null fi +cd ~/Downloads sudo rm -r ${nuke_install_basepath}/${installation_dir_name} sudo mv ./${installation_dir_name} ${nuke_install_basepath}/ curl -sS -# -o ./nuke.png ${base_url}/nuke.png diff --git a/vfx/fedora/resolve.sh b/fedora/vfx/resolve.sh similarity index 100% rename from vfx/fedora/resolve.sh rename to fedora/vfx/resolve.sh diff --git a/gnome/install_pop_shell.sh b/gnome/install_pop_shell.sh deleted file mode 100644 index 94d2ef6..0000000 --- a/gnome/install_pop_shell.sh +++ /dev/null @@ -1,5 +0,0 @@ -flatpak install flathub io.github.vikdevelop.SaveDesktop - -sudo dnf install gnome-shell-extension-pop-shell xprop -y -# flatpak install SaveDesktop -y -#Save Desktop diff --git a/gnome/other/gnome-config b/gnome/other/gnome-config deleted file mode 100644 index 6e96305..0000000 --- a/gnome/other/gnome-config +++ /dev/null @@ -1 +0,0 @@ -{"extensions":{"gTile@vibou":{"/org/gnome/shell/extensions/gtile/":"[/]\naction-autotile-main=['']\naction-move-next-monitor=['space']\nanimation=false\nauto-close-keyboard-shortcut=true\nautotile-main-inverted=['o']\ncancel-tiling=['']\nglobal-auto-tiling=false\ngrid-sizes='3x2,4x2,5x2,2x2'\nmax-timeout=2100\nmove-down-vi=['']\nmove-left-vi=['']\nmove-right-vi=['']\nmove-up-vi=['']\npreset-resize-1=['n']\npreset-resize-10=['o']\npreset-resize-11=['k']\npreset-resize-12=['h']\npreset-resize-13=['comma']\npreset-resize-14=['period']\npreset-resize-15=['slash']\npreset-resize-16=['']\npreset-resize-17=['']\npreset-resize-18=['']\npreset-resize-19=['']\npreset-resize-2=['e']\npreset-resize-21=['']\npreset-resize-22=['']\npreset-resize-23=['']\npreset-resize-24=['']\npreset-resize-25=['']\npreset-resize-26=['']\npreset-resize-27=['']\npreset-resize-28=['']\npreset-resize-29=['']\npreset-resize-3=['i']\npreset-resize-4=['l']\npreset-resize-5=['u']\npreset-resize-6=['y']\npreset-resize-7=['j']\npreset-resize-8=['semicolon']\npreset-resize-9=['m']\nresize-down-vi=['']\nresize-left-vi=['']\nresize-right-vi=['']\nresize-up-vi=['']\nresize1='3x1 1:1 1:1, 3x1 1:1 2:1'\nresize10='4x1 4:1 4:1, 6x1 6:1 6:1, 6x1 5:1 5:1'\nresize11='5x1 1:1 1:1 '\nresize12='5x1 2:1 2:1'\nresize13='5x1 3:1 3:1'\nresize14='5x1 4:1 4:1'\nresize15='5x1 5:1 5:1'\nresize16=''\nresize17=''\nresize18=''\nresize19=''\nresize2='3x1 2:1 2:1, 5x1 2:1 4:1'\nresize20=''\nresize21=''\nresize22=''\nresize23=''\nresize24=''\nresize25=''\nresize26=''\nresize27=''\nresize28=''\nresize29=''\nresize3=' 3x1 3:1 3:1, 3x1 2:1 3:1'\nresize30=''\nresize4='4x1 2:1 2:1, 4x1 1:1 2:1, 4x1 1:1 1:1'\nresize5='4x1 2:1 3:1, 6x1 2:1 5:1, 1x1 1:1 1:1'\nresize6='4x1 3:1 3:1, 4x1 3:1 4:1, 4x1 4:1 4:1'\nresize7=''\nresize8=''\nresize9='4x1 1:1 1:1, 6x1 1:1 1:1, 6x1 2:1 2:1'\nset-tiling=['']\nshow-toggle-tiling=['Return']\nshow-toggle-tiling-alt=['']\nsnap-to-neighbors=['BackSpace']\ntheme='Default'"},"appindicatorsupport@rgcjonas.gmail.com":{"/org/gnome/shell/extensions/appindicator/":""},"advanced-alt-tab@G-dH.github.com":{"/org/gnome/shell/extensions/advanced-alt-tab-window-switcher/":"[/]\napp-switcher-popup-icon-size=64\napp-switcher-popup-results-limit=20\napp-switcher-popup-search-pref-running=true\napp-switcher-popup-titles=true\nhot-edge-fullscreen=false\nhot-edge-position=0\nsuper-key-mode=3\nswitcher-popup-monitor=1\nswitcher-popup-position=2\nswitcher-popup-preview-selected=2\nswitcher-popup-sync-filter=false\nswitcher-popup-timeout=100\nswitcher-popup-up-down-action=4\nwin-switcher-popup-filter=2\nwin-switcher-popup-preview-size=160\nwin-switcher-single-prev-size=168"},"another-window-session-manager@gmail.com":{"/org/gnome/shell/extensions/another-window-session-manager/":"[/]\nwindows-mapping='[[\"Unknown\",{\"W6\":{\"windowTitle\":null,\"xid\":\"W6\",\"windowStableSequence\":7}}],[\"/var/lib/flatpak/exports/share/applications/org.mozilla.firefox.desktop\",{\"W1\":{\"windowTitle\":null,\"xid\":\"W1\",\"windowStableSequence\":2},\"W2\":{\"windowTitle\":null,\"xid\":\"W2\",\"windowStableSequence\":3},\"W3\":{\"windowTitle\":null,\"xid\":\"W3\",\"windowStableSequence\":4},\"W12\":{\"windowTitle\":null,\"xid\":\"W12\",\"windowStableSequence\":13}}]]'"}},"keybindings":{"/org/gnome/mutter/keybindings/":"[/]\ntoggle-tiled-left=@as []\ntoggle-tiled-right=@as []","/org/gnome/mutter/wayland/keybindings/":"","/org/gnome/shell/keybindings/":"[/]\nswitch-to-application-1=@as []\nswitch-to-application-2=@as []\nswitch-to-application-3=@as []\nswitch-to-application-4=@as []\ntoggle-overview=@as []","/org/gnome/desktop/wm/keybindings/":"[/]\ncycle-panels=@as []\ncycle-panels-backward=@as []\nmove-to-workspace-left=['F7']\nmove-to-workspace-right=['F10']\nswitch-panels=@as []\nswitch-panels-backward=@as []\nswitch-to-workspace-left=['Left']\nswitch-to-workspace-right=['Right']\nswitch-to-workspace-up=@as []\ntoggle-on-all-workspaces=['F4']","/org/gnome/settings-daemon/plugins/media-keys/":"[/]\ncustom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom7/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom8/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom9/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom10/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom11/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom12/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom13/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom14/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom15/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom16/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom17/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4/']\nemail=@as []\nhelp=@as []\nmagnifier=@as []\nmagnifier-zoom-in=@as []\nmagnifier-zoom-out=@as []\nscreenreader=@as []\nscreensaver=['grave']\nwww=@as []\n\n[custom-keybindings/custom0]\nbinding='y'\ncommand='kitty'\nname='Terminal'\n\n[custom-keybindings/custom1]\nbinding='3'\ncommand='/usr/lib64/chromium-browser/chromium-browser.sh \"--profile-directory=Profile 1\" --app-id=cinhimbnkkaeohfgghhklpknlkffjgod'\nname='Music'\n\n[custom-keybindings/custom10]\nbinding='Escape'\ncommand='gnome-terminal -e btop'\nname='BTOP'\n\n[custom-keybindings/custom11]\nbinding='Tab'\ncommand='gnome-system-monitor'\nname='System Monitor'\n\n[custom-keybindings/custom12]\nbinding='e'\ncommand='nautilus'\nname='Files'\n\n[custom-keybindings/custom13]\nbinding='grave'\ncommand='dbus-send --session --dest=org.gnome.ScreenSaver --type=method_call \\\\\\n /org/gnome/ScreenSaver org.gnome.ScreenSaver.SetActive boolean:true'\nname='Blank Screen'\n\n[custom-keybindings/custom14]\nbinding='c'\ncommand='/usr/lib64/chromium-browser/chromium-browser.sh \"--profile-directory=Profile 1\" --app-id=jckaldkomadaenmmgladeopgmfbahfjm'\nname='ChatGPT'\n\n[custom-keybindings/custom15]\nbinding='period'\ncommand='gnome-characters'\nname='Emojis and other characters'\n\n[custom-keybindings/custom16]\nbinding='Escape'\ncommand='flatpak run net.nokyan.Resources'\nname='Resources'\n\n[custom-keybindings/custom17]\nbinding='4'\ncommand='/usr/lib64/chromium-browser/chromium-browser.sh \"--profile-directory=Profile 1\" --app-id=aebkobiphbamokjfkiblghikobafiiif'\nname='Calendar'\n\n[custom-keybindings/custom2]\nbinding='1'\ncommand='/usr/lib64/chromium-browser/chromium-browser.sh \"--profile-directory=Profile 1\" --app-id=nnabkjoflnejbhdbdgoapgbiejagmaen'\nname='Hey'\n\n[custom-keybindings/custom3]\nbinding='2'\ncommand='firefox'\nname='Firefox'\n\n[custom-keybindings/custom4]\nbinding='s'\ncommand='bash ~/linux-setup/push-gnome-settings.sh'\nname='Push Gnome Settings'\n\n[custom-keybindings/custom5]\nbinding='backslash'\ncommand='1password'\nname='1Password'\n\n[custom-keybindings/custom6]\nbinding='i'\ncommand='./Programs/xpectre_infinite_canvas'\nname='Infinite Canvas'\n\n[custom-keybindings/custom7]\nbinding='m'\ncommand='kitty --session syncopotamus --title \"VIM Syncopotamus\"\\n'\nname='Syncopotamus Terminal'\n\n[custom-keybindings/custom8]\nbinding='k'\ncommand='/usr/lib64/chromium-browser/chromium-browser.sh \"--profile-directory=Profile 1\" --app-id=jobhhdlioclbfndpidjnnbipilmmagji'\nname='Basecamp'\n\n[custom-keybindings/custom9]\nbinding='w'\ncommand='flatpak run net.waterfox.waterfox'\nname='Waterfox'"},"tweaks":{"/org/gnome/desktop/background/":"[/]\npicture-options='zoom'\npicture-uri='file:///usr/share/backgrounds/fedora-workstation/glasscurtains_light.webp'\npicture-uri-dark='file:///usr/share/backgrounds/fedora-workstation/glasscurtains_dark.webp'\nprimary-color='#000000000000'\nsecondary-color='#000000000000'","/org/gnome/desktop/calendar/":"[/]\nshow-weekdate=true","/org/gnome/desktop/input-sources/":"[/]\ncurrent=uint32 0\nsources=[('xkb', 'us')]\nxkb-options=@as []","/org/gnome/desktop/interface/":"[/]\nclock-show-weekday=true\ncolor-scheme='prefer-dark'\nenable-hot-corners=false\nfont-antialiasing='grayscale'\nfont-hinting='slight'\nicon-theme='Adwaita'\nshow-battery-percentage=true\ntoolkit-accessibility=true","/org/gnome/desktop/peripherals/":"[keyboard]\nnumlock-state=true\n\n[mouse]\naccel-profile='default'\n\n[stylus/6581dfc5]\nbutton-action='middle'\neraser-pressure-curve=[0, 0, 100, 100]\npressure-curve=[0, 75, 25, 100]\nsecondary-button-action='right'\n\n[tablets/056a:033c]\nkeep-aspect=true\n\n[touchpad]\ntwo-finger-scrolling-enabled=true","/org/gnome/desktop/screensaver/":"[/]\npicture-options='zoom'\npicture-uri='file:///usr/share/backgrounds/fedora-workstation/glasscurtains_light.webp'\nprimary-color='#000000000000'\nsecondary-color='#000000000000'","/org/gnome/desktop/sound/":"","/org/gnome/desktop/wm/preferences/":"[/]\naction-middle-click-titlebar='minimize'\nbutton-layout='appmenu:minimize,maximize,close'\nfocus-mode='click'\nnum-workspaces=3\nresize-with-right-button=false","/org/gnome/mutter/":"[/]\ncenter-new-windows=true\ndynamic-workspaces=true\nedge-tiling=true\nworkspaces-only-on-primary=true\n\n[keybindings]\ntoggle-tiled-left=@as []\ntoggle-tiled-right=@as []","/org/gnome/settings-daemon/plugins/xsettings/":""}} \ No newline at end of file diff --git a/gnome/other/gnome_settings_backup.txt b/gnome/other/gnome_settings_backup.txt deleted file mode 100644 index 27bf0f1..0000000 --- a/gnome/other/gnome_settings_backup.txt +++ /dev/null @@ -1,440 +0,0 @@ -[calendar] -active-view='month' -window-maximized=true -window-size=(768, 600) - -[control-center] -last-panel='bluetooth' -window-state=(1279, 1047, false) - -[desktop/app-folders] -folder-children=['Utilities', 'YaST'] - -[desktop/app-folders/folders/Utilities] -apps=['gnome-abrt.desktop', 'gnome-system-log.desktop', 'nm-connection-editor.desktop', 'org.gnome.baobab.desktop', 'org.gnome.Connections.desktop', 'org.gnome.DejaDup.desktop', 'org.gnome.Dictionary.desktop', 'org.gnome.DiskUtility.desktop', 'org.gnome.eog.desktop', 'org.gnome.Evince.desktop', 'org.gnome.FileRoller.desktop', 'org.gnome.fonts.desktop', 'org.gnome.seahorse.Application.desktop', 'org.gnome.tweaks.desktop', 'org.gnome.Usage.desktop', 'vinagre.desktop'] -categories=['X-GNOME-Utilities'] -name='X-GNOME-Utilities.directory' -translate=true - -[desktop/app-folders/folders/YaST] -categories=['X-SuSE-YaST'] -name='suse-yast.directory' -translate=true - -[desktop/background] -picture-options='zoom' -picture-uri='file:///usr/share/backgrounds/fedora-workstation/glasscurtains_light.webp' -picture-uri-dark='file:///usr/share/backgrounds/fedora-workstation/glasscurtains_dark.webp' -primary-color='#000000000000' -secondary-color='#000000000000' - -[desktop/calendar] -show-weekdate=true - -[desktop/datetime] -automatic-timezone=true - -[desktop/input-sources] -current=uint32 0 -sources=[('xkb', 'us')] -xkb-options=@as [] - -[desktop/interface] -clock-show-weekday=true -color-scheme='prefer-dark' -enable-hot-corners=false -font-antialiasing='grayscale' -font-hinting='slight' -icon-theme='Adwaita' -show-battery-percentage=true -toolkit-accessibility=true - -[desktop/notifications] -application-children=['org-freedesktop-problems-applet', 'org-gnome-software', 'gnome-power-panel', 'org-gnome-terminal', 'firefox', 'org-kde-kdeconnect-daemon', 'gnome-printers-panel', 'com-usebottles-bottles', 'code', 'org-mozilla-firefox', 'net-nokyan-resources', 'gnome-network-panel', 'org-gnome-settings', 'org-gnome-nautilus', 'gnome-datetime-panel', 'chrome-aebkobiphbamokjfkiblghikobafiiif-profile-1'] - -[desktop/notifications/application/chrome-aebkobiphbamokjfkiblghikobafiiif-profile-1] -application-id='chrome-aebkobiphbamokjfkiblghikobafiiif-Profile_1.desktop' - -[desktop/notifications/application/code] -application-id='code.desktop' - -[desktop/notifications/application/com-usebottles-bottles] -application-id='com.usebottles.bottles.desktop' - -[desktop/notifications/application/firefox] -application-id='firefox.desktop' - -[desktop/notifications/application/gnome-datetime-panel] -application-id='gnome-datetime-panel.desktop' - -[desktop/notifications/application/gnome-network-panel] -application-id='gnome-network-panel.desktop' - -[desktop/notifications/application/gnome-power-panel] -application-id='gnome-power-panel.desktop' - -[desktop/notifications/application/gnome-printers-panel] -application-id='gnome-printers-panel.desktop' - -[desktop/notifications/application/net-nokyan-resources] -application-id='net.nokyan.Resources.desktop' - -[desktop/notifications/application/org-freedesktop-problems-applet] -application-id='org.freedesktop.problems.applet.desktop' - -[desktop/notifications/application/org-gnome-nautilus] -application-id='org.gnome.Nautilus.desktop' - -[desktop/notifications/application/org-gnome-settings] -application-id='org.gnome.Settings.desktop' - -[desktop/notifications/application/org-gnome-software] -application-id='org.gnome.Software.desktop' - -[desktop/notifications/application/org-gnome-terminal] -application-id='org.gnome.Terminal.desktop' - -[desktop/notifications/application/org-kde-kdeconnect-daemon] -application-id='org.kde.kdeconnect.daemon.desktop' - -[desktop/notifications/application/org-mozilla-firefox] -application-id='org.mozilla.firefox.desktop' - -[desktop/peripherals/keyboard] -numlock-state=true - -[desktop/peripherals/mouse] -accel-profile='default' - -[desktop/peripherals/stylus/6581dfc5] -button-action='middle' -eraser-pressure-curve=[0, 0, 100, 100] -pressure-curve=[0, 75, 25, 100] -secondary-button-action='right' - -[desktop/peripherals/tablets/056a:033c] -keep-aspect=true - -[desktop/peripherals/touchpad] -two-finger-scrolling-enabled=true - -[desktop/privacy] -report-technical-problems=true - -[desktop/screensaver] -picture-options='zoom' -picture-uri='file:///usr/share/backgrounds/fedora-workstation/glasscurtains_light.webp' -primary-color='#000000000000' -secondary-color='#000000000000' - -[desktop/session] -idle-delay=uint32 0 - -[desktop/wm/keybindings] -cycle-panels=@as [] -cycle-panels-backward=@as [] -move-to-workspace-left=['F7'] -move-to-workspace-right=['F10'] -switch-panels=@as [] -switch-panels-backward=@as [] -switch-to-workspace-left=['Left'] -switch-to-workspace-right=['Right'] -switch-to-workspace-up=@as [] -toggle-on-all-workspaces=['F4'] - -[desktop/wm/preferences] -action-middle-click-titlebar='minimize' -button-layout='appmenu:minimize,maximize,close' -focus-mode='click' -num-workspaces=3 -resize-with-right-button=false - -[evolution-data-server] -migrated=true - -[gnome-system-monitor] -current-tab='resources' -maximized=false -network-total-in-bits=false -show-dependencies=false -show-whose-processes='user' -window-state=(1279, 1407, 26, 23) - -[gnome-system-monitor/disktreenew] -col-6-visible=true -col-6-width=0 - -[login-screen] -enable-fingerprint-authentication=true -enable-password-authentication=true -enable-smartcard-authentication=false - -[mutter] -center-new-windows=true -dynamic-workspaces=true -edge-tiling=true -workspaces-only-on-primary=true - -[mutter/keybindings] -toggle-tiled-left=@as [] -toggle-tiled-right=@as [] - -[nautilus/preferences] -default-folder-viewer='icon-view' -migrated-gtk-settings=true -search-filter-time-type='last_modified' -search-view='list-view' - -[nautilus/window-state] -initial-size=(890, 550) - -[portal/filechooser/com.usebottles.bottles] -last-folder-path='/home/carlos' - -[portal/filechooser/md.obsidian.Obsidian] -last-folder-path='/home/carlos' - -[settings-daemon/plugins/color] -night-light-last-coordinates=(34.12845766697594, -118.3715342) - -[settings-daemon/plugins/media-keys] -custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom7/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom8/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom9/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom10/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom11/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom12/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom13/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom14/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom15/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom16/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom17/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4/'] -email=@as [] -help=@as [] -magnifier=@as [] -magnifier-zoom-in=@as [] -magnifier-zoom-out=@as [] -screenreader=@as [] -screensaver=['grave'] -www=@as [] - -[settings-daemon/plugins/media-keys/custom-keybindings/custom0] -binding='y' -command='kitty' -name='Terminal' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom1] -binding='3' -command='/usr/lib64/chromium-browser/chromium-browser.sh "--profile-directory=Profile 1" --app-id=cinhimbnkkaeohfgghhklpknlkffjgod' -name='Music' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom10] -binding='Escape' -command='gnome-terminal -e btop' -name='BTOP' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom11] -binding='Tab' -command='gnome-system-monitor' -name='System Monitor' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom12] -binding='e' -command='nautilus' -name='Files' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom13] -binding='grave' -command='dbus-send --session --dest=org.gnome.ScreenSaver --type=method_call \\\n /org/gnome/ScreenSaver org.gnome.ScreenSaver.SetActive boolean:true' -name='Blank Screen' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom14] -binding='c' -command='/usr/lib64/chromium-browser/chromium-browser.sh "--profile-directory=Profile 1" --app-id=jckaldkomadaenmmgladeopgmfbahfjm' -name='ChatGPT' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom15] -binding='period' -command='gnome-characters' -name='Emojis and other characters' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom16] -binding='Escape' -command='flatpak run net.nokyan.Resources' -name='Resources' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom17] -binding='4' -command='/usr/lib64/chromium-browser/chromium-browser.sh "--profile-directory=Profile 1" --app-id=aebkobiphbamokjfkiblghikobafiiif' -name='Calendar' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom2] -binding='1' -command='/usr/lib64/chromium-browser/chromium-browser.sh "--profile-directory=Profile 1" --app-id=nnabkjoflnejbhdbdgoapgbiejagmaen' -name='Hey' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom3] -binding='2' -command='firefox' -name='Firefox' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom4] -binding='s' -command='bash ~/linux-setup/push-gnome-settings.sh' -name='Push Gnome Settings' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom5] -binding='backslash' -command='1password' -name='1Password' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom6] -binding='i' -command='./Programs/xpectre_infinite_canvas' -name='Infinite Canvas' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom7] -binding='m' -command='kitty --session syncopotamus --title "VIM Syncopotamus"\n' -name='Syncopotamus Terminal' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom8] -binding='k' -command='/usr/lib64/chromium-browser/chromium-browser.sh "--profile-directory=Profile 1" --app-id=jobhhdlioclbfndpidjnnbipilmmagji' -name='Basecamp' - -[settings-daemon/plugins/media-keys/custom-keybindings/custom9] -binding='w' -command='flatpak run net.waterfox.waterfox' -name='Waterfox' - -[settings-daemon/plugins/power] -ambient-enabled=false -power-button-action='interactive' - -[shell] -command-history=['7', 'flatpak run firefox', 'flatpak run firefox7', 'flatpak run org.mozilla.firefox', 'sh ~/.config/kitty/syncopotamus', 'sh ~/.config/kitty/syncopotamus.sh', 'kitty --session test --title "VIM Syncopotamus"', 'e', 'e', 'kitty --session syncopotamus --title "VIM Syncopotamus"', 'flatpak run Calendar', '~/linux-setup/push-gnome-settings.sh', 'start ~/linux-setup/push-gnome-settings.sh', 'terminal ~/linux-setup/push-gnome-settings.sh', 'gnome-terminal ~/linux-setup/push-gnome-settings.sh', 'sh ~/linux-setup/push-gnome-settings.sh', 'bash ~/linux-setup/push-gnome-settings.sh', '~/.config/kitty/syncopotamus.sh'] -disabled-extensions=@as [] -enabled-extensions=['background-logo@fedorahosted.org', 'extensions-sync@elhan.io', 'appindicatorsupport@rgcjonas.gmail.com', 'advanced-alt-tab@G-dH.github.com', 'gTile@vibou', 'another-window-session-manager@gmail.com'] -favorite-apps=['firefox.desktop', 'org.gnome.Calendar.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop', 'com.google.Chrome.flextop.chrome-aebkobiphbamokjfkiblghikobafiiif-Default.desktop'] -welcome-dialog-last-shown-version='44.0' - -[shell/extensions/advanced-alt-tab-window-switcher] -app-switcher-popup-icon-size=64 -app-switcher-popup-results-limit=20 -app-switcher-popup-search-pref-running=true -app-switcher-popup-titles=true -hot-edge-fullscreen=false -hot-edge-position=0 -super-key-mode=3 -switcher-popup-monitor=1 -switcher-popup-position=2 -switcher-popup-preview-selected=2 -switcher-popup-sync-filter=false -switcher-popup-timeout=100 -switcher-popup-up-down-action=4 -win-switcher-popup-filter=2 -win-switcher-popup-preview-size=160 -win-switcher-single-prev-size=168 - -[shell/extensions/another-window-session-manager] -windows-mapping='[["Unknown",{"W6":{"windowTitle":null,"xid":"W6","windowStableSequence":7}}],["/var/lib/flatpak/exports/share/applications/org.mozilla.firefox.desktop",{"W1":{"windowTitle":null,"xid":"W1","windowStableSequence":2},"W2":{"windowTitle":null,"xid":"W2","windowStableSequence":3},"W3":{"windowTitle":null,"xid":"W3","windowStableSequence":4},"W12":{"windowTitle":null,"xid":"W12","windowStableSequence":13}}]]' - -[shell/extensions/extensions-sync] -backup-file-location='file:///home/carlos/linux-setup/gnome-config' -github-gist-id='noisycarlos' -github-user-token='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' -provider='Local' - -[shell/extensions/gtile] -action-autotile-main=[''] -action-move-next-monitor=['space'] -animation=false -auto-close-keyboard-shortcut=true -autotile-main-inverted=['o'] -cancel-tiling=[''] -global-auto-tiling=false -grid-sizes='3x2,4x2,5x2,2x2' -max-timeout=2100 -move-down-vi=[''] -move-left-vi=[''] -move-right-vi=[''] -move-up-vi=[''] -preset-resize-1=['n'] -preset-resize-10=['o'] -preset-resize-11=['k'] -preset-resize-12=['h'] -preset-resize-13=['comma'] -preset-resize-14=['period'] -preset-resize-15=['slash'] -preset-resize-16=[''] -preset-resize-17=[''] -preset-resize-18=[''] -preset-resize-19=[''] -preset-resize-2=['e'] -preset-resize-21=[''] -preset-resize-22=[''] -preset-resize-23=[''] -preset-resize-24=[''] -preset-resize-25=[''] -preset-resize-26=[''] -preset-resize-27=[''] -preset-resize-28=[''] -preset-resize-29=[''] -preset-resize-3=['i'] -preset-resize-4=['l'] -preset-resize-5=['u'] -preset-resize-6=['y'] -preset-resize-7=['j'] -preset-resize-8=['semicolon'] -preset-resize-9=['m'] -resize-down-vi=[''] -resize-left-vi=[''] -resize-right-vi=[''] -resize-up-vi=[''] -resize1='3x1 1:1 1:1, 3x1 1:1 2:1' -resize10='4x1 4:1 4:1, 6x1 6:1 6:1, 6x1 5:1 5:1' -resize11='5x1 1:1 1:1 ' -resize12='5x1 2:1 2:1' -resize13='5x1 3:1 3:1' -resize14='5x1 4:1 4:1' -resize15='5x1 5:1 5:1' -resize16='' -resize17='' -resize18='' -resize19='' -resize2='3x1 2:1 2:1, 5x1 2:1 4:1' -resize20='' -resize21='' -resize22='' -resize23='' -resize24='' -resize25='' -resize26='' -resize27='' -resize28='' -resize29='' -resize3=' 3x1 3:1 3:1, 3x1 2:1 3:1' -resize30='' -resize4='4x1 2:1 2:1, 4x1 1:1 2:1, 4x1 1:1 1:1' -resize5='4x1 2:1 3:1, 6x1 2:1 5:1, 1x1 1:1 1:1' -resize6='4x1 3:1 3:1, 4x1 3:1 4:1, 4x1 4:1 4:1' -resize7='' -resize8='' -resize9='4x1 1:1 1:1, 6x1 1:1 1:1, 6x1 2:1 2:1' -set-tiling=[''] -show-toggle-tiling=['Return'] -show-toggle-tiling-alt=[''] -snap-to-neighbors=['BackSpace'] -theme='Default' - -[shell/keybindings] -switch-to-application-1=@as [] -switch-to-application-2=@as [] -switch-to-application-3=@as [] -switch-to-application-4=@as [] -toggle-overview=@as [] - -[shell/world-clocks] -locations=@av [] - -[software] -check-timestamp=int64 1705157802 -first-run=false -flatpak-purge-timestamp=int64 1705034504 -install-timestamp=int64 1705080083 -update-notification-timestamp=int64 1705080134 -upgrade-notification-timestamp=int64 1705172054 - -[system/location] -enabled=true diff --git a/gnome/other/kpserver.gnome b/gnome/other/kpserver.gnome deleted file mode 100644 index 9a5cad5..0000000 --- a/gnome/other/kpserver.gnome +++ /dev/null @@ -1,565 +0,0 @@ -[com/usebottles/bottles] -startup-view='page_list' -window-height=640 -window-width=880 - -[org/gnome/Characters] -recent-characters=['⏲', '🔧', '🛠️', '🛠', '😃'] - -[org/gnome/Totem] -active-plugins=['vimeo', 'variable-rate', 'skipto', 'screenshot', 'screensaver', 'save-file', 'rotation', 'recent', 'movie-properties', 'open-directory', 'mpris', 'autoload-subtitles', 'apple-trailers'] -subtitle-encoding='UTF-8' - -[org/gnome/boxes] -first-run=false -view='icon-view' -window-maximized=false -window-position=[26, 23] -window-size=[768, 600] - -[org/gnome/calculator] -accuracy=9 -angle-units='degrees' -base=10 -button-mode='basic' -number-format='automatic' -show-thousands=false -show-zeroes=false -source-currency='' -source-units='degree' -target-currency='' -target-units='radian' -word-size=64 - -[org/gnome/calendar] -active-view='week' -window-maximized=false -window-size=(1279, 1048) - -[org/gnome/clocks] -world-clocks=@aa{sv} [] - -[org/gnome/clocks/state/window] -maximized=false -panel-id='stopwatch' -size=(1279, 1407) - -[org/gnome/control-center] -last-panel='wifi' -window-state=(1705, 1048, false) - -[org/gnome/desktop/a11y] -always-show-universal-access-status=true - -[org/gnome/desktop/a11y/applications] -screen-magnifier-enabled=true -screen-reader-enabled=false - -[org/gnome/desktop/a11y/keyboard] -togglekeys-enable=false - -[org/gnome/desktop/a11y/magnifier] -mag-factor=1.0 - -[org/gnome/desktop/app-folders] -folder-children=['Utilities', 'YaST'] - -[org/gnome/desktop/app-folders/folders/Utilities] -apps=['gnome-abrt.desktop', 'gnome-system-log.desktop', 'nm-connection-editor.desktop', 'org.gnome.baobab.desktop', 'org.gnome.Connections.desktop', 'org.gnome.DejaDup.desktop', 'org.gnome.Dictionary.desktop', 'org.gnome.DiskUtility.desktop', 'org.gnome.eog.desktop', 'org.gnome.Evince.desktop', 'org.gnome.FileRoller.desktop', 'org.gnome.fonts.desktop', 'org.gnome.seahorse.Application.desktop', 'org.gnome.tweaks.desktop', 'org.gnome.Usage.desktop', 'vinagre.desktop'] -categories=['X-GNOME-Utilities'] -name='X-GNOME-Utilities.directory' -translate=true - -[org/gnome/desktop/app-folders/folders/YaST] -categories=['X-SuSE-YaST'] -name='suse-yast.directory' -translate=true - -[org/gnome/desktop/background] -picture-options='zoom' -picture-uri='file:///usr/share/backgrounds/fedora-workstation/glasscurtains_light.webp' -picture-uri-dark='file:///usr/share/backgrounds/fedora-workstation/glasscurtains_dark.webp' -primary-color='#000000000000' -secondary-color='#000000000000' - -[org/gnome/desktop/calendar] -show-weekdate=true - -[org/gnome/desktop/input-sources] -current=uint32 0 -sources=[('xkb', 'us')] -xkb-options=@as [] - -[org/gnome/desktop/interface] -clock-show-weekday=true -color-scheme='prefer-dark' -enable-hot-corners=false -font-antialiasing='grayscale' -font-hinting='slight' -icon-theme='Adwaita' -toolkit-accessibility=true - -[org/gnome/desktop/notifications] -application-children=['org-gnome-software', 'org-gnome-calendar', 'org-gnome-settings', 'firefox', 'org-gnome-nautilus', 'gnome-power-panel', 'org-freedesktop-problems-applet', 'org-gnome-totem', 'chrome-jobhhdlioclbfndpidjnnbipilmmagji-profile-1', 'chrome-cinhimbnkkaeohfgghhklpknlkffjgod-profile-1', 'org-gnome-extensions-desktop', 'chrome-jckaldkomadaenmmgladeopgmfbahfjm-profile-1', 'gnome-network-panel', 'dropbox', 'balena-etcher', 'vicreo-listener', 'org-gnome-world-pikabackup', 'org-fedoraproject-mediawriter', 'org-kde-kdeconnect-daemon', 'gnome-printers-panel', 'org-gnome-evolution-alarm-notify', 'chromium-browser', 'xdg-desktop-portal-gnome', 'chrome-nefekojdngjodepbhmigapjofaphppoc-profile-1', 'com-usebottles-bottles'] - -[org/gnome/desktop/notifications/application/balena-etcher] -application-id='balena-etcher.desktop' - -[org/gnome/desktop/notifications/application/chrome-cinhimbnkkaeohfgghhklpknlkffjgod-profile-1] -application-id='chrome-cinhimbnkkaeohfgghhklpknlkffjgod-Profile_1.desktop' - -[org/gnome/desktop/notifications/application/chrome-jckaldkomadaenmmgladeopgmfbahfjm-profile-1] -application-id='chrome-jckaldkomadaenmmgladeopgmfbahfjm-Profile_1.desktop' - -[org/gnome/desktop/notifications/application/chrome-jobhhdlioclbfndpidjnnbipilmmagji-profile-1] -application-id='chrome-jobhhdlioclbfndpidjnnbipilmmagji-Profile_1.desktop' - -[org/gnome/desktop/notifications/application/chrome-nefekojdngjodepbhmigapjofaphppoc-profile-1] -application-id='chrome-nefekojdngjodepbhmigapjofaphppoc-Profile_1.desktop' - -[org/gnome/desktop/notifications/application/chromium-browser] -application-id='chromium-browser.desktop' - -[org/gnome/desktop/notifications/application/com-usebottles-bottles] -application-id='com.usebottles.bottles.desktop' - -[org/gnome/desktop/notifications/application/dropbox] -application-id='dropbox.desktop' - -[org/gnome/desktop/notifications/application/firefox] -application-id='firefox.desktop' - -[org/gnome/desktop/notifications/application/gnome-network-panel] -application-id='gnome-network-panel.desktop' - -[org/gnome/desktop/notifications/application/gnome-power-panel] -application-id='gnome-power-panel.desktop' - -[org/gnome/desktop/notifications/application/gnome-printers-panel] -application-id='gnome-printers-panel.desktop' - -[org/gnome/desktop/notifications/application/org-fedoraproject-mediawriter] -application-id='org.fedoraproject.MediaWriter.desktop' - -[org/gnome/desktop/notifications/application/org-freedesktop-problems-applet] -application-id='org.freedesktop.problems.applet.desktop' - -[org/gnome/desktop/notifications/application/org-gnome-calendar] -application-id='org.gnome.Calendar.desktop' - -[org/gnome/desktop/notifications/application/org-gnome-evolution-alarm-notify] -application-id='org.gnome.Evolution-alarm-notify.desktop' - -[org/gnome/desktop/notifications/application/org-gnome-extensions-desktop] -application-id='org.gnome.Extensions.desktop.desktop' - -[org/gnome/desktop/notifications/application/org-gnome-nautilus] -application-id='org.gnome.Nautilus.desktop' - -[org/gnome/desktop/notifications/application/org-gnome-settings] -application-id='org.gnome.Settings.desktop' - -[org/gnome/desktop/notifications/application/org-gnome-software] -application-id='org.gnome.Software.desktop' - -[org/gnome/desktop/notifications/application/org-gnome-totem] -application-id='org.gnome.Totem.desktop' - -[org/gnome/desktop/notifications/application/org-gnome-world-pikabackup] -application-id='org.gnome.World.PikaBackup.desktop' - -[org/gnome/desktop/notifications/application/org-kde-kdeconnect-daemon] -application-id='org.kde.kdeconnect.daemon.desktop' - -[org/gnome/desktop/notifications/application/vicreo-listener] -application-id='VICREO-Listener.desktop' -enable=true - -[org/gnome/desktop/notifications/application/xdg-desktop-portal-gnome] -application-id='xdg-desktop-portal-gnome.desktop' - -[org/gnome/desktop/peripherals/keyboard] -numlock-state=true - -[org/gnome/desktop/peripherals/stylus/6581dfc5] -button-action='middle' -eraser-pressure-curve=[0, 0, 100, 100] -pressure-curve=[0, 75, 25, 100] -secondary-button-action='right' - -[org/gnome/desktop/peripherals/tablets/056a:033c] -keep-aspect=true - -[org/gnome/desktop/peripherals/touchpad] -two-finger-scrolling-enabled=true - -[org/gnome/desktop/privacy] -report-technical-problems=true - -[org/gnome/desktop/remote-desktop/rdp] -enable=true -tls-cert='/home/carlos/.local/share/gnome-remote-desktop/rdp-tls.crt' -tls-key='/home/carlos/.local/share/gnome-remote-desktop/rdp-tls.key' -view-only=false - -[org/gnome/desktop/screensaver] -picture-options='zoom' -picture-uri='file:///usr/share/backgrounds/fedora-workstation/glasscurtains_light.webp' -primary-color='#000000000000' -secondary-color='#000000000000' - -[org/gnome/desktop/session] -idle-delay=uint32 0 - -[org/gnome/desktop/wm/keybindings] -cycle-panels=@as [] -cycle-panels-backward=@as [] -move-to-workspace-left=['F7'] -move-to-workspace-right=['F10'] -switch-panels=@as [] -switch-panels-backward=@as [] -switch-to-workspace-left=['F8'] -switch-to-workspace-right=['F9'] -switch-to-workspace-up=@as [] -toggle-on-all-workspaces=['F4'] - -[org/gnome/desktop/wm/preferences] -action-middle-click-titlebar='minimize' -button-layout='appmenu:minimize,maximize,close' -focus-mode='click' -num-workspaces=3 -resize-with-right-button=false - -[org/gnome/evolution-data-server] -migrated=true - -[org/gnome/evolution-data-server/calendar] -reminders-past=@as [] - -[org/gnome/gnome-session] -auto-save-session=true - -[org/gnome/gnome-system-monitor] -current-tab='resources' -maximized=false -network-total-in-bits=false -show-dependencies=false -show-whose-processes='user' -window-state=(700, 500, 26, 23) - -[org/gnome/gnome-system-monitor/disktreenew] -col-6-visible=true -col-6-width=0 - -[org/gnome/login-screen] -enable-fingerprint-authentication=true -enable-password-authentication=true -enable-smartcard-authentication=false - -[org/gnome/mutter] -center-new-windows=true -dynamic-workspaces=true -edge-tiling=true -workspaces-only-on-primary=true - -[org/gnome/nautilus/preferences] -default-folder-viewer='icon-view' -migrated-gtk-settings=true -search-filter-time-type='last_modified' -search-view='list-view' - -[org/gnome/nautilus/window-state] -initial-size=(1705, 1048) -maximized=false - -[org/gnome/nm-applet/eap/8eee60cf-36a5-4f11-9da9-aa1f17dcf057] -ignore-ca-cert=false -ignore-phase2-ca-cert=false - -[org/gnome/portal/filechooser/com.visualstudio.code] -last-folder-path='/home/carlos/repos/syncopotamus-go' - -[org/gnome/portal/filechooser/md.obsidian.Obsidian] -last-folder-path='/mnt/server/Dropbox/Carlos/Documents/Obsidian Vault' - -[org/gnome/portal/filechooser/org.gnome.World.PikaBackup] -last-folder-path='/etc' - -[org/gnome/portal/filechooser/org.kde.kdeconnect.app] -last-folder-path='/mnt/server/Dropbox/Carlos/Documents/Obsidian Vault' - -[org/gnome/settings-daemon/plugins/color] -night-light-last-coordinates=(34.1399181462046, -118.3716027) - -[org/gnome/settings-daemon/plugins/media-keys] -custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom7/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom8/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom9/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom10/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom11/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom12/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom13/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom14/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom15/'] -email=@as [] -help=@as [] -magnifier=@as [] -magnifier-zoom-in=@as [] -magnifier-zoom-out=@as [] -screenreader=@as [] -screensaver=['grave'] -www=@as [] - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0] -binding='y' -command='kitty' -name='Terminal' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1] -binding='3' -command='/usr/lib64/chromium-browser/chromium-browser.sh "--profile-directory=Profile 1" --app-id=cinhimbnkkaeohfgghhklpknlkffjgod' -name='Music' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom10] -binding='Escape' -command='gnome-terminal -e btop' -name='BTOP' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom11] -binding='Tab' -command='gnome-system-monitor' -name='System Monitor' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom12] -binding='e' -command='nautilus' -name='Files' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom13] -binding='grave' -command='dbus-send --session --dest=org.gnome.ScreenSaver --type=method_call \\\n /org/gnome/ScreenSaver org.gnome.ScreenSaver.SetActive boolean:true' -name='Blank Screen' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom14] -binding='c' -command='/usr/lib64/chromium-browser/chromium-browser.sh "--profile-directory=Profile 1" --app-id=jckaldkomadaenmmgladeopgmfbahfjm' -name='ChatGPT' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom15] -binding='period' -command='gnome-characters' -name='Emojis and other characters' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2] -binding='1' -command='/usr/lib64/chromium-browser/chromium-browser.sh "--profile-directory=Profile 1" --app-id=nnabkjoflnejbhdbdgoapgbiejagmaen' -name='Hey' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3] -binding='2' -command='firefox' -name='Firefox' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4] -binding='4' -command='chromium-browser' -name='Chromium' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5] -binding='backslash' -command='1password' -name='1Password' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6] -binding='i' -command='./Programs/xpectre_infinite_canvas' -name='Infinite Canvas' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom7] -binding='m' -command='kitty --session syncopotamus --title Syncopotamus' -name='Syncopotamus Terminal' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom8] -binding='k' -command='/usr/lib64/chromium-browser/chromium-browser.sh "--profile-directory=Profile 1" --app-id=jobhhdlioclbfndpidjnnbipilmmagji' -name='Basecamp' - -[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom9] -binding='w' -command='flatpak run net.waterfox.waterfox' -name='Waterfox' - -[org/gnome/settings-daemon/plugins/power] -sleep-inactive-ac-type='nothing' - -[org/gnome/settings-daemon/plugins/sharing/gnome-user-share-webdav] -enabled-connections=@as [] - -[org/gnome/shell] -command-history=['firefox', 'nautilus', 'waterfox', '/usr/lib64/chromium-browser/chromium-browser.sh "--profile-directory=Profile 1" --app-id=jobhhdlioclbfndpidjnnbipilmmagj', '/usr/lib64/chromium-browser/chromium-browser.sh "--profile-directory=Profile 1" --app-id=jobhhdlioclbfndpidjnnbipilmmagji', 'sudo vbetool dpms off', 'characters', 'gnome-characters', 'gnome-nautilus', 'firefox http://www.google.com', 'https://console.firebase.google.com/project/syncopotamus-db/firestore/data/~2FRecurringJobs~2Fjob11', 'firefox https://console.firebase.google.com/project/syncopotamus-db/firestore/data/~2FRecurringJobs~2Fjob11', 'kitty', '/usr/bin/kitty', 'sh ~/scrips/testSheet.sh', 'sh /home/carlos/scripts/testSheet.sh', '~/Programs/xpectre_infinite_canvas', 'start ~/Programs/xpectre_infinite_canvas', './~/Programs/xpectre_infinite_canvas', 'sh ~/Programs/xpectre_infinite_canvas', 'bash ~/Programs/xpectre_infinite_canvas', './home/Carlos/Programs/xpectre_infinite_canvas', './Programs/xpectre_infinite_canvas'] -disable-user-extensions=false -disabled-extensions=['background-logo@fedorahosted.org'] -enabled-extensions=['extensions-sync@elhan.io', 'trayIconsReloaded@selfmade.pl', 'pop-shell@system76.com', 'gTile@vibou', 'appindicatorsupport@rgcjonas.gmail.com', 'advanced-alt-tab@G-dH.github.com'] -welcome-dialog-last-shown-version='44.0' - -[org/gnome/shell/app-switcher] -current-workspace-only=true - -[org/gnome/shell/extensions/advanced-alt-tab-window-switcher] -app-switcher-popup-icon-size=64 -app-switcher-popup-results-limit=20 -app-switcher-popup-search-pref-running=true -app-switcher-popup-titles=true -hot-edge-fullscreen=false -hot-edge-position=0 -super-key-mode=3 -switcher-popup-monitor=1 -switcher-popup-position=2 -switcher-popup-preview-selected=2 -switcher-popup-sync-filter=false -switcher-popup-timeout=100 -switcher-popup-up-down-action=4 -win-switcher-popup-filter=2 -win-switcher-popup-preview-size=160 -win-switcher-single-prev-size=168 - -[org/gnome/shell/extensions/extensions-sync] -backup-file-location='file:///mnt/server/Dropbox/Carlos/Gnome/Config/index' -provider='Local' - -[org/gnome/shell/extensions/gtile] -action-autotile-main=[''] -action-move-next-monitor=['space'] -animation=false -auto-close-keyboard-shortcut=true -autotile-main-inverted=['o'] -cancel-tiling=[''] -global-auto-tiling=false -grid-sizes='3x2,4x2,5x2,2x2, ' -max-timeout=2100 -move-down-vi=[''] -move-left-vi=[''] -move-right-vi=[''] -move-up-vi=[''] -preset-resize-1=['n'] -preset-resize-10=['o'] -preset-resize-11=['k'] -preset-resize-12=['h'] -preset-resize-13=['comma'] -preset-resize-14=['period'] -preset-resize-15=['slash'] -preset-resize-16=[''] -preset-resize-17=[''] -preset-resize-18=[''] -preset-resize-19=[''] -preset-resize-2=['e'] -preset-resize-21=[''] -preset-resize-22=[''] -preset-resize-23=[''] -preset-resize-24=[''] -preset-resize-25=[''] -preset-resize-26=[''] -preset-resize-27=[''] -preset-resize-28=[''] -preset-resize-29=[''] -preset-resize-3=['i'] -preset-resize-4=['l'] -preset-resize-5=['u'] -preset-resize-6=['y'] -preset-resize-7=['j'] -preset-resize-8=['semicolon'] -preset-resize-9=['m'] -resize-down-vi=[''] -resize-left-vi=[''] -resize-right-vi=[''] -resize-up-vi=[''] -resize1='3x1 1:1 1:1, 3x1 1:1 2:1' -resize10='4x1 4:1 4:1, 6x1 6:1 6:1, 6x1 5:1 5:1' -resize11='5x1 1:1 1:1 ' -resize12='5x1 2:1 2:1' -resize13='5x1 3:1 3:1' -resize14='5x1 4:1 4:1' -resize15='5x1 5:1 5:1' -resize16='' -resize17='' -resize18='' -resize19='' -resize2='3x1 2:1 2:1, 5x1 2:1 4:1' -resize20='' -resize21='' -resize22='' -resize23='' -resize24='' -resize25='' -resize26='' -resize27='' -resize28='' -resize29='' -resize3=' 3x1 3:1 3:1, 3x1 2:1 3:1' -resize30='' -resize4='4x1 2:1 2:1, 4x1 1:1 2:1, 4x1 1:1 1:1' -resize5='4x1 2:1 3:1, 6x1 2:1 5:1, 1x1 1:1 1:1' -resize6='4x1 3:1 3:1, 4x1 3:1 4:1, 4x1 4:1 4:1' -resize7='' -resize8='' -resize9='4x1 1:1 1:1, 6x1 1:1 1:1, 6x1 2:1 2:1' -set-tiling=['BackSpace'] -show-toggle-tiling=['Return'] -show-toggle-tiling-alt=[''] -snap-to-neighbors=['Return'] -theme='Default' - -[org/gnome/shell/extensions/pop-shell] -active-hint=false -mouse-cursor-follows-active-window=false -show-skip-taskbar=false -show-title=true -stacking-with-mouse=false -tile-by-default=false - -[org/gnome/shell/keybindings] -switch-to-application-1=@as [] -switch-to-application-2=@as [] -switch-to-application-3=@as [] -switch-to-application-4=@as [] -toggle-overview=@as [] - -[org/gnome/shell/world-clocks] -locations=@av [] - -[org/gnome/software] -check-timestamp=int64 1705186990 -first-run=false -flatpak-purge-timestamp=int64 1704505341 -install-timestamp=int64 1701050725 -security-timestamp=int64 0 -update-notification-timestamp=int64 1705187073 -upgrade-notification-timestamp=int64 1704148371 - -[org/gnome/system/location] -enabled=true - -[org/gtk/gtk4/settings/file-chooser] -date-format='regular' -location-mode='path-bar' -show-hidden=false -show-size-column=true -show-type-column=true -sidebar-width=140 -sort-column='modified' -sort-directories-first=false -sort-order='descending' -type-format='category' -view-type='list' -window-size=(859, 768) - -[org/gtk/settings/color-chooser] -custom-colors=[(0.98039215686274506, 0.30196078431372547, 0.031372549019607843, 1.0)] -selected-color=(true, 0.98039215686274506, 0.30196078431372547, 0.031372549019607843, 1.0) - -[org/gtk/settings/file-chooser] -date-format='regular' -location-mode='path-bar' -show-hidden=false -show-size-column=true -show-type-column=true -sidebar-width=157 -sort-column='modified' -sort-directories-first=false -sort-order='descending' -type-format='category' -window-position=(1944, 261) -window-size=(1231, 902) diff --git a/gnome/other/noisycarlos.extensionsync b/gnome/other/noisycarlos.extensionsync deleted file mode 100644 index 19adb9a..0000000 --- a/gnome/other/noisycarlos.extensionsync +++ /dev/null @@ -1 +0,0 @@ -{"extensions":{"advanced-alt-tab@G-dH.github.com":{"/org/gnome/shell/extensions/advanced-alt-tab-window-switcher/":"[/]\napp-switcher-popup-icon-size=64\napp-switcher-popup-results-limit=20\napp-switcher-popup-search-pref-running=true\napp-switcher-popup-titles=true\nhot-edge-fullscreen=false\nhot-edge-position=0\nsuper-key-mode=3\nswitcher-popup-monitor=1\nswitcher-popup-position=2\nswitcher-popup-preview-selected=2\nswitcher-popup-sync-filter=false\nswitcher-popup-timeout=100\nswitcher-popup-up-down-action=4\nwin-switcher-popup-filter=2\nwin-switcher-popup-preview-size=160\nwin-switcher-single-prev-size=168"},"appindicatorsupport@rgcjonas.gmail.com":{"/org/gnome/shell/extensions/appindicator/":""},"gTile@vibou":{"/org/gnome/shell/extensions/gtile/":"[/]\naction-autotile-main=['']\naction-move-next-monitor=['space']\nanimation=false\nauto-close-keyboard-shortcut=true\nautotile-main-inverted=['o']\ncancel-tiling=['']\nglobal-auto-tiling=false\ngrid-sizes='3x2,4x2,5x2,2x2, '\nmax-timeout=2100\nmove-down-vi=['']\nmove-left-vi=['']\nmove-right-vi=['']\nmove-up-vi=['']\npreset-resize-1=['n']\npreset-resize-10=['o']\npreset-resize-11=['k']\npreset-resize-12=['h']\npreset-resize-13=['comma']\npreset-resize-14=['period']\npreset-resize-15=['slash']\npreset-resize-16=['']\npreset-resize-17=['']\npreset-resize-18=['']\npreset-resize-19=['']\npreset-resize-2=['e']\npreset-resize-21=['']\npreset-resize-22=['']\npreset-resize-23=['']\npreset-resize-24=['']\npreset-resize-25=['']\npreset-resize-26=['']\npreset-resize-27=['']\npreset-resize-28=['']\npreset-resize-29=['']\npreset-resize-3=['i']\npreset-resize-4=['l']\npreset-resize-5=['u']\npreset-resize-6=['y']\npreset-resize-7=['j']\npreset-resize-8=['semicolon']\npreset-resize-9=['m']\nresize-down-vi=['']\nresize-left-vi=['']\nresize-right-vi=['']\nresize-up-vi=['']\nresize1='3x1 1:1 1:1, 3x1 1:1 2:1'\nresize10='4x1 4:1 4:1, 6x1 6:1 6:1, 6x1 5:1 5:1'\nresize11='5x1 1:1 1:1 '\nresize12='5x1 2:1 2:1'\nresize13='5x1 3:1 3:1'\nresize14='5x1 4:1 4:1'\nresize15='5x1 5:1 5:1'\nresize16=''\nresize17=''\nresize18=''\nresize19=''\nresize2='3x1 2:1 2:1, 5x1 2:1 4:1'\nresize20=''\nresize21=''\nresize22=''\nresize23=''\nresize24=''\nresize25=''\nresize26=''\nresize27=''\nresize28=''\nresize29=''\nresize3=' 3x1 3:1 3:1, 3x1 2:1 3:1'\nresize30=''\nresize4='4x1 2:1 2:1, 4x1 1:1 2:1, 4x1 1:1 1:1'\nresize5='4x1 2:1 3:1, 6x1 2:1 5:1, 1x1 1:1 1:1'\nresize6='4x1 3:1 3:1, 4x1 3:1 4:1, 4x1 4:1 4:1'\nresize7=''\nresize8=''\nresize9='4x1 1:1 1:1, 6x1 1:1 1:1, 6x1 2:1 2:1'\nset-tiling=['BackSpace']\nshow-toggle-tiling=['Return']\nshow-toggle-tiling-alt=['']\nsnap-to-neighbors=['Return']\ntheme='Default'"},"focus-changer@heartmire":{"/org/gnome/shell/extensions/focus-changer/":"[/]\nfocus-down=['Down']\nfocus-left=['Left']\nfocus-right=['Right']\nfocus-up=['Up']"}},"keybindings":{"/org/gnome/mutter/keybindings/":"[/]\ntoggle-tiled-left=@as []\ntoggle-tiled-right=@as []","/org/gnome/mutter/wayland/keybindings/":"[/]\nrestore-shortcuts=@as []","/org/gnome/shell/keybindings/":"[/]\nopen-application-menu=@as []\nswitch-to-application-1=@as []\nswitch-to-application-2=@as []\nswitch-to-application-3=@as []\nswitch-to-application-4=@as []\ntoggle-message-tray=@as []\ntoggle-overview=@as []","/org/gnome/desktop/wm/keybindings/":"[/]\ncycle-panels=@as []\ncycle-panels-backward=@as []\nmaximize=@as []\nminimize=@as []\nmove-to-workspace-left=['F7']\nmove-to-workspace-right=['F10']\nswitch-panels=@as []\nswitch-panels-backward=@as []\nswitch-to-workspace-left=['F8']\nswitch-to-workspace-right=['F9']\nswitch-to-workspace-up=@as []\ntoggle-on-all-workspaces=['F4']\nunmaximize=@as []","/org/gnome/settings-daemon/plugins/media-keys/":"[/]\ncustom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom7/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom8/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom9/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom10/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom11/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom12/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom13/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom14/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom15/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom16/']\nemail=@as []\nhelp=@as []\nmagnifier=@as []\nmagnifier-zoom-in=@as []\nmagnifier-zoom-out=@as []\nscreenreader=@as []\nscreensaver=['grave']\nwww=@as []\n\n[custom-keybindings/custom0]\nbinding='y'\ncommand='kitty'\nname='Terminal'\n\n[custom-keybindings/custom1]\nbinding='3'\ncommand='/usr/lib64/chromium-browser/chromium-browser.sh \"--profile-directory=Profile 1\" --app-id=cinhimbnkkaeohfgghhklpknlkffjgod'\nname='Music'\n\n[custom-keybindings/custom10]\nbinding='Escape'\ncommand='gnome-terminal -e btop'\nname='BTOP'\n\n[custom-keybindings/custom11]\nbinding='Tab'\ncommand='gnome-system-monitor'\nname='System Monitor'\n\n[custom-keybindings/custom12]\nbinding='e'\ncommand='nautilus'\nname='Files'\n\n[custom-keybindings/custom13]\nbinding='grave'\ncommand='dbus-send --session --dest=org.gnome.ScreenSaver --type=method_call \\\\\\n /org/gnome/ScreenSaver org.gnome.ScreenSaver.SetActive boolean:true'\nname='Blank Screen'\n\n[custom-keybindings/custom14]\nbinding='c'\ncommand='/usr/lib64/chromium-browser/chromium-browser.sh \"--profile-directory=Profile 1\" --app-id=jckaldkomadaenmmgladeopgmfbahfjm'\nname='ChatGPT'\n\n[custom-keybindings/custom15]\nbinding='period'\ncommand='gnome-characters'\nname='Emojis and other characters'\n\n[custom-keybindings/custom16]\nbinding='l'\ncommand='kitty --session linkedag --title \"LinkedAG neovim\"'\nname='Linked AG Terminal'\n\n[custom-keybindings/custom2]\nbinding='1'\ncommand='/usr/lib64/chromium-browser/chromium-browser.sh \"--profile-directory=Profile 1\" --app-id=nnabkjoflnejbhdbdgoapgbiejagmaen'\nname='Hey'\n\n[custom-keybindings/custom3]\nbinding='2'\ncommand='firefox'\nname='Firefox'\n\n[custom-keybindings/custom4]\nbinding='4'\ncommand='chromium-browser'\nname='Chromium'\n\n[custom-keybindings/custom5]\nbinding='backslash'\ncommand='1password'\nname='1Password'\n\n[custom-keybindings/custom6]\nbinding='i'\ncommand='./Programs/xpectre_infinite_canvas'\nname='Infinite Canvas'\n\n[custom-keybindings/custom7]\nbinding='m'\ncommand='kitty --session syncopotamus --title Syncopotamus'\nname='Syncopotamus Terminal'\n\n[custom-keybindings/custom8]\nbinding='k'\ncommand='/usr/lib64/chromium-browser/chromium-browser.sh \"--profile-directory=Profile 1\" --app-id=jobhhdlioclbfndpidjnnbipilmmagji'\nname='Basecamp'\n\n[custom-keybindings/custom9]\nbinding='w'\ncommand='flatpak run net.waterfox.waterfox'\nname='Waterfox'"},"tweaks":{"/org/gnome/desktop/background/":"[/]\ncolor-shading-type='solid'\npicture-options='zoom'\npicture-uri='file:///usr/share/backgrounds/fedora-workstation/glasscurtains_light.webp'\npicture-uri-dark='file:///usr/share/backgrounds/warty-final-ubuntu.png'\nprimary-color='#2c001e'\nsecondary-color='#2c001e'","/org/gnome/desktop/calendar/":"[/]\nshow-weekdate=true","/org/gnome/desktop/input-sources/":"[/]\ncurrent=uint32 0\nper-window=false\nsources=[('xkb', 'us')]\nxkb-options=@as []","/org/gnome/desktop/interface/":"[/]\nclock-show-weekday=true\ncolor-scheme='prefer-dark'\nenable-hot-corners=false\nfont-antialiasing='grayscale'\nfont-hinting='slight'\ngtk-theme='Yaru-dark'\nicon-theme='Yaru'\ntoolkit-accessibility=true","/org/gnome/desktop/peripherals/":"[keyboard]\nnumlock-state=true\n\n[stylus/6581dfc5]\nbutton-action='right'\neraser-pressure-curve=[0, 0, 100, 100]\npressure-curve=[0, 75, 25, 100]\nsecondary-button-action='middle'\ntertiary-button-action='default'\n\n[tablets/056a:033c]\nkeep-aspect=true\nmapping='absolute'\n\n[touchpad]\nnatural-scroll=false\nspeed=0.13235294117647056\ntwo-finger-scrolling-enabled=true","/org/gnome/desktop/screensaver/":"[/]\ncolor-shading-type='solid'\npicture-options='zoom'\npicture-uri='file:///usr/share/backgrounds/warty-final-ubuntu.png'\nprimary-color='#2c001e'\nsecondary-color='#2c001e'","/org/gnome/desktop/sound/":"","/org/gnome/desktop/wm/preferences/":"[/]\naction-middle-click-titlebar='minimize'\nbutton-layout='appmenu:minimize,maximize,close'\nfocus-mode='click'\nnum-workspaces=3\nresize-with-right-button=false","/org/gnome/mutter/":"[/]\ncenter-new-windows=true\ndynamic-workspaces=true\nedge-tiling=true\nexperimental-features=@as []\nworkspaces-only-on-primary=true\n\n[keybindings]\ntoggle-tiled-left=@as []\ntoggle-tiled-right=@as []\n\n[wayland/keybindings]\nrestore-shortcuts=@as []","/org/gnome/settings-daemon/plugins/xsettings/":""}} \ No newline at end of file diff --git a/gnome/other/noisycarlos.sd.tar.gz b/gnome/other/noisycarlos.sd.tar.gz deleted file mode 100644 index a7e85c4..0000000 Binary files a/gnome/other/noisycarlos.sd.tar.gz and /dev/null differ diff --git a/gnome/other/popOS-settings.gnome b/gnome/other/popOS-settings.gnome deleted file mode 100644 index d3bf9a5..0000000 --- a/gnome/other/popOS-settings.gnome +++ /dev/null @@ -1,206 +0,0 @@ -[com/system76/hidpi] -enable=false -mode='lodpi' - -[io/elementary/appcenter/settings] -cached-drivers=['nvidia-driver-550', 'nvidia-driver-550-open', 'nvidia-driver-535-open', 'nvidia-driver-545-open', 'nvidia-driver-535-server-open', 'nvidia-driver-535-server'] -last-refresh-time=int64 1717958452 -window-height=698 -window-maximized=false -window-width=1275 - -[org/gnome/calculator] -accuracy=9 -angle-units='degrees' -base=10 -button-mode='basic' -number-format='automatic' -show-thousands=false -show-zeroes=false -source-currency='' -source-units='degree' -target-currency='' -target-units='radian' -window-position=(3201, 1818) -word-size=64 - -[org/gnome/control-center] -last-panel='sharing' - -[org/gnome/desktop/app-folders/folders/Pop-Office] -apps=['libreoffice-calc.desktop', 'libreoffice-draw.desktop', 'libreoffice-impress.desktop', 'libreoffice-math.desktop', 'libreoffice-startcenter.desktop', 'libreoffice-writer.desktop'] -name='Office' -translate=true - -[org/gnome/desktop/app-folders/folders/Pop-System] -apps=['gnome-language-selector.desktop', 'gnome-session-properties.desktop', 'gnome-system-monitor.desktop', 'im-config.desktop', 'nm-connection-editor.desktop', 'nvidia-settings.desktop', 'org.gnome.baobab.desktop', 'org.gnome.DiskUtility.desktop', 'org.gnome.PowerStats.desktop', 'org.gnome.seahorse.Application.desktop', 'software-properties-gnome.desktop', 'system76-driver.desktop', 'system76-firmware.desktop'] -name='System' -translate=true - -[org/gnome/desktop/app-folders/folders/Pop-Utility] -apps=['com.github.donadigo.eddy.desktop', 'com.system76.Popsicle.desktop', 'gucharmap.desktop', 'info.desktop', 'org.gnome.eog.desktop', 'org.gnome.Evince.desktop', 'org.gnome.Extensions.desktop', 'org.gnome.FileRoller.desktop', 'org.gnome.font-viewer.desktop', 'org.gnome.Screenshot.desktop', 'org.gnome.Totem.desktop', 'pop-cosmic-applications.desktop', 'pop-cosmic-launcher.desktop', 'pop-cosmic-workspaces.desktop', 'simple-scan.desktop', 'yelp.desktop'] -name='Utilities' -translate=true - -[org/gnome/desktop/background] -color-shading-type='solid' -picture-options='zoom' -picture-uri-dark='file:///usr/share/backgrounds/pop/tony-webster-97532.jpg' -primary-color='#000000' -secondary-color='#000000' - -[org/gnome/desktop/input-sources] -current=uint32 0 -per-window=false -sources=[('xkb', 'us')] -xkb-options=@as [] - -[org/gnome/desktop/interface] -color-scheme='prefer-dark' - -[org/gnome/desktop/notifications] -application-children=['gnome-power-panel', 'gnome-control-center', 'io-elementary-appcenter', 'org-gnome-nautilus', 'firefox', 'fusion360-fusion360'] - -[org/gnome/desktop/notifications/application/firefox] -application-id='firefox.desktop' - -[org/gnome/desktop/notifications/application/fusion360-fusion360] -application-id='fusion360_fusion360.desktop' - -[org/gnome/desktop/notifications/application/gnome-control-center] -application-id='gnome-control-center.desktop' - -[org/gnome/desktop/notifications/application/gnome-power-panel] -application-id='gnome-power-panel.desktop' - -[org/gnome/desktop/notifications/application/io-elementary-appcenter] -application-id='io.elementary.appcenter.desktop' - -[org/gnome/desktop/notifications/application/org-gnome-nautilus] -application-id='org.gnome.Nautilus.desktop' - -[org/gnome/desktop/peripherals/keyboard] -numlock-state=true - -[org/gnome/desktop/peripherals/mouse] -natural-scroll=false - -[org/gnome/desktop/peripherals/touchpad] -natural-scroll=true -two-finger-scrolling-enabled=true - -[org/gnome/desktop/privacy] -report-technical-problems=false - -[org/gnome/desktop/remote-desktop/rdp] -enable=true -tls-cert='/home/carlos/.local/share/gnome-remote-desktop/rdp-tls.crt' -tls-key='/home/carlos/.local/share/gnome-remote-desktop/rdp-tls.key' -view-only=false - -[org/gnome/desktop/remote-desktop/vnc] -view-only=false - -[org/gnome/desktop/screensaver] -color-shading-type='solid' -picture-options='zoom' -picture-uri='file:///usr/share/backgrounds/pop/tony-webster-97532.jpg' -primary-color='#000000' -secondary-color='#000000' - -[org/gnome/evolution-data-server] -migrated=true -network-monitor-gio-name='' - -[org/gnome/gedit/plugins] -active-plugins=['docinfo', 'spell', 'openlinks', 'modelines', 'filebrowser', 'sort'] - -[org/gnome/gedit/plugins/filebrowser] -root='file:///' -tree-view=true -virtual-root='file:///media/carlos/fedora/root/etc' - -[org/gnome/gedit/preferences/ui] -show-tabs-mode='auto' - -[org/gnome/gedit/state/window] -bottom-panel-size=140 -side-panel-active-page='GeditWindowDocumentsPanel' -side-panel-size=200 -size=(1724, 1353) -state=87040 - -[org/gnome/gnome-system-monitor] -cpu-colors=[(uint32 0, '#e6194B'), (1, '#f58231'), (2, '#ffe119'), (3, '#bfef45'), (4, '#3cb44b'), (5, '#42d4f4'), (6, '#4363d8'), (7, '#911eb4'), (8, '#f032e6'), (9, '#fabebe'), (10, '#ffd8b1'), (11, '#fffac8'), (12, '#aaffc3'), (13, '#469990'), (14, '#000075'), (15, '#e6beff'), (16, '#f332ec7e7999'), (17, '#c9037999f332'), (18, '#7999f332a588'), (19, '#f332820c7999'), (20, '#799994a0f332'), (21, '#b81cf3327999'), (22, '#f3327999db97'), (23, '#7999f332e751'), (24, '#f332c3d67999'), (25, '#a05a7999f332'), (26, '#7999f3327cdf'), (27, '#f332799999cd'), (28, '#7999bd49f332'), (29, '#e0c4f3327999'), (30, '#e2247999f332'), (31, '#7999f332bea9')] -current-tab='processes' -maximized=false -network-total-in-bits=false -show-dependencies=false -show-whose-processes='user' -window-state=(700, 500, 50, 50) - -[org/gnome/gnome-system-monitor/disktreenew] -col-6-visible=true -col-6-width=0 - -[org/gnome/mutter] -edge-tiling=false - -[org/gnome/nautilus/preferences] -default-folder-viewer='icon-view' -search-filter-time-type='last_modified' -search-view='list-view' - -[org/gnome/nautilus/window-state] -initial-size=(1275, 1376) -maximized=false - -[org/gnome/settings-daemon/plugins/media-keys] -custom-keybindings=@as [] - -[org/gnome/settings-daemon/plugins/power] -sleep-inactive-ac-timeout=1800 -sleep-inactive-ac-type='suspend' -sleep-inactive-battery-timeout=1800 -sleep-inactive-battery-type='suspend' - -[org/gnome/shell] -disabled-extensions=@as [] -enabled-extensions=['ding@rastersoft.com', 'pop-cosmic@system76.com', 'pop-shell@system76.com', 'system76-power@system76.com', 'cosmic-dock@system76.com', 'cosmic-workspaces@system76.com', 'popx11gestures@system76.com', 'ubuntu-appindicators@ubuntu.com'] -welcome-dialog-last-shown-version='42.9' - -[org/gnome/shell/extensions/dash-to-dock] -extend-height=false -manualhide=true - -[org/gnome/shell/extensions/pop-cosmic] -show-applications-button=true -show-workspaces-button=true - -[org/gnome/shell/extensions/pop-shell] -active-hint=false -active-hint-border-radius=uint32 7 -gap-inner=uint32 1 -gap-outer=uint32 1 -hint-color-rgba='rgb(255,124,0)' -tile-by-default=true - -[org/gnome/system/location] -enabled=false - -[org/gtk/gtk4/settings/file-chooser] -date-format='regular' -location-mode='path-bar' -show-hidden=false -show-size-column=true -show-type-column=true -sidebar-width=162 -sort-column='name' -sort-directories-first=false -sort-order='ascending' -type-format='category' -window-size=(805, 374) - -[org/gtk/settings/color-chooser] -custom-colors=[(1.0, 0.48648648648648651, 0.0, 1.0), (1.0, 0.0, 0.74901960784313726, 1.0), (1.0, 0.0, 0.75, 1.0), (0.98431372549019602, 0.72156862745098038, 0.42352941176470588, 1.0)] -selected-color=(true, 1.0, 0.48648648648648651, 0.0, 1.0) diff --git a/gnome/other/pushGnomeSettings.sh b/gnome/other/pushGnomeSettings.sh deleted file mode 100644 index 90b1dc3..0000000 --- a/gnome/other/pushGnomeSettings.sh +++ /dev/null @@ -1,5 +0,0 @@ -cd ~/linux-setup/gnome/ -dconf dump / >settings.gnome -git add settings.gnome -git commit -m "Updates gnome dconf dump" -git push diff --git a/main/fedora.sh b/main/fedora.sh deleted file mode 100644 index f19d66a..0000000 --- a/main/fedora.sh +++ /dev/null @@ -1,48 +0,0 @@ -flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - -sudo dnf install btop -y -sudo dnf install flatseal -y -sudo dnf install fzf -y - -flatpak install app/com.yubico.yubioath/x86_64/stable -y --user -flatpak install net.nokyan.Resources -y --user -flatpak install gearlever -y --user - -sudo dnf install rofi -y -sudo dnf install nautilus -y -sudo dnf install sushi -y -sudo dnf blueman -y -# sudo dnf install ulauncher -y -sudo dnf install grub-customizer -y -sudo dnf install snapper -y -sudo dnf install btrfs-assistant -y - -#Codecs -sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y -sudo dnf install gstreamer1-libav -y -sudo dnf install ffmpeg --allowerasing -y - -#Browsers -wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm -sudo dnf install ./google-chrome-stable_current_x86_64.rpm -y -rm google-chrome-stable_current_x86_64.rpm -# flatpak install app/com.google.Chrome/x86_64/stable -y --user -# flatpak install waterfox -y --user -# sudo dnf install chromium -y - -#Video -sudo rpm -i https://sourceforge.net/projects/djv/files/djv-beta/2.0.8/DJV2-2.0.8-1.x86_64.rpm -y -sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y -sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y -sudo dnf install vlc -y -sudo dnf install python-vlc -y - -#1Password -sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc -sudo sh -c 'echo -e "[1password]\nname=1Password Stable Channel\nbaseurl=https://downloads.1password.com/linux/rpm/stable/\$basearch\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=\"https://downloads.1password.com/linux/keys/1password.asc\"" > /etc/yum.repos.d/1password.repo' -sudo dnf install 1password -y - -cd ~/.config/ -git config --global credential.helper store -git clone https://git.noisyserver.sbs/noisycarlos/rofi -git clone https://git.noisyserver.sbs/noisycarlos/ulauncher diff --git a/main/hibernation.pkla b/main/hibernation.pkla deleted file mode 100644 index 84de4a6..0000000 --- a/main/hibernation.pkla +++ /dev/null @@ -1,9 +0,0 @@ -[Enable hibernate in upower] -Identity=unix-user:* -Action=org.freedesktop.upower.hibernate -ResultActive=yes - -[Enable hibernate in logind] -Identity=unix-user:* -Action=org.freedesktop.login1.hibernate;org.freedesktop.login1.handle-hibernate-key;org.freedesktop.login1;org.freedesktop.login1.hibernate-multiple-sessions;org.freedesktop.login1.hibernate-ignore-inhibit -ResultActive=yes diff --git a/main/nobara.sh b/main/nobara.sh deleted file mode 100644 index 15c3ddd..0000000 --- a/main/nobara.sh +++ /dev/null @@ -1,47 +0,0 @@ -flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - -sudo dnf install btop -y -sudo dnf install flatseal -y -sudo dnf install fzf -y - -flatpak install app/com.yubico.yubioath/x86_64/stable -y --user -flatpak install net.nokyan.Resources -y --user -flatpak install gearlever -y --user - -sudo dnf install rofi -y -sudo dnf install nautilus -y -sudo dnf install sushi -y -sudo dnf install ulauncher -y - -sudo dnf remove libreoffice -y -flatpak install onlyoffice -y --user - -#Codecs -sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y -sudo dnf install gstreamer1-libav -y -sudo dnf install ffmpeg --allowerasing -y - -#Browsers -wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm -sudo dnf install ./google-chrome-stable_current_x86_64.rpm -y -rm google-chrome-stable_current_x86_64.rpm -# flatpak install app/com.google.Chrome/x86_64/stable -y --user -# flatpak install waterfox -y --user -# sudo dnf install chromium -y - -#Video -sudo rpm -i https://sourceforge.net/projects/djv/files/djv-beta/2.0.8/DJV2-2.0.8-1.x86_64.rpm -y -# sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y -# sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y -sudo dnf install vlc -y -sudo dnf install python-vlc -y - -#1Password -sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc -sudo sh -c 'echo -e "[1password]\nname=1Password Stable Channel\nbaseurl=https://downloads.1password.com/linux/rpm/stable/\$basearch\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=\"https://downloads.1password.com/linux/keys/1password.asc\"" > /etc/yum.repos.d/1password.repo' -sudo dnf install 1password -y - -cd ~/.config/ -git config --global credential.helper store -git clone https://git.noisyserver.sbs/noisycarlos/rofi -git clone https://git.noisyserver.sbs/noisycarlos/ulauncher diff --git a/mount.sh b/mount.sh deleted file mode 100755 index b7807a5..0000000 --- a/mount.sh +++ /dev/null @@ -1,6 +0,0 @@ -sudo mount -t nfs 192.168.86.50:/VFX/KP\ VFX "/mnt/nfs/work/Dropbox/Projects/KP VFX/" -sudo mount -t nfs 192.168.86.50:/Library "/mnt/nfs/library" -sudo mount -t nfs 192.168.86.50:/VFX "/mnt/nfs/vfx" -# sudo mount -t nfs 192.168.86.50:/Maker "/mnt/nfs/maker" -sudo mount -t nfs 192.168.86.50:/Videos "/mnt/nfs/videos" -sudo mount -t nfs 192.168.86.50:/Carlos /home/carlos/Remote diff --git a/syncopotamus.sh b/syncopotamus.sh deleted file mode 100644 index ee251fc..0000000 --- a/syncopotamus.sh +++ /dev/null @@ -1,7 +0,0 @@ -cd ~ -mkdir repos -cd repos -git clone https://github.com/noisycarlos/syncopotamus-go -git clone https://github.com/noisycarlos/syncopotamus-svelte -cd syncopotamus-svelte -npm install diff --git a/dev/ubuntu/dev.sh b/ubuntu/dev.sh similarity index 100% rename from dev/ubuntu/dev.sh rename to ubuntu/dev.sh diff --git a/ubuntu/gnome.sh b/ubuntu/gnome.sh new file mode 100644 index 0000000..1359aee --- /dev/null +++ b/ubuntu/gnome.sh @@ -0,0 +1,4 @@ +sudo dnf install python3-pip -y +pip3 install --upgrade gnome-extensions-cli +gext install gTile@vibou +gext install trayIconsReloaded@selfmade.pl diff --git a/ubuntu/kde.sh b/ubuntu/kde.sh new file mode 100644 index 0000000..7d03bed --- /dev/null +++ b/ubuntu/kde.sh @@ -0,0 +1,7 @@ +sudo dnf install nautilus -y +sudo dnf install sushi -y + +sudo dnf install python -y +sudo dnf install pip -y +python -m pip install konsave +sudo dnf install qt -y diff --git a/main/popos.sh b/ubuntu/popos.sh similarity index 100% rename from main/popos.sh rename to ubuntu/popos.sh diff --git a/main/ubuntu.sh b/ubuntu/ubuntu.sh similarity index 100% rename from main/ubuntu.sh rename to ubuntu/ubuntu.sh diff --git a/vfx/popos/blackmagic.sh b/ubuntu/vfx/blackmagic.sh similarity index 100% rename from vfx/popos/blackmagic.sh rename to ubuntu/vfx/blackmagic.sh diff --git a/vfx/popos/nuke.sh b/ubuntu/vfx/nuke.sh similarity index 100% rename from vfx/popos/nuke.sh rename to ubuntu/vfx/nuke.sh diff --git a/dev/ubuntu/zed.sh b/ubuntu/zed.sh similarity index 100% rename from dev/ubuntu/zed.sh rename to ubuntu/zed.sh