Compare commits
3 commits
12ea1be9e4
...
eb3706b483
Author | SHA1 | Date | |
---|---|---|---|
eb3706b483 | |||
e7dabe69be | |||
13e6e40636 |
3 changed files with 14 additions and 2 deletions
9
.bashrc
9
.bashrc
|
@ -27,6 +27,15 @@ export HISTSIZE=1000
|
||||||
export HISTFILESIZE=2000
|
export HISTFILESIZE=2000
|
||||||
export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
|
export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
|
||||||
|
|
||||||
|
export LESS=-R
|
||||||
|
export LESS_TERMCAP_mb=$'\E[1;31m' # begin blink
|
||||||
|
export LESS_TERMCAP_md=$'\E[1;36m' # begin bold
|
||||||
|
export LESS_TERMCAP_me=$'\E[0m' # reset bold/blink
|
||||||
|
export LESS_TERMCAP_so=$'\E[01;44;33m' # begin reverse video
|
||||||
|
export LESS_TERMCAP_se=$'\E[0m' # reset reverse video
|
||||||
|
export LESS_TERMCAP_us=$'\E[1;32m' # begin underline
|
||||||
|
export LESS_TERMCAP_ue=$'\E[0m' # reset underline
|
||||||
|
|
||||||
complete -cf sudo
|
complete -cf sudo
|
||||||
complete -cf swallow
|
complete -cf swallow
|
||||||
complete -cf sw
|
complete -cf sw
|
||||||
|
|
|
@ -285,14 +285,16 @@
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
# IMPORTANT: colors have to be defined in quotation marks.
|
# IMPORTANT: colors have to be defined in quotation marks.
|
||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
# Otherwise the "#" and following would be interpreted as a comment.
|
||||||
background = "#204460"
|
#background = "#204460"
|
||||||
|
background = "#282828"
|
||||||
foreground = "#dddddd"
|
foreground = "#dddddd"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with low urgency, uncomment to enable
|
# Icon for notifications with low urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#204460"
|
#background = "#204460"
|
||||||
|
background = "#282832"
|
||||||
foreground = "#dddddd"
|
foreground = "#dddddd"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with normal urgency, uncomment to enable
|
# Icon for notifications with normal urgency, uncomment to enable
|
||||||
|
|
|
@ -183,6 +183,7 @@ mode "resize" {
|
||||||
### Custom
|
### Custom
|
||||||
bindsym Ctrl+Mod1+l exec --no-startup-id loginctl lock-session
|
bindsym Ctrl+Mod1+l exec --no-startup-id loginctl lock-session
|
||||||
#bindsym Ctrl+Mod1+l exec --no-startup-id betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10
|
#bindsym Ctrl+Mod1+l exec --no-startup-id betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10
|
||||||
|
bindsym $mod+Shift+s sticky toggle
|
||||||
|
|
||||||
# Move workspace over to neighboring monitors
|
# Move workspace over to neighboring monitors
|
||||||
bindsym $mod+Ctrl+Left move workspace to output left
|
bindsym $mod+Ctrl+Left move workspace to output left
|
||||||
|
|
Loading…
Reference in a new issue