re themed i3 desktop
This commit is contained in:
parent
65547e5dba
commit
29d49817cc
5 changed files with 6 additions and 6 deletions
BIN
Pictures/i3_logo.png
Normal file
BIN
Pictures/i3_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
BIN
Pictures/nord_sand.png
Normal file
BIN
Pictures/nord_sand.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 MiB |
BIN
Pictures/nord_sand_i3.png
Normal file
BIN
Pictures/nord_sand_i3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.2 MiB |
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue