Compare commits

..

3 commits

Author SHA1 Message Date
eb3706b483
Added sticky windows to i3 2021-05-23 14:41:49 -06:00
e7dabe69be
Changed dunst colors 2021-05-23 14:41:32 -06:00
13e6e40636
Added colors for less 2021-05-23 14:41:18 -06:00
3 changed files with 14 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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