diff --git a/Pictures/i3_logo.png b/Pictures/i3_logo.png new file mode 100644 index 00000000..bec63e26 Binary files /dev/null and b/Pictures/i3_logo.png differ diff --git a/Pictures/nord_sand.png b/Pictures/nord_sand.png new file mode 100644 index 00000000..de9e0f1e Binary files /dev/null and b/Pictures/nord_sand.png differ diff --git a/Pictures/nord_sand_i3.png b/Pictures/nord_sand_i3.png new file mode 100644 index 00000000..50696fb8 Binary files /dev/null and b/Pictures/nord_sand_i3.png differ diff --git a/i3/config b/i3/config index 5edf3ffa..ede21e1c 100644 --- a/i3/config +++ b/i3/config @@ -14,13 +14,13 @@ set $mod Mod4 exec xcompmgr -c -f -n # Set background image -exec feh --bg-scale /home/brian/Pictures/GradientGlowPenguin.jpg +exec feh --bg-fill /home/brian/Pictures/nord_sand_i3.png # Get rid of mouse cursor upon use of keyboard exec xbanish -# Automatically open xfce4 terminal and btop at full screen -exec xfce4-terminal -x btop; fullscreen enable +# Automatically open kitty terminal and btop at full screen +exec kitty -e btop; fullscreen enable # Get rid of window title bars # for_window [class="^.*"] default_border pixel 1 @@ -79,7 +79,7 @@ bindsym $mod+K exec krita bindsym $mod+N exec tootle bindsym $mod+P exec postman # bindsym $mod+S exec iscan -bindsym $mod+B exec xfce4-terminal -x btop +bindsym $mod+B exec kitty -e btop bindsym $mod+X exec xfce4-terminal bindsym $mod+M exec kitty -e cmus bindsym $mod+U exec galculator diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 824e963c..599096fe 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1,5 +1,5 @@ include /home/brian/.config/kitty/.nord-kitty.conf -background_opacity 0.80 +background_opacity 0.70 remember_window_size yes map ctrl+shift+enter new_window_with_cwd cursor_stop_blinking_after 0.25 @@ -7,7 +7,7 @@ cursor_shape block italic_font Roboto Mono Italic shell_integration no-cursor enable_audio_bell no -font_size 15 +font_size 12 tab_bar_style hidden window_margin_width 1 window_border_width 0.5pt