From 9d1980646d6765b734db147e3da8a63ee17e68b7 Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Wed, 25 Jan 2023 02:33:56 -0400 Subject: [PATCH] updated --- user/.config/awesome/apps.lua | 1 - user/.config/awesome/keymaps/keyboard.lua | 2 -- user/.config/awesome/ui/rules.lua | 10 +++++++ user/.config/awesome/ui/theme.lua | 4 +-- user/.config/gtk-2.0/gtkfilechooser.ini | 11 ++++++++ user/.config/qt5ct/qt5ct.conf | 32 +++++++++++++++++++++++ user/.config/qt6ct/qt6ct.conf | 31 ++++++++++++++++++++++ 7 files changed, 86 insertions(+), 5 deletions(-) create mode 100644 user/.config/gtk-2.0/gtkfilechooser.ini create mode 100644 user/.config/qt5ct/qt5ct.conf create mode 100644 user/.config/qt6ct/qt6ct.conf diff --git a/user/.config/awesome/apps.lua b/user/.config/awesome/apps.lua index 3be9dbf9d..bda47ce30 100644 --- a/user/.config/awesome/apps.lua +++ b/user/.config/awesome/apps.lua @@ -3,7 +3,6 @@ local apps = { terminal = "alacritty", editor = "emacsclient -c -a emacs", music = "alacritty -t musik --class musik,musik -e cmus", - tut = "alacritty -t tut --class tut,tut -e tut", youm = "alacritty --title youm --class youm,youm -e ytfzf -mlst", ytfzf = "alacritty --title ytfzf --class ytfzf,ytfzf -e ytfzf -flst", ani = "alacritty --title ani-cli --class ani-cli,ani-cli -e ani-cli -f", diff --git a/user/.config/awesome/keymaps/keyboard.lua b/user/.config/awesome/keymaps/keyboard.lua index 0b6aa7f95..9e1bf791f 100644 --- a/user/.config/awesome/keymaps/keyboard.lua +++ b/user/.config/awesome/keymaps/keyboard.lua @@ -703,8 +703,6 @@ awful.keyboard.append_global_keybindings( awful.util.spawn(apps.ani) elseif key == "f" then awful.util.spawn(apps.flix) - elseif key == "t" then - awful.util.spawn(apps.tut) end awful.keygrabber.stop(grabber) end diff --git a/user/.config/awesome/ui/rules.lua b/user/.config/awesome/ui/rules.lua index ff5fb23bb..c1ede5954 100644 --- a/user/.config/awesome/ui/rules.lua +++ b/user/.config/awesome/ui/rules.lua @@ -162,6 +162,16 @@ ruled.client.connect_signal( rule_any = { class = { "retroarch", + "airshipper", + "pyrogenesis", + "DarkPlaces", + "xonotic-sdl", + "supertuxkart", + "supertux2", + "wesnoth", + "Minetest", + "openttd", + "warzone2100", "steam" } }, diff --git a/user/.config/awesome/ui/theme.lua b/user/.config/awesome/ui/theme.lua index 0e34396c8..94bf98b39 100644 --- a/user/.config/awesome/ui/theme.lua +++ b/user/.config/awesome/ui/theme.lua @@ -34,8 +34,8 @@ theme.bg_urgent = "#a89984" -- {{{ Borders beautiful.gap_single_client = false -theme.useless_gap = dpi(0) -theme.border_width = dpi(1) +theme.useless_gap = dpi(3) +theme.border_width = dpi(1.5) theme.border_normal = "#504945" theme.border_focus = "#cc241d" theme.border_marked = "#cc241d" diff --git a/user/.config/gtk-2.0/gtkfilechooser.ini b/user/.config/gtk-2.0/gtkfilechooser.ini new file mode 100644 index 000000000..3de31bfd5 --- /dev/null +++ b/user/.config/gtk-2.0/gtkfilechooser.ini @@ -0,0 +1,11 @@ +[Filechooser Settings] +LocationMode=path-bar +ShowHidden=false +ShowSizeColumn=true +GeometryX=0 +GeometryY=0 +GeometryWidth=780 +GeometryHeight=585 +SortColumn=name +SortOrder=ascending +StartupMode=recent diff --git a/user/.config/qt5ct/qt5ct.conf b/user/.config/qt5ct/qt5ct.conf new file mode 100644 index 000000000..25ebe2528 --- /dev/null +++ b/user/.config/qt5ct/qt5ct.conf @@ -0,0 +1,32 @@ +[Appearance] +color_scheme_path=/usr/share/qt5ct/colors/airy.conf +custom_palette=false +icon_theme=Papirus-Dark +standard_dialogs=gtk2 +style=gtk2 + +[Fonts] +fixed=@Variant(\0\0\0@\0\0\0$\0m\0o\0n\0o\0n\0o\0k\0i\0 \0N\0\x65\0r\0\x64\0 \0\x46\0o\0n\0t@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0K\x10) +general=@Variant(\0\0\0@\0\0\0$\0m\0o\0n\0o\0n\0o\0k\0i\0 \0N\0\x65\0r\0\x64\0 \0\x46\0o\0n\0t@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0K\x10) + +[Interface] +activate_item_on_single_click=1 +buttonbox_layout=0 +cursor_flash_time=1000 +dialog_buttons_have_icons=1 +double_click_interval=400 +gui_effects=@Invalid() +keyboard_scheme=2 +menus_have_icons=true +show_shortcuts_in_context_menus=true +stylesheets=@Invalid() +toolbutton_style=4 +underline_shortcut=1 +wheel_scroll_lines=3 + +[SettingsWindow] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xc0\0\0\0\x32\0\0\a\x7f\0\0\x4\x37\0\0\x3\xc1\0\0\0\x33\0\0\a~\0\0\x4\x36\0\0\0\0\0\0\0\0\a\x80\0\0\x3\xc1\0\0\0\x33\0\0\a~\0\0\x4\x36) + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() diff --git a/user/.config/qt6ct/qt6ct.conf b/user/.config/qt6ct/qt6ct.conf new file mode 100644 index 000000000..aa88b4acf --- /dev/null +++ b/user/.config/qt6ct/qt6ct.conf @@ -0,0 +1,31 @@ +[Appearance] +color_scheme_path=/usr/share/qt6ct/colors/airy.conf +custom_palette=false +standard_dialogs=gtk2 +style=qt6gtk2 + +[Fonts] +fixed="mononoki Nerd Font,10,-1,5,700,0,0,0,0,0,0,0,0,0,0,1,Bold" +general="mononoki Nerd Font,10,-1,5,700,0,0,0,0,0,0,0,0,0,0,1,Bold" + +[Interface] +activate_item_on_single_click=1 +buttonbox_layout=0 +cursor_flash_time=1000 +dialog_buttons_have_icons=1 +double_click_interval=400 +gui_effects=@Invalid() +keyboard_scheme=2 +menus_have_icons=true +show_shortcuts_in_context_menus=true +stylesheets=@Invalid() +toolbutton_style=4 +underline_shortcut=1 +wheel_scroll_lines=3 + +[SettingsWindow] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\x32\0\0\a\x7f\0\0\x4\x37\0\0\0\0\0\0\0\x32\0\0\a\x7f\0\0\x4\x37\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\x32\0\0\a\x7f\0\0\x4\x37) + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid()