summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-01-09 16:18:14 +0100
committerJoe <rrbo@proton.me>2023-01-09 16:18:14 +0100
commite5a51b67e209f491b4507b9fd1b8d6231bbf400a (patch)
tree96101e05326012ac9766926bf1e27342798eb8d3
parentup (diff)
downloaddotfiles-bsd-e5a51b67e209f491b4507b9fd1b8d6231bbf400a.tar.gz
dotfiles-bsd-e5a51b67e209f491b4507b9fd1b8d6231bbf400a.tar.bz2
dotfiles-bsd-e5a51b67e209f491b4507b9fd1b8d6231bbf400a.tar.xz
dotfiles-bsd-e5a51b67e209f491b4507b9fd1b8d6231bbf400a.tar.zst
dotfiles-bsd-e5a51b67e209f491b4507b9fd1b8d6231bbf400a.zip
up
Diffstat (limited to '')
-rw-r--r--.config/gtk-2.0/gtkrc21
-rw-r--r--.config/gtk-3.0/settings.ini17
-rwxr-xr-x.config/openbox/rc.xml13
3 files changed, 43 insertions, 8 deletions
diff --git a/.config/gtk-2.0/gtkrc b/.config/gtk-2.0/gtkrc
index ee3bbf6..fe74802 100644
--- a/.config/gtk-2.0/gtkrc
+++ b/.config/gtk-2.0/gtkrc
@@ -1,3 +1,18 @@
-gtk-font-name = "sans-serif 12"
-gtk-icon-theme-name = "Gruvbox-Material-Dark"
-gtk-theme-name = "Gruvbox-Material-Dark" \ No newline at end of file
+# DO NOT EDIT! This file will be overwritten by LXAppearance.
+# Any customization should be done in ~/.gtkrc-2.0.mine instead.
+
+include "/home/jozan/.gtkrc-2.0.mine"
+gtk-theme-name="Clearlooks-Phenix"
+gtk-icon-theme-name="Gruvbox-Material-Dark"
+gtk-font-name="sans-serif 12"
+gtk-cursor-theme-size=0
+gtk-toolbar-style=GTK_TOOLBAR_BOTH
+gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
+gtk-button-images=1
+gtk-menu-images=1
+gtk-enable-event-sounds=1
+gtk-enable-input-feedback-sounds=1
+gtk-xft-antialias=1
+gtk-xft-hinting=1
+gtk-xft-hintstyle="hintslight"
+gtk-xft-rgba="rgb"
diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini
index cbf91e1..159e08c 100644
--- a/.config/gtk-3.0/settings.ini
+++ b/.config/gtk-3.0/settings.ini
@@ -1,4 +1,15 @@
[Settings]
-gtk-font-name = sans-serif 12
-gtk-icon-theme-name = Gruvbox-Material-Dark
-gtk-theme-name = Gruvbox-Material-Dark \ No newline at end of file
+gtk-font-name=sans-serif 12
+gtk-icon-theme-name=Gruvbox-Material-Dark
+gtk-theme-name=Clearlooks-Phenix
+gtk-cursor-theme-size=0
+gtk-toolbar-style=GTK_TOOLBAR_BOTH
+gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
+gtk-button-images=1
+gtk-menu-images=1
+gtk-enable-event-sounds=1
+gtk-enable-input-feedback-sounds=1
+gtk-xft-antialias=1
+gtk-xft-hinting=1
+gtk-xft-hintstyle=hintslight
+gtk-xft-rgba=rgb
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml
index cd5cfc6..6ee40d5 100755
--- a/.config/openbox/rc.xml
+++ b/.config/openbox/rc.xml
@@ -42,7 +42,7 @@
'Active' - where the active window is -->
</placement>
<theme>
- <name>Clearlooks-Phenix</name>
+ <name>Clearlooks</name>
<titleLayout>SNLIMC</titleLayout>
<!--
available characters are NDSLIMC, each can occur at most once.
@@ -133,7 +133,7 @@
desktops. Set this to 0 to disable the popup. -->
</desktops>
<resize>
- <drawContents>yes</drawContents>
+ <drawContents>no</drawContents>
<popupShow>Nonpixel</popupShow>
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
<popupPosition>Center</popupPosition>
@@ -433,6 +433,15 @@
<menu>root-menu</menu>
</action>
</keybind>
+ <keybind key="W-w">
+ <action name="Move"/>
+ </keybind>
+ <keybind key="W-C-w">
+ <action name="Move"/>
+ </keybind>
+ <keybind key="W-S-w">
+ <action name="Resize"/>
+ </keybind>
</keyboard>
<mouse>
<dragThreshold>1</dragThreshold>