Add new colours to terminator, add rofi to i3 and yaml plugin to vim
This commit is contained in:
parent
0c9de6de1a
commit
23c211c65a
13
.i3/config
13
.i3/config
@ -13,6 +13,7 @@
|
||||
exec "setxkbmap dvorak"
|
||||
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id owncloud
|
||||
exec --no-startup-id feh --bg-fill ~/Pictures/wallpaper-1791868.jpg
|
||||
|
||||
set $mod Mod4
|
||||
@ -42,8 +43,10 @@ bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Shift+apostrophe kill
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $mod+e exec dmenu_run
|
||||
bindsym Control+space exec --no-startup-id i3-dmenu-desktop
|
||||
#bindsym $mod+e exec dmenu_run
|
||||
bindsym $mod+e exec rofi -show combi -modi combi
|
||||
bindsym Control+space exec rofi -show combi -modi combi
|
||||
#bindsym Control+space exec --no-startup-id i3-dmenu-desktop
|
||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||
# installed.
|
||||
@ -179,7 +182,8 @@ bindsym $mod+p mode "resize"
|
||||
|
||||
# Floating Windows
|
||||
for_window [class="KeePassX"] floating enable
|
||||
for_window [class="Trello"] floating enable
|
||||
for_window [class="Trello"] floating enable; resize shrink width 10000px; resize grow width 400px; resize shrink height 10000px; resize grow height 800px;
|
||||
for_window [title="Log in to Trello"] floating enable; resize shrink width 10000px; resize grow width 400px; resize shrink height 10000px; resize grow height 800px;
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
@ -213,3 +217,6 @@ bar {
|
||||
# position top
|
||||
# status_command i3blocks -c ~/.i3/i3blocks.conf
|
||||
#}
|
||||
#
|
||||
#Make Floating Windows not be mini
|
||||
floating_minimum_size 400 x 300
|
||||
|
@ -4,6 +4,10 @@
|
||||
inactive_color_offset = 1.0
|
||||
suppress_multiple_term_dialog = True
|
||||
tab_position = hidden
|
||||
title_inactive_bg_color = "#747369"
|
||||
title_inactive_fg_color = "#d3d0c8"
|
||||
title_transmit_bg_color = "#2d2d2d"
|
||||
title_transmit_fg_color = "#d3d0c8"
|
||||
window_state = maximise
|
||||
[keybindings]
|
||||
[layouts]
|
||||
@ -53,15 +57,24 @@
|
||||
show_titlebar = False
|
||||
[profiles]
|
||||
[[default]]
|
||||
audible_bell = True
|
||||
background_color = "#2d2d2d"
|
||||
background_darkness = 0.94
|
||||
background_image = None
|
||||
background_type = transparent
|
||||
cursor_color = "#d3d0c8"
|
||||
foreground_color = "#d3d0c8"
|
||||
palette = "#2d2d2d:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#d3d0c8:#747369:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#f2f0ec"
|
||||
scrollback_infinite = True
|
||||
scrollbar_position = hidden
|
||||
show_titlebar = False
|
||||
use_system_font = False
|
||||
[[default_old]]
|
||||
audible_bell = True
|
||||
background_color = "#fdf6e3"
|
||||
background_darkness = 0.87
|
||||
background_image = None
|
||||
cursor_color = "#c75646"
|
||||
font = Hack 10
|
||||
foreground_color = "#f7f7f7"
|
||||
palette = "#000000:#c75646:#728d37:#d0b03c:#72b3cc:#c8a0d1:#218693:#b0b0b0:#d6d6d6:#e09690:#9cb64b:#ffe377:#9cd9f0:#fbb1f9:#77dfd8:#f7f7f7"
|
||||
foreground_color = "#657b83"
|
||||
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
|
||||
scrollback_infinite = True
|
||||
scrollbar_position = hidden
|
||||
show_titlebar = False
|
||||
|
@ -7,6 +7,7 @@ call vundle#begin()
|
||||
" let Vundle manage Vundle
|
||||
Plugin 'VundleVim/Vundle.vim'
|
||||
Plugin 'pearofducks/ansible-vim'
|
||||
Plugin 'avakhov/vim-yaml'
|
||||
|
||||
" All Vundle Plugins go above here
|
||||
call vundle#end()
|
||||
|
1
vim/bundle/vim-yaml
Submodule
1
vim/bundle/vim-yaml
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 4b37a4fa8a91c44b517e3fb6de3ebba5e02ec9fb
|
Loading…
Reference in New Issue
Block a user