diff options
| author | Syndamia <kamen@syndamia.com> | 2025-03-28 15:30:24 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-03-28 15:30:24 +0200 |
| commit | 21393956461843ede7c7ef85bb816548b3e96737 (patch) | |
| tree | 788a65454f8c2c7860c04a1162dc2cbe0dabc70a | |
| parent | 25fce569cc7fb856338207c594c8fc07c37b8744 (diff) | |
| download | dotfiles-21393956461843ede7c7ef85bb816548b3e96737.tar dotfiles-21393956461843ede7c7ef85bb816548b3e96737.tar.gz dotfiles-21393956461843ede7c7ef85bb816548b3e96737.zip | |
feat: Update configs
| -rw-r--r-- | .config/flameshot/flameshot.ini | 3 | ||||
| -rw-r--r-- | .config/gtk-3.0/settings.ini | 4 | ||||
| -rw-r--r-- | .config/jgmenu/append.csv | 6 | ||||
| -rw-r--r-- | .config/openbox/rc.xml | 123 | ||||
| -rw-r--r-- | .config/picom.conf | 1 | ||||
| -rw-r--r-- | .config/pnmixer/config | 2 | ||||
| -rw-r--r-- | .config/terminator/config | 28 | ||||
| -rw-r--r-- | .config/tint2/tint2rc | 8 | ||||
| -rw-r--r-- | .gtkrc-2.0 | 2 |
9 files changed, 91 insertions, 86 deletions
diff --git a/.config/flameshot/flameshot.ini b/.config/flameshot/flameshot.ini index 58e243f..bdc0b68 100644 --- a/.config/flameshot/flameshot.ini +++ b/.config/flameshot/flameshot.ini @@ -1,5 +1,5 @@ [General] -buttons=@Variant(\0\0\0\x7f\0\0\0\vQList<int>\0\0\0\0\r\0\0\0\0\0\0\0\x1\0\0\0\x2\0\0\0\x3\0\0\0\x6\0\0\0\x12\0\0\0\a\0\0\0\b\0\0\0\t\0\0\0\x10\0\0\0\n\0\0\0\v\0\0\0\f) +buttons=@Invalid() contrastOpacity=76 disabledTrayIcon=false drawColor=#ff0000 @@ -11,6 +11,7 @@ savePath=/home/kamen/Downloads savePathFixed=false showDesktopNotification=false showHelp=false +showMagnifier=true showSidePanelButton=false showStartupLaunchMessage=true startupLaunch=true diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 427b900..b65c536 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -12,5 +12,5 @@ gtk-enable-event-sounds=1 gtk-enable-input-feedback-sounds=1 gtk-xft-antialias=1 gtk-xft-hinting=1 -gtk-xft-hintstyle=hintfull -gtk-xft-rgba=rgb +gtk-xft-hintstyle=hintmedium +gtk-xft-rgba=none diff --git a/.config/jgmenu/append.csv b/.config/jgmenu/append.csv index 81ca4bc..2bbcf64 100644 --- a/.config/jgmenu/append.csv +++ b/.config/jgmenu/append.csv @@ -2,6 +2,6 @@ Log Out,~/.a/sys/on-wm-logout.sh && loginctl terminate-user $USER,system-log-out Lock Now,~/.a/sys/lock.sh now,system-lock-screen ^sep() -Suspend,loginctl suspend,system-suspend -Reboot,~/.a/sys/on-wm-logout.sh && loginctl reboot,system-reboot -Shutdown,~/.a/sys/on-wm-logout.sh && loginctl poweroff,system-shutdown +Suspend,systemctl suspend,system-suspend +Reboot,~/.a/sys/on-wm-logout.sh && systemctl reboot,system-reboot +Shutdown,~/.a/sys/on-wm-logout.sh && systemctl poweroff,system-shutdown diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 7072944..97d8a43 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -42,7 +42,7 @@ 'Active' - where the active window is --> </placement> <theme> - <name>Blocks</name> + <name>Blocks-Dark</name> <titleLayout>NLIMC</titleLayout> <!-- available characters are NDSLIMC, each can occur at most once. @@ -175,46 +175,46 @@ </dock> <keyboard> <chainQuitKey>C-g</chainQuitKey> - <!-- Keybindings for window tiling --> - <keybind key="W-Up"> - <action name="ToggleMaximize" /> - </keybind> - <keybind key="W-A-Up"> - <action name="Unmaximize" /> - <action name="MoveResizeTo"> - <x>0</x> - <y>0</y> - <width>100%</width> - <height>50%</height> - </action> - </keybind> - <keybind key="W-A-Right"> - <action name="Unmaximize" /> - <action name="MoveResizeTo"> - <x>-0</x> - <y>0</y> - <width>50%</width> - <height>100%</height> - </action> - </keybind> - <keybind key="W-A-Down"> - <action name="Unmaximize" /> - <action name="MoveResizeTo"> - <x>0</x> - <y>-0</y> - <width>100%</width> - <height>50%</height> - </action> - </keybind> - <keybind key="W-A-Left"> - <action name="Unmaximize" /> - <action name="MoveResizeTo"> - <x>0</x> - <y>0</y> - <width>50%</width> - <height>100%</height> - </action> - </keybind> + <!-- Keybindings for window tiling --> + <keybind key="W-Up"> + <action name="ToggleMaximize"/> + </keybind> + <keybind key="W-A-Up"> + <action name="Unmaximize"/> + <action name="MoveResizeTo"> + <x>0</x> + <y>0</y> + <width>100%</width> + <height>50%</height> + </action> + </keybind> + <keybind key="W-A-Right"> + <action name="Unmaximize"/> + <action name="MoveResizeTo"> + <x>-0</x> + <y>0</y> + <width>50%</width> + <height>100%</height> + </action> + </keybind> + <keybind key="W-A-Down"> + <action name="Unmaximize"/> + <action name="MoveResizeTo"> + <x>0</x> + <y>-0</y> + <width>100%</width> + <height>50%</height> + </action> + </keybind> + <keybind key="W-A-Left"> + <action name="Unmaximize"/> + <action name="MoveResizeTo"> + <x>0</x> + <y>0</y> + <width>50%</width> + <height>100%</height> + </action> + </keybind> <!-- Keybindings for running applications --> <keybind key="XF86MonBrightnessUp"> <action name="Execute"> @@ -240,7 +240,7 @@ <enabled>false</enabled> <name>Toggle desktop</name> </startupnotify> - <command>~/.a/toggle-desktop.sh</command> + <command>~/.a/toggle-desktop.sh</command> </action> </keybind> <keybind key="W-L"> @@ -249,7 +249,7 @@ <enabled>false</enabled> <name>Lock screen</name> </startupnotify> - <command>~/.a/sys/lock.sh now</command> + <command>~/.a/sys/lock.sh now</command> </action> </keybind> <keybind key="Print"> @@ -288,11 +288,11 @@ <command>jgmenu_run</command> </action> </keybind> - <keybind key="W-x"> - <action name="Execute"> - <command>wmctrl -x -a xed -b toggle,hidden</command> - </action> - </keybind> + <keybind key="W-x"> + <action name="Execute"> + <command>wmctrl -x -a xed -b toggle,hidden</command> + </action> + </keybind> <keybind key="C-A-T"> <action name="Execute"> <startupnotify> @@ -802,20 +802,19 @@ <!-- show the manage desktops section in the client-list-(combined-)menu --> </menu> <applications> - <application title="xed"> - <decor>no</decor> - - <position force="no"> - <x>-108</x> - <y>center</y> - </position> - <size> - <width>20%</width> - <height>100%</height> - </size> - <skip_taskbar>yes</skip_taskbar> - <layer>above</layer> - </application> + <application title="xed"> + <decor>no</decor> + <position force="no"> + <x>-108</x> + <y>center</y> + </position> + <size> + <width>20%</width> + <height>100%</height> + </size> + <skip_taskbar>yes</skip_taskbar> + <layer>above</layer> + </application> <!-- # this is an example with comments through out. use these to make your # own rules, but without the comments of course. diff --git a/.config/picom.conf b/.config/picom.conf index de41263..4c2505f 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -51,6 +51,7 @@ shadow-exclude = [ "_GTK_FRAME_EXTENTS@:c", "class_g = 'lead'", "class_g = 'firefox' && argb", # thanks https://github.com/rehmano/dotfiles/blob/master/picom/picom.conf + "class_g = 'thunderbird' && argb", "class_g = 'easyeffects'" ]; diff --git a/.config/pnmixer/config b/.config/pnmixer/config index 2b114fa..534c7d7 100644 --- a/.config/pnmixer/config +++ b/.config/pnmixer/config @@ -9,7 +9,7 @@ CustomCommand= VolMuteKey=-1 VolUpKey=123 VolDownKey=122 -AlsaCard=HDA Intel PCH +AlsaCard=(default) NormalizeVolume=true SystemTheme=true DrawVolMeter=false diff --git a/.config/terminator/config b/.config/terminator/config index 8a3b404..839941c 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -1,8 +1,20 @@ [global_config] - enabled_plugins = CommandNotify, CustomCommandsMenu, LaunchpadBugURLHandler, LaunchpadCodeURLHandler, APTURLHandler - suppress_multiple_term_dialog = True + handle_size = 5 + enabled_plugins = CommandNotify, LaunchpadBugURLHandler, LaunchpadCodeURLHandler, APTURLHandler, CustomCommandsMenu [keybindings] + paste = <Primary><Shift>v help = "" +[profiles] + [[default]] + background_color = "#282828" + background_darkness = 0.97 + font = MesloLGS NF 11 + foreground_color = "#ebdbb2" + show_titlebar = False + scrollbar_position = hidden + scrollback_infinite = True + palette = "#282828:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2" + use_system_font = False [layouts] [[default]] [[[child1]]] @@ -19,15 +31,3 @@ enabled = True name = Open in Nemo position = 0 -[profiles] - [[default]] - background_color = "#282828" - background_darkness = 0.97 - cursor_color = "#ebdbb2" - font = MesloLGS NF 11 - foreground_color = "#ebdbb2" - palette = "#282828:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2" - scrollback_infinite = True - scrollbar_position = hidden - show_titlebar = False - use_system_font = False diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index 19869f8..2efc229 100644 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,4 +1,4 @@ -#---- Generated by tint2conf c598 ---- +#---- Generated by tint2conf 78a8 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- @@ -79,6 +79,7 @@ panel_padding = 8 4 4 panel_background_id = 4 wm_menu = 1 panel_dock = 0 +panel_pivot_struts = 0 panel_position = top center horizontal panel_layer = top panel_monitor = all @@ -129,6 +130,7 @@ task_padding = 0 2 1 task_tooltip = 1 task_thumbnail = 1 task_thumbnail_size = 210 +task_iconified_icon_asb = 70 0 0 task_background_id = 3 task_active_background_id = 2 mouse_left = toggle_iconify @@ -158,7 +160,7 @@ launcher_icon_theme = Mint-Y-Dark-Blue launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 -launcher_item_app = /usr/share/applications/jgmenu.desktop +launcher_item_app = ~/.local/share/applications/jgmenu.desktop #------------------------------------- # Clock @@ -236,6 +238,7 @@ execp_has_icon = 0 execp_cache_icon = 1 execp_continuous = 1 execp_markup = 0 +execp_monitor = all execp_lclick_command = execp_rclick_command = execp_mclick_command = @@ -258,6 +261,7 @@ execp_has_icon = 0 execp_cache_icon = 1 execp_continuous = 1 execp_markup = 0 +execp_monitor = all execp_lclick_command = execp_rclick_command = execp_mclick_command = @@ -16,4 +16,4 @@ gtk-enable-input-feedback-sounds=1 gtk-xft-antialias=1 gtk-xft-hinting=1 gtk-xft-hintstyle="hintmedium" -gtk-xft-rgba="rgb" +gtk-xft-rgba="none" |
