diff options
author | luxagraf <sng@luxagraf.net> | 2020-11-22 22:38:20 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-11-22 22:38:20 -0500 |
commit | b5f9119f640afe8090f2c699671118192600b527 (patch) | |
tree | 962b695801ba80490314ee4130a3e40c0ad18eb8 /.config | |
parent | 57d0188139ee3d71dd816c0fa2d88a91cec55af5 (diff) |
latest changes
Diffstat (limited to '.config')
-rw-r--r-- | .config/ranger/bookmarks | 3 | ||||
-rw-r--r-- | .config/ranger/history | 50 | ||||
-rw-r--r-- | .config/ranger/rc.conf | 3 | ||||
-rw-r--r-- | .config/ranger/tagged | 1 | ||||
-rw-r--r-- | .config/sway/config | 4 |
5 files changed, 57 insertions, 4 deletions
diff --git a/.config/ranger/bookmarks b/.config/ranger/bookmarks index 155c305..9a8fa01 100644 --- a/.config/ranger/bookmarks +++ b/.config/ranger/bookmarks @@ -1,4 +1,4 @@ -':/home/lxf/writing/conde/wired +':/home/lxf/notes/recipes d:/home/lxf/documents l:/home/lxf/writing/luxagraf b:/home/lxf/writing/lbh @@ -13,3 +13,4 @@ i:/home/lxf c:/home/lxf/pictures/nextcloud-ccg-phone t:/home/lxf/temp p:/home/lxf/temp/wired +u:/home/lxf/music/library/Neutral Milk Hotel/Kool Haus Toronto 2014 diff --git a/.config/ranger/history b/.config/ranger/history new file mode 100644 index 0000000..c548711 --- /dev/null +++ b/.config/ranger/history @@ -0,0 +1,50 @@ +rename 2020-07-23_232959_lilah-vampire.mp4 +rename 2020-07-23_233014_lilah-vampire.mp4 +rename 2020-08-22_210134_kids-workout.mp4 +rename 2020-08-22_210153_kids-workout.mp4 +rename 2020-08-22_211931_lilah-muscles.mp4 +mkdir video-clips +rename 2019-04-26_102023_girls-riding-horses.MTS +rename 2019-04-26_102132_girls-riding-horses.MTS +rename 2019-04-26_102146_girls-riding-horses.MTS +mkdir tmp +rename 2020-09-07_093612_building-ladder.MP4 +rename 2020-06-17_192252_mcphail-aerial.MOV +rename 2020-06-17_192743_mcphail-aerial.MOV +rename 2020-06-25_165210_mcphail-aerial.MOV +rename 2020-06-25_165455_mcphail-aerial.MOV +rename 2020-06-25_170101_mcphail-areial.MOV +mkdir 10_bus-restoration-1 +mkdir projects +rename Grounds and Hounds SOURCE Grounds and Hounds.jpg +search Lesser +search cookies +search frost +touch sugar cookies rolled.txt +search sugar +touch barefoot-shoes.txt +rename shoes-rave-v1.txt +touch about-a-watch.txt +search wma +search rasp +search short +rename jrnlold +mkdir jrnl +rename luxagraf.net +open_with vi +rename Science of Cooking SOURCE KiwiCo.jpg +rename Osmo Genius Stater Kit SOURCE Osmo.jpg +touch bf-amazon.txt +rename 2020-10-17_132133_around.jpg +rename 2020-10-17_132133_horses.jpg +rename 2020-10-18_103206-1_self-portrait.jpg +open_with 1 +touch let-me-tell-you-about-my-shoes.txt +touch blackandwhite.txt +rename bf-laptops.txt +search laptop +open_with +w +trash +delete +search cau diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 1a30441..c1c5793 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -25,6 +25,7 @@ # to each other set viewmode miller #set viewmode multipane +map DD shell mv %s /home/${USER}/.local/share/Trash/files/ # How many columns are there, and what are their relative widths? set column_ratios 1,3,4 @@ -87,7 +88,7 @@ set preview_images true # * urxvt-full: # The same as urxvt but utilizing not only the preview pane but the # whole terminal window. -set preview_images_method w3m +set preview_images_method urxvt # Use a unicode "..." character to mark cut-off filenames? set unicode_ellipsis false diff --git a/.config/ranger/tagged b/.config/ranger/tagged index 9233c4a..1aa7043 100644 --- a/.config/ranger/tagged +++ b/.config/ranger/tagged @@ -4,3 +4,4 @@ /home/lxf/writing/opera/opera-for-android-best-features.txt /home/lxf/writing/conde/wired/docs r:/home/lxf/sites/corrinne-site/app/clients_ +/home/lxf/temp/Backwoods Home magazine pack - RePack diff --git a/.config/sway/config b/.config/sway/config index f1f518d..faea312 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -117,7 +117,7 @@ for_window [title="Oracle VM VirtualBox Manager"] floating enable for_window [class="^Pcmanfm"] floating enable for_window [class="^lxf$"] floating enable for_window [app_id="darktable"] border none -for_window [class="darktable"] border none +for_window [class="Darktable"] border none for_window [app_id="python3"] border none, floating enable for_window [app_id="org.qutebrowser.qutebrowser"] border none for_window [app_id="kitty"] border none @@ -125,7 +125,7 @@ for_window [app_id="qutebrowser"] border none for_window [class="^URxvt"] border none for_window [app_id="firefoxdeveloperedition"] border none for_window [class="firefoxdeveloperedition"] border none -for_window [class="^Vivaldi"] border none +for_window [app_id="Vivaldi-snapshot"] border none for_window [class="^qutebrowser"] border none for_window [app_id="^Alacritty"] border none for_window [class="Slack"] border none |