diff --git a/.gitignore b/.gitignore index 733c13a..5d0b9a5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,16 @@ config/dconf config/libreoffice config/pulse config/spotify +local/share/Android Open Source Project +local/share/fonts +local/share/Google +local/share/gvfs-metadata +local/share/JetBrains +local/share/keyrings +local/share/meld +local/share/mime +local/share/Nextcloud +local/share/recently-used.xbel +local/share/Trash +config/Android Open Source Project +config/configstore diff --git a/config/GIMP/2.10/action-history b/config/GIMP/2.10/action-history index 5b78270..7d93cd0 100644 --- a/config/GIMP/2.10/action-history +++ b/config/GIMP/2.10/action-history @@ -1,5 +1,5 @@ # GIMP action-history -(history-item "file-quit" 1) +(history-item "file-quit" 4) # end of action-history diff --git a/config/GIMP/2.10/controllerrc b/config/GIMP/2.10/controllerrc index 932e26c..52908ca 100644 --- a/config/GIMP/2.10/controllerrc +++ b/config/GIMP/2.10/controllerrc @@ -14,8 +14,8 @@ (map "scroll-up-shift-primary-alt" "tools-spacing-increase") (map "scroll-up-primary-alt" "tools-size-increase") (map "scroll-up-shift-primary" "tools-aspect-increase") - (map "scroll-up-alt" "tools-opacity-increase") (map "scroll-up-shift-alt" "tools-angle-increase") + (map "scroll-up-alt" "tools-opacity-increase") (map "scroll-down-shift-alt" "tools-angle-decrease") (map "scroll-down-shift-primary" "tools-aspect-decrease"))) (GimpControllerInfo "Main Keyboard" @@ -26,8 +26,8 @@ (mapping (map "cursor-left-alt" "tools-size-decrease") (map "cursor-right-shift" "view-scroll-page-right") - (map "cursor-left-shift" "view-scroll-page-left") (map "cursor-right-alt" "tools-size-increase") + (map "cursor-left-shift" "view-scroll-page-left") (map "cursor-up-shift" "view-scroll-page-up") (map "cursor-up-primary" "view-scroll-top-border") (map "cursor-up-alt" "tools-size-increase-skip") diff --git a/config/GIMP/2.10/devicerc b/config/GIMP/2.10/devicerc index d1a9adc..864d125 100644 --- a/config/GIMP/2.10/devicerc +++ b/config/GIMP/2.10/devicerc @@ -4,6 +4,8 @@ (icon-name "gimp-cursor") (name "Core Pointer") (tool-options "GimpCropOptions" + (aspect-denominator 132.000000) + (aspect-numerator 515.000000) (tool "gimp-crop-tool")) (use-fg-bg no) (use-brush no) diff --git a/config/GIMP/2.10/sessionrc b/config/GIMP/2.10/sessionrc index 3b32f70..b49562a 100644 --- a/config/GIMP/2.10/sessionrc +++ b/config/GIMP/2.10/sessionrc @@ -12,7 +12,7 @@ (session-info "toplevel" (factory-entry "gimp-single-image-window") (position 0 14) - (size 1276 765) + (size 1280 767) (open-on-exit) (aux-info (left-docks-width "188") diff --git a/config/GIMP/2.10/tags.xml b/config/GIMP/2.10/tags.xml index 5a64664..59fc070 100644 --- a/config/GIMP/2.10/tags.xml +++ b/config/GIMP/2.10/tags.xml @@ -1015,6 +1015,318 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/GIMP/2.10/tool-options/gimp-crop-tool b/config/GIMP/2.10/tool-options/gimp-crop-tool index ef8f80f..8637617 100644 --- a/config/GIMP/2.10/tool-options/gimp-crop-tool +++ b/config/GIMP/2.10/tool-options/gimp-crop-tool @@ -1,4 +1,6 @@ # GIMP gimp-crop-tool options +(aspect-denominator 132.000000) +(aspect-numerator 515.000000) # end of gimp-crop-tool options diff --git a/config/i3/config b/config/i3/config index da0709b..4a99b07 100644 --- a/config/i3/config +++ b/config/i3/config @@ -64,7 +64,7 @@ bindsym $mod+h split h bindsym $mod+v split v # enter fullscreen mode for the focused container -bindsym $mod+f fullscreen toggle +bindsym $mod+Mod1+f fullscreen toggle # change container layout (stacked, tabbed, toggle split) bindsym $mod+s layout stacking @@ -202,6 +202,10 @@ workspace_layout tabbed bindsym $mod+Mod1+l exec "~/Bin/lock.sh" bindsym Mod1+Control+q exec "~/Bin/lock.sh" +# File browser +bindsym $mod+f exec "rofi -modi 'fb:~/.local/share/rofi/rofi-file-browser.sh' -show fb" +bindsym $mod+x exec "rofi -modi 'find:~/.local/share/rofi/finder.sh' -show find" + # Multimedia keys bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` +5% bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` -5% diff --git a/config/mimeapps.list b/config/mimeapps.list index 991271a..935f1e7 100644 --- a/config/mimeapps.list +++ b/config/mimeapps.list @@ -1,27 +1,33 @@ [Default Applications] -x-scheme-handler/http=userapp-Firefox-ERX2J0.desktop -x-scheme-handler/https=userapp-Firefox-ERX2J0.desktop -x-scheme-handler/ftp=userapp-Firefox-ERX2J0.desktop -x-scheme-handler/chrome=userapp-Firefox-ERX2J0.desktop -text/html=userapp-Firefox-ERX2J0.desktop -application/x-extension-htm=userapp-Firefox-ERX2J0.desktop -application/x-extension-html=userapp-Firefox-ERX2J0.desktop -application/x-extension-shtml=userapp-Firefox-ERX2J0.desktop -application/xhtml+xml=userapp-Firefox-ERX2J0.desktop -application/x-extension-xhtml=userapp-Firefox-ERX2J0.desktop -application/x-extension-xht=userapp-Firefox-ERX2J0.desktop +x-scheme-handler/http=firefox.desktop +x-scheme-handler/https=firefox.desktop +x-scheme-handler/ftp=firefox.desktop +x-scheme-handler/chrome=firefox.desktop +text/html=firefox.desktop +application/x-extension-htm=firefox.desktop +application/x-extension-html=firefox.desktop +application/x-extension-shtml=firefox.desktop +application/xhtml+xml=firefox.desktop +application/x-extension-xhtml=firefox.desktop +application/x-extension-xht=firefox.desktop image/x-tga=feh.desktop +image/png=feh.desktop +image/gif=feh.desktop +image/jpeg=feh.desktop +application/javascript=codium.desktop [Added Associations] -x-scheme-handler/http=userapp-Firefox-ERX2J0.desktop; -x-scheme-handler/https=userapp-Firefox-ERX2J0.desktop; -x-scheme-handler/ftp=userapp-Firefox-ERX2J0.desktop; -x-scheme-handler/chrome=userapp-Firefox-ERX2J0.desktop; -text/html=userapp-Firefox-ERX2J0.desktop; -application/x-extension-htm=userapp-Firefox-ERX2J0.desktop; -application/x-extension-html=userapp-Firefox-ERX2J0.desktop; -application/x-extension-shtml=userapp-Firefox-ERX2J0.desktop; -application/xhtml+xml=userapp-Firefox-ERX2J0.desktop; -application/x-extension-xhtml=userapp-Firefox-ERX2J0.desktop; -application/x-extension-xht=userapp-Firefox-ERX2J0.desktop; +x-scheme-handler/http=firefox.desktop; +x-scheme-handler/https=firefox.desktop; +x-scheme-handler/ftp=firefox.desktop; +x-scheme-handler/chrome=firefox.desktop; +text/html=firefox.desktop; +application/x-extension-htm=firefox.desktop; +application/x-extension-html=firefox.desktop; +application/x-extension-shtml=firefox.desktop; +application/xhtml+xml=firefox.desktop; +application/x-extension-xhtml=firefox.desktop; +application/x-extension-xht=firefox.desktop; image/x-tga=feh.desktop; +image/gif=feh.desktop; +image/jpeg=feh.desktop; diff --git a/icons/firefox.png b/icons/firefox.png new file mode 100644 index 0000000..8e0b84a Binary files /dev/null and b/icons/firefox.png differ diff --git a/local/share/rofi/finder.sh b/local/share/rofi/finder.sh new file mode 120000 index 0000000..8e50b85 --- /dev/null +++ b/local/share/rofi/finder.sh @@ -0,0 +1 @@ +/home/dbroqua/Projects/forked/rofi-scripts/rofi-finder/finder.sh \ No newline at end of file diff --git a/local/share/rofi/rofi-file-browser.sh b/local/share/rofi/rofi-file-browser.sh new file mode 120000 index 0000000..c252860 --- /dev/null +++ b/local/share/rofi/rofi-file-browser.sh @@ -0,0 +1 @@ +/home/dbroqua/Projects/forked/rofi-scripts/mode-scripts/rofi-file-browser.sh \ No newline at end of file