Compare commits

..

No commits in common. "eb3706b483fdc372a70bffaab38fa478ad262ef8" and "12ea1be9e486376ee64575bf0d42e8365c4dab90" have entirely different histories.

3 changed files with 2 additions and 14 deletions

View file

@ -27,15 +27,6 @@ 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

View file

@ -285,16 +285,14 @@
[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

View file

@ -183,7 +183,6 @@ 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