diff --git a/i3/config b/i3/config index 6775ce7..d6233e4 100644 --- a/i3/config +++ b/i3/config @@ -46,7 +46,8 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU floating_modifier $mod # 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 bindsym $mod+Shift+q kill @@ -185,8 +186,8 @@ exec_always guake # Guake # KEY BINDINGS -bindsym $mod+Ctrl+h split v # split horiz -bindsym $mod+Ctrl+v split h # split vert +bindsym $mod+Shift+h split v # split horiz +bindsym $mod+Shift+v split h # split vert bindsym $mod+space exec rofi -show drun # Rofi drun 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 -gaps inner 3 -gaps outer 3 +gaps inner 5 +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 $green #2f7e25 diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..b4295f4 --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,4 @@ +include ./theme.conf +font_family LigaLiberationMono +font_size 9.0 +background_opacity: 0.2 diff --git a/x/Xresources b/x/Xresources new file mode 100644 index 0000000..26f3929 --- /dev/null +++ b/x/Xresources @@ -0,0 +1,2 @@ +cursor.theme: Breeze_Default +Xcursor.size: 16 diff --git a/x/xinitrc b/x/xinitrc index 57d3697..2f6732c 100644 --- a/x/xinitrc +++ b/x/xinitrc @@ -67,7 +67,7 @@ setxkbmap gb xmodmap ~/.Xmodmap # 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 exec i3 diff --git a/zsh/zshrc b/zsh/zshrc index 38ff154..2ee1abf 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -29,8 +29,9 @@ case "$OSTYPE" in ;; linux*) # Linux specific - ZSH_THEME=agnoster-customized - ;; + #ZSH_THEME=agnoster-customized + ZSH_THEME=robbyrussell + ;; esac plugins=(git npm zsh-syntax-highlighting)