Browse Source

Merge branch 'master' of git.joshfabean.com:fabean/Dotfiles

master
Josh Fabean 4 years ago
parent
commit
d5364f6971
1 changed files with 6 additions and 3 deletions
  1. +6
    -3
      .config/i3/arch-config

+ 6
- 3
.config/i3/arch-config View File

@ -3,7 +3,7 @@
set $mod Mod4
set $alt Mod1
exec --no-startup-id nitrogen --restore ~/Wallpapers
#exec --no-startup-id nitrogen --restore ~/Wallpapers
# exec --no-startup-id compton -b
exec --no-startup-id nm-applet
exec --no-startup-id xss-lock -- i3lock-fancy
@ -22,7 +22,7 @@ bindsym $mod+F7 exec --no-startup-id xset r rate 250 25 && xset b off && setxkbm
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec --no-startup-id termite
bindsym $mod+Return exec --no-startup-id alacritty
# kill focused window
bindsym $mod+q kill
@ -213,10 +213,13 @@ bindsym $mod+Control+Left resize shrink width 5 px or 5 ppt
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
position top
status_command i3blocks
font pango:Liberation 10, FontAwesome 12
# strip_workspace_numbers yes
# strip_workspace_numbers yes
colors {
@ -282,7 +285,7 @@ mode "$mode_gaps_outer" {
bindsym Control+k exec --no-startup-id echo "core.weechat */buffer_dmenu" >> $(find ~/.weechat -type p)
#bindsym Control+k exec --no-startup-id echo "core.weechat */buffer_dmenu" >> $(find ~/.weechat -type p)
# exec --no-startup-id xfce4-volumed-pulse


Loading…
Cancel
Save