mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-24 04:45:08 +02:00
Initial i3 configuration
This is derived from my Awesome configuration. Still a lot to do from a WM perspective. The organization is a bit different and I am giving it up on the per-display systemd units as it does not really work due to the fact we only have one user DBus and one environment.
This commit is contained in:
parent
d3af9e4890
commit
d85a504c53
95 changed files with 383 additions and 3116 deletions
27
dotfiles/gtkrc-2.0
Normal file
27
dotfiles/gtkrc-2.0
Normal file
|
@ -0,0 +1,27 @@
|
|||
gtk-theme-name="Adwaita-dark"
|
||||
gtk-icon-theme-name="Adwaita"
|
||||
gtk-cursor-theme-name="Adwaita"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-font-name="DejaVu Sans 10"
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-fallback-icon-theme="gnome"
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-decoration-layout=":menu"
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle="hintslight"
|
||||
gtk-xft-rgba="rgb"
|
||||
|
||||
gtk-key-theme-name="Emacs"
|
||||
binding "vbe-text-entry-bindings" {
|
||||
unbind "<ctrl>b"
|
||||
unbind "<shift><ctrl>b"
|
||||
unbind "<ctrl>f"
|
||||
unbind "<shift><ctrl>f"
|
||||
unbind "<ctrl>w"
|
||||
bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) }
|
||||
}
|
||||
class "GtkEntry" binding "vbe-text-entry-bindings"
|
||||
class "GtkTextView" binding "vbe-text-entry-bindings"
|
Loading…
Add table
Add a link
Reference in a new issue