diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 44a97d8..70ba8af 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -1,3 +1,6 @@ +window: + opacity: 0.8 + colors: # Default colors primary: diff --git a/i3/.config/i3/config b/i3/.config/i3/config index cb055bb..a072a2e 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -112,9 +112,9 @@ bindsym $mod+a focus parent # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. -set $ws1 "1" -set $ws2 "2" -set $ws3 "3" +set $ws1 "いち" +set $ws2 "に" +set $ws3 "さん" set $ws4 "4" set $ws5 "5" set $ws6 "6" @@ -148,9 +148,9 @@ bindsym $mod+Shift+9 move container to workspace number $ws9 bindsym $mod+Shift+0 move container to workspace number $ws10 # tryin some stuff, not sure if this is what i want -workspace $ws1 output HDMI-0 -workspace $ws2 output HDMI-1 -workspace $ws3 output HDMI-1 +#workspace $ws1 output HDMI-0 +#workspace $ws2 output HDMI-1 +#workspace $ws3 output HDMI-1 # reload the configuration file bindsym $mod+Shift+c reload @@ -206,11 +206,16 @@ exec_always --no-startup-id picom & for_window [class=".*"] border pixel 1 # gaps -gaps inner 10 +gaps inner 15 # messin with colors -set $bd-color #ff004b -client.focused $bd-color #111111 #ffffff $ffffff $ffffff +# set $bd-color #ff004b +set $bd-color #1de071 + +# colorclass border bg text indicator child_border +client.focused $bd-color #111111 #ffffff $bd-color $bd-color +client.focused_inactive $bd-color #111111 #ffffff $bd-color #333333 +client.unfocused $bd-color #111111 #ffffff $bd-color #333333 # lock screen bindsym $mod+l exec ~/lock.sh diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 259e32e..6552290 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -117,8 +117,7 @@ fade-out-step = 0.03; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) -# inactive-opacity = 1 -inactive-opacity = 0.8; +inactive-opacity = 1 # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) # frame-opacity = 1.0 @@ -152,7 +151,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # opacity-rule = [ "80:class_g = 'URxvt'" ]; # # opacity-rule = [] -opacity-rule = [ "100:class_g = 'Firefox'"]; +opacity-rule = [ "10:class_g = 'alacritty'"]; ################################# # Background-Blurring # diff --git a/zsh/.zshrc b/zsh/.zshrc index be83b31..cd29adc 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -15,4 +15,9 @@ alias more="less" alias weather="curl wttr.in" alias ll="ls -la" +export PATH=/home/clint/.scripts/:$PATH + +export TERMINAL=alacritty +export BROWSER=firefox + pfetch