diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3/config | 16 | ||||
| -rw-r--r-- | .config/i3blocks/config | 38 | ||||
| -rw-r--r-- | .config/mimeapps.list | 1 | ||||
| -rw-r--r-- | .config/newsboat/urls | 1 | ||||
| -rwxr-xr-x | .config/ranger/scope.sh | 2 |
5 files changed, 23 insertions, 35 deletions
diff --git a/.config/i3/config b/.config/i3/config index 78a4a19..e63e4c6 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -60,9 +60,11 @@ exec --no-startup-id remaps # Unclutter makes the mouse invisible after a brief period exec --no-startup-id unclutter # Run the script to update the mpd i3block on change. -exec --no-startup-id i3mpdupdate +exec_always --no-startup-id mpdupdate # mpd startup exec --no-startup-id mpd +# Podboat automatic queue and download +exec_always --no-startup-id podentr # Set Xresources colors: set_from_resource $darkblack color0 #000000 @@ -124,7 +126,7 @@ bindsym $mod+grave exec --no-startup-id dmenuunicode ##bindsym $mod+asciitilde #STOP/HIDE EVERYTHING: -bindsym $mod+Shift+Delete exec --no-startup-id lmc truemute ; exec $truepause ; exec --no-startup-id pauseallmpv; workspace 0; exec $term -e htop ; exec $term -e ranger +bindsym $mod+Shift+Delete exec --no-startup-id lmc truemute ; exec --no-startup-id lmc pause ; exec --no-startup-id pauseallmpv; workspace 0; exec $term -e htop ; exec $term -e ranger # Show selection: bindsym $mod+Insert exec --no-startup-id showclip @@ -198,17 +200,17 @@ bindsym $mod+Shift+z gaps outer current minus 5 bindsym $mod+x exec --no-startup-id lockscreen bindsym $mod+Shift+x exec --no-startup-id prompt "Shutdown computer?" "$shutdown" -#bindsym $mod+c +#bindsym $mod+c bindsym $mod+Shift+c exec --no-startup-id camtoggle -#bindsym $mod+v -#bindsym $mod+Shift+v +#bindsym $mod+v +#bindsym $mod+Shift+v bindsym $mod+b bar mode toggle bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id bottomleft bindsym $mod+n exec $term -e newsboat && pkill -RTMIN+6 i3blocks -##bindsym $mod+Shift+n +bindsym $mod+Shift+n floating toggle; sticky toggle; exec --no-startup-id bottomright bindsym $mod+m exec --no-startup-id $term -e ncmpcpp bindsym $mod+Shift+m exec --no-startup-id lmc mute @@ -331,7 +333,7 @@ bindsym Shift+Print exec --no-startup-id scrot -u bindsym $mod+Print exec --no-startup-id dmenurecord bindsym $mod+Scroll_Lock exec --no-startup-id "killall screenkey || screenkey" bindsym $mod+Delete exec $stoprec -bindsym XF86Launch1 exec $stoprec & xset dpms force off +bindsym XF86Launch1 exec --no-startup-id xset dpms force off # #---Extra XF86 Keys---# # # These are the extra media keys that some keyboards have. diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 8758f2e..fbfb938 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -1,4 +1,4 @@ -command=/usr/lib/i3blocks/$BLOCK_NAME +command=~/.scripts/statusbar/$BLOCK_NAME separator_block_width=15 markup=pango @@ -7,79 +7,63 @@ command=cat ~/.recordingicon interval=once signal=9 -[mpd] +[music] label=🎼 -command=i3mpd interval=once signal=11 [news] label=📰 -command=i3news interval=once signal=6 -[pacman] +[pacpackages] label=📦 -command=i3pacman interval=once signal=8 -[torrents] -command=i3torrent +[torrent] interval=20 signal=7 [weather] -command=i3weather interval=3600 -[mail] +[mailbox] label=📬 -command=i3mail interval=180 signal=12 #[memory] -#command=i3mem #interval=30 #label=🧠 #[cpu] -#command=i3cpu #interval=15 #label=💻 [volume] interval=once -command=i3volume signal=10 -#[diskspace] +#[disk] #interval=60 -#command=i3disk / +#command=disk / -#[diskspace] +#[disk] #interval=60 -#command=i3disk /home 🏠 +#command=disk /home 🏠 [battery] -command=i3battery BAT1 +command=battery BAT0 interval=5 -[battery] -command=i3battery BAT0 -interval=5 - -[time] +[clock] label=📅 -command=i3date interval=30 [internet] -command=i3internet interval=10 [help] -command=i3help interval=once diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 43bf715..fa9bdb1 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -5,3 +5,4 @@ text/plain=vim.desktop; application/pdf=zathura.desktop; image/png=feh.desktop; image/jpeg=feh.desktop; +image/gif=gif.desktop; diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 7e26775..d651459 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -1,3 +1,4 @@ http://lukesmith.xyz/rss.xml +https://notrelated.libsyn.com/rss https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "~Luke Smith (YouTube)" https://www.archlinux.org/feeds/news/ "tech" diff --git a/.config/ranger/scope.sh b/.config/ranger/scope.sh index feef291..cce86cf 100755 --- a/.config/ranger/scope.sh +++ b/.config/ranger/scope.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash # ranger supports enhanced previews. If the option "use_preview_script" # is set to True and this file exists, this script will be called and its # output is displayed in ranger. ANSI color codes are supported. |
