diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-05-25 20:55:22 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-05-25 20:55:22 -0400 |
commit | 717d31ad4e8631c43110d9d202941cd91b19e239 (patch) | |
tree | 215bfb125760aeaca996644c2877b6feee4174b1 /.config/i3/config | |
parent | 3fa3268575dff1374dd419f2f3882704731f7eb7 (diff) | |
download | dotfiles-717d31ad4e8631c43110d9d202941cd91b19e239.tar.xz dotfiles-717d31ad4e8631c43110d9d202941cd91b19e239.zip |
added some aliases, removed vifm config after uninstall
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/.config/i3/config b/.config/i3/config index d6d9449..5ff0929 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -3,10 +3,16 @@ ## Please see https://i3wm.org/docs/userguide.html for a complete reference! ## GENERAL +default_border pixel 2 +default_floating_border pixel 2 font pango:sans-serif 13 +force_display_urgency_hint 500 ms +hide_edge_borders smart set $locker xautolock -locknow set $mod Mod1 set $sigaudio pkill -75 i3blocks +title_align center +workspace_auto_back_and_forth yes ## WORKSPACES set $ws1 "1:" @@ -45,22 +51,15 @@ bindsym $mod+shift+8 move container to workspace $ws8 bindsym $mod+shift+9 move container to workspace $ws9 bindsym $mod+shift+0 move container to workspace $ws10 -## BORDERS -default_border pixel 2 -default_floating_border pixel 2 -hide_edge_borders smart -title_align center -workspace_auto_back_and_forth yes - ## COLORS # base colors -- set by WPG -set $coloract "#5d60a7" -set $colorin "#404273" -set_from_resource $color0 i3wm.color0 "#0c0c0e" -set_from_resource $color15 i3wm.color15 "#fef5ff" -set_from_resource $color8 i3wm.color8 "#222229" -set_from_resource $coloru i3wm.color2 "#738738" -set_from_resource $split i3wm.color10 "#9bbb3c" +set $coloract "#3b659f" +set $colorin "#28456d" +set_from_resource $color0 i3wm.color0 "#0a0b0a" +set_from_resource $color15 i3wm.color15 "#fffefe" +set_from_resource $color8 i3wm.color8 "#212521" +set_from_resource $coloru i3wm.color2 "#778655" +set_from_resource $split i3wm.color10 "#a0bc60" # class border backgr text indicator child_border client.background $color0 @@ -119,8 +118,8 @@ bindsym $mod+space focus mode_toggle bindsym $mod+shift+F1 exec firefox /usr/local/share/doc/freebsd/handbook/book.html bindsym $mod+F2 exec firefox bindsym $mod+shift+F2 exec firefox --private-window -bindsym $mod+F3 exec alacritty -e zsh -i -c "vifm ~ ~/downloads" -bindsym $mod+F4 exec alacritty -t "Reading Email" -e zsh -i -c "mutt" && mbsync -c ~/.config/mbsync/mbsyncrc -a && pkill -77 i3blocks +#bindsym $mod+F3 exec alacritty -e zsh -i -c "vifm ~ ~/downloads" +bindsym $mod+F4 exec alacritty -t "Reading Email" -e sh -i -c 'OLDPWD="$PWD" && cd ~/downloads/ && mutt && cd "$OLDPWD"' && mbsync -c ~/.config/mbsync/mbsyncrc -a && pkill -77 i3blocks bindsym $mod+F5 exec alacritty -t "Reading News" -e zsh -i -c newsboat && pkill -78 i3blocks bindsym $mod+F6 exec --no-startup-id url_handler.sh bindsym $mod+F7 exec --no-startup-id dict.sh |