diff options
author | lxf <sng@luxagraf.net> | 2020-12-26 12:54:45 -0500 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2020-12-26 12:54:45 -0500 |
commit | 0ff42ec1eba3095f93b3c22685d74b24d527ab17 (patch) | |
tree | 52497f4599cb4f549c9bd57e72c6c2ca5584de4d | |
parent | 47925213a1402f17c6df2140c7c3f08f217c1670 (diff) |
added gammastep to sway
-rw-r--r-- | .config/ranger/bookmarks | 7 | ||||
-rw-r--r-- | .config/ranger/history | 50 | ||||
-rw-r--r-- | .config/sway/config | 4 |
3 files changed, 3 insertions, 58 deletions
diff --git a/.config/ranger/bookmarks b/.config/ranger/bookmarks index a10557e..93b1b6c 100644 --- a/.config/ranger/bookmarks +++ b/.config/ranger/bookmarks @@ -1,16 +1,11 @@ -':/home/lxf d:/home/lxf/documents l:/home/lxf/writing/luxagraf b:/home/lxf/writing/lbh -k:/home/lxf/pictures/inbox -e:/home/lxf/documents/recipes +i:/home/lxf/pictures/inbox w:/home/lxf/writing/conde/wired n:/home/lxf/notes r:/home/lxf/documents/recipes -a:/home/lxf/writing/conde/ars-technica s:/home/lxf/sites/luxagraf.net -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 deleted file mode 100644 index f2c6856..0000000 --- a/.config/ranger/history +++ /dev/null @@ -1,50 +0,0 @@ -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 -search cau -delete diff --git a/.config/sway/config b/.config/sway/config index ac387ce..5879f93 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -55,7 +55,7 @@ bindsym $mod+f floating toggle # change container layout (stacked, tabbed, toggle split) bindsym $mod+Shift+s layout stacking -bindsym $mod+w layout tabbed +bindsym $mod+t layout tabbed bindsym $mod+e layout toggle split # focus the parent container @@ -200,7 +200,7 @@ input "1:1:AT_Translated_Set_2_keyboard" { repeat_rate 25 } #exec xrdb ~/.Xresources -exec --no-startup-id redshift-gtk -l 35.052234:-118.243685 -m randr -t 5700:3600 & +exec --no-startup-id gammastep exec --no-startup-id vivaldi-snapshot --ozone-platform=wayland --enable-features=UseOzonePlatform,UseSkiaRenderer,Vulkan & #exec --no-startup-id urxvt & exec --no-startup-id alacritty & |