Update mutt and dmenu
This commit is contained in:
parent
56354be2b2
commit
2145297cf8
3 changed files with 12 additions and 7 deletions
|
|
@ -46,7 +46,9 @@ bindsym $mod+Shift+Return exec run_terminal
|
|||
bindsym $mod+Shift+c kill
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $mod+d exec dmenu_run
|
||||
#bindsym $mod+d exec dmenu_run
|
||||
|
||||
bindsym $mod+d exec i3-dmenu-desktop --dmenu='rofi -dmenu'
|
||||
|
||||
bindsym $mod+F12 exec xscreensaver-command -lock
|
||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||
|
|
|
|||
4
.muttrc
4
.muttrc
|
|
@ -18,7 +18,7 @@ set sort=reverse-date-received
|
|||
|
||||
#set spoolfile=+michener.com
|
||||
# colors
|
||||
color normal white black
|
||||
color normal white default
|
||||
color attachment brightyellow black
|
||||
color hdrdefault cyan black
|
||||
color indicator black cyan
|
||||
|
|
@ -59,3 +59,5 @@ macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"
|
|||
macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
|
||||
macro compose A "<attach-message>?<toggle-mailboxes>" "attach message(s) to this message"
|
||||
macro index J "<next-new>" "next unread"
|
||||
macro index,pager "\Cf" "<next-page>" "page down"
|
||||
macro index,pager "\Cb" "<previous-page>" "page down"
|
||||
|
|
|
|||
11
.xinitrc
11
.xinitrc
|
|
@ -4,17 +4,18 @@ xrdb -merge .Xdefaults &
|
|||
|
||||
gnome-settings-daemon &
|
||||
xscreensaver -no-splash &
|
||||
kupfer --no-splash &
|
||||
#kupfer --no-splash &
|
||||
rofi -key-run control-space -fuzzy -terminal run_terminal &
|
||||
nm-applet &
|
||||
gnome-sound-applet &
|
||||
setxkbmap -option ctrl:nocaps &
|
||||
synclient PalmDetect=1
|
||||
|
||||
if [ -f ~/.xrandrrc ]; then
|
||||
~/.xrandrrc
|
||||
fi
|
||||
#if [ -f ~/.xrandrrc ]; then
|
||||
#~/.xrandrrc
|
||||
#fi
|
||||
|
||||
eval $(cat ~/.fehbg) &
|
||||
~/.fehbg &
|
||||
#exec awesome
|
||||
#exec i3
|
||||
exec dbus-launch --sh-syntax --exit-with-session i3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue