Additions
This commit is contained in:
parent
948a031bfa
commit
2735299756
5 changed files with 17 additions and 9 deletions
13
i3/config
13
i3/config
|
@ -46,7 +46,8 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec i3-sensible-terminal
|
#bindsym $mod+Return exec i3-sensible-terminal
|
||||||
|
bindsym $mod+Return exec kitty
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
@ -185,8 +186,8 @@ exec_always guake # Guake
|
||||||
|
|
||||||
# KEY BINDINGS
|
# KEY BINDINGS
|
||||||
|
|
||||||
bindsym $mod+Ctrl+h split v # split horiz
|
bindsym $mod+Shift+h split v # split horiz
|
||||||
bindsym $mod+Ctrl+v split h # split vert
|
bindsym $mod+Shift+v split h # split vert
|
||||||
bindsym $mod+space exec rofi -show drun # Rofi drun
|
bindsym $mod+space exec rofi -show drun # Rofi drun
|
||||||
bindsym $mod+Tab exec rofi -show window # Rofi window-switcher
|
bindsym $mod+Tab exec rofi -show window # Rofi window-switcher
|
||||||
|
|
||||||
|
@ -194,10 +195,10 @@ bindsym $mod+Tab exec rofi -show window # Rofi window-switcher
|
||||||
|
|
||||||
# THEMING
|
# THEMING
|
||||||
|
|
||||||
gaps inner 3
|
gaps inner 5
|
||||||
gaps outer 3
|
gaps outer 8
|
||||||
|
|
||||||
for_window [class="^.*"] border pixel 1 # Remove header on windows
|
for_window [class="^.*"] border pixel 2 # Remove header on windows
|
||||||
|
|
||||||
set $yellow #717f24
|
set $yellow #717f24
|
||||||
set $green #2f7e25
|
set $green #2f7e25
|
||||||
|
|
4
kitty/kitty.conf
Normal file
4
kitty/kitty.conf
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
include ./theme.conf
|
||||||
|
font_family LigaLiberationMono
|
||||||
|
font_size 9.0
|
||||||
|
background_opacity: 0.2
|
2
x/Xresources
Normal file
2
x/Xresources
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
cursor.theme: Breeze_Default
|
||||||
|
Xcursor.size: 16
|
|
@ -67,7 +67,7 @@ setxkbmap gb
|
||||||
xmodmap ~/.Xmodmap
|
xmodmap ~/.Xmodmap
|
||||||
|
|
||||||
# Set background
|
# Set background
|
||||||
feh --bg-fill /home/thomas/wallpapers/alien-blank.png
|
feh --bg-fill /home/thomas/wallpapers/arpanet_wallpaper/svg/blue.svg
|
||||||
|
|
||||||
# Start i3 window manager
|
# Start i3 window manager
|
||||||
exec i3
|
exec i3
|
||||||
|
|
|
@ -29,8 +29,9 @@ case "$OSTYPE" in
|
||||||
;;
|
;;
|
||||||
linux*)
|
linux*)
|
||||||
# Linux specific
|
# Linux specific
|
||||||
ZSH_THEME=agnoster-customized
|
#ZSH_THEME=agnoster-customized
|
||||||
;;
|
ZSH_THEME=robbyrussell
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
plugins=(git npm zsh-syntax-highlighting)
|
plugins=(git npm zsh-syntax-highlighting)
|
||||||
|
|
Loading…
Add table
Reference in a new issue