Browse Source

Updated README

main
Yiğit Çolakoğlu 4 years ago
parent
commit
cbd2fbaada
11 changed files with 6 additions and 9 deletions
  1. +4
    -5
      README.md
  2. +0
    -3
      mail/mutt/accounts/1-yigitcolakoglu@hotmail.com.muttrc
  3. BIN
      screenshots/firefox.jpg
  4. BIN
      screenshots/mutt.jpg
  5. BIN
      screenshots/terms.jpg
  6. BIN
      screenshots/w1.jpg
  7. BIN
      screenshots/w2.jpg
  8. BIN
      screenshots/w4.jpg
  9. BIN
      screenshots/wall.jpg
  10. +1
    -1
      scripts/status-bar/volume
  11. +1
    -0
      suckless/dwm/rules.h

+ 4
- 5
README.md View File

@ -24,9 +24,8 @@ This will download everything you need. After that, I have a list of all the pac
## Some eye candy
![Workspace 1](screenshots/w1.jpg)
![Workspace 1](screenshots/w2.jpg)
![Workspace 1](screenshots/w4.jpg)
![Workspace 1](screenshots/terms.jpg)
![Workspace 2](screenshots/firefox.jpg)
![Workspace 4](screenshots/ranger.jpg)
![neomutt](screenshots/mutt.jpg)

+ 0
- 3
mail/mutt/accounts/1-yigitcolakoglu@hotmail.com.muttrc View File

@ -25,9 +25,6 @@ mailboxes "=Archive" "=Archived Mail" "=Deleted" "=Drafts" "=INBOX" "=Junk" "=Ma
macro index,pager ga "<change-folder>=Archive<enter>" "go to archive"
macro index,pager Ma ";<save-message>=Archive<enter>" "move mail to archive"
macro index,pager Ca ";<copy-message>=Archive<enter>" "copy mail to archive"
macro index,pager ga "<change-folder>=Archived<enter>" "go to archive"
macro index,pager Ma ";<save-message>=Archived<enter>" "move mail to archive"
macro index,pager Ca ";<copy-message>=Archived<enter>" "copy mail to archive"
set postponed = "+Drafts"
macro index,pager gd "<change-folder>=Drafts<enter>" "go to drafts"
macro index,pager Md ";<save-message>=Drafts<enter>" "move mail to drafts"


BIN
screenshots/firefox.jpg View File

Before After
Width: 1920  |  Height: 1080  |  Size: 304 KiB

BIN
screenshots/mutt.jpg View File

Before After
Width: 1920  |  Height: 1080  |  Size: 472 KiB

BIN
screenshots/terms.jpg View File

Before After
Width: 1920  |  Height: 1080  |  Size: 371 KiB

BIN
screenshots/w1.jpg View File

Before After
Width: 1920  |  Height: 1080  |  Size: 317 KiB

BIN
screenshots/w2.jpg View File

Before After
Width: 1920  |  Height: 1080  |  Size: 185 KiB

BIN
screenshots/w4.jpg View File

Before After
Width: 1920  |  Height: 1080  |  Size: 345 KiB

BIN
screenshots/wall.jpg View File

Before After
Width: 1920  |  Height: 1080  |  Size: 405 KiB

+ 1
- 1
scripts/status-bar/volume View File

@ -6,5 +6,5 @@ NOW=$( pactl list sinks | grep '^[[:space:]]Volume:' | head -n $(( $SINK + 1 ))
echo "^c#a3be8c^墳 ^d^ $NOW%"
case $BLOCK_BUTTON in
1) setsid -f "$TERMINAL" -e ncpamixer ;;
1) setsid -f st -c stpulse -n stpulse -e ncpamixer ;;
esac

+ 1
- 0
suckless/dwm/rules.h View File

@ -28,6 +28,7 @@ static const Rule rules[] = {
RULE(.instance = "spmutt", .tags = SPTAG(2), .isfloating = 1)
RULE(.class = "ranger", 0, .isfloating = 1)
RULE(.class = "vim", 0, .isfloating = 1, .floatpos="50% 50% 800W 560H")
RULE(.class = "stpulse", 0, .isfloating = 1, .floatpos="50% 50% 800W 560H")
RULE(.class = "mpv", 0, .isfloating = 1, .floatpos="100% 1% 600W 350H")
RULE(.instance = "sxiv", 0, .isfloating = 1, .floatpos="100% 1% 600W 350H")
RULE(.class = "neomutt-send", 0, .isfloating = 1, .floatpos="50% 50% 1000W 700H")


Loading…
Cancel
Save