diff options
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 43 | 
1 files changed, 23 insertions, 20 deletions
| diff --git a/.config/i3/config b/.config/i3/config index 88b7cde..5993d57 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -3,8 +3,8 @@  ## Please see https://i3wm.org/docs/userguide.html for a complete reference!  ## GENERAL -default_border pixel 2 -default_floating_border pixel 2 +default_border pixel 1 +default_floating_border pixel 1  font pango:sans-serif 13  force_display_urgency_hint 500 ms  hide_edge_borders smart @@ -52,19 +52,21 @@ bindsym $mod+shift+9 move container to workspace $ws9  bindsym $mod+shift+0 move container to workspace $ws10  ## COLORS -# base colors -- set by WPG -set $coloract "#344cc1" -set $colorin "#243484" -set_from_resource $color0 i3wm.color0 "#02031E" -set_from_resource $color15 i3wm.color15 "#eef3ff" -set_from_resource $color8 i3wm.color8 "#03064e" -set_from_resource $coloru i3wm.color2 "#565463" -set_from_resource $split i3wm.color10 "#67618c" +set_from_resource $color0 i3wm.color0  +set_from_resource $color15 i3wm.color15  +set_from_resource $color8 i3wm.color8  +set_from_resource $coloru i3wm.color2  +set_from_resource $color4 i3wm.color4  +set_from_resource $split i3wm.color4 +set_from_resource $color_active i3wm.color4 +set_from_resource $colorin i3wm.color10 +set_from_resource $color_bar_urgent i3wm.color2 +set_from_resource $color_workspace_urgent i3wm.color1 -# class                 border    backgr    text    indicator child_border  client.background       $color0 -client.focused          $coloract $coloract $color15 $split  $coloract -client.focused_inactive $coloract $coloract $color15 $split  $colorin +# class                 border    backgr    text    indicator child_border +client.focused          $color_active $color_active $color15 $split  $color_active +client.focused_inactive $color_active $color_active $color15 $split  $colorin  client.placeholder      $color0   $color8   $color15 $color0 $color8  client.unfocused        $colorin  $colorin  $color15 $split  $colorin  client.urgent           $coloru   $coloru   $color15 $coloru $coloru @@ -115,6 +117,7 @@ bindsym $mod+shift+s floating toggle; sticky toggle  bindsym $mod+space focus mode_toggle  ## SHORTCUTS +bindsym $mod+F1					exec dockd.sh  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 @@ -202,10 +205,10 @@ bar {  		statusline $color15  		separator $colorin  		# class border background foreground -		focused_workspace $color15 $coloract $color15 -		active_workspace $color15 $coloract $color15 -		inactive_workspace $split $colorin $color15 -		urgent_workspace $coloru $coloru $color15 +		focused_workspace $color15 $color_active $color15 +		active_workspace $color15 $color_active $color15 +		inactive_workspace $colorin $color8 $color15 +		urgent_workspace $color_bar_urgent $color_bar_urgent $color15  	}  } @@ -217,8 +220,8 @@ for_window [title = "pwcview"] border pixel 1; floating enable; sticky enable; m  #for_window [title = "sxiv"] floating enable  ## STARTUP -exec --no-startup-id picom +exec --no-startup-id dockd.sh +exec --no-startup-id wal.sh  exec --no-startup-id dunst -exec --no-startup-id ~/.local/scripts/dockd.sh   exec firefox -exec nextcloud +#exec nextcloud |