diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/gammastep/config.ini | 68 | ||||
-rw-r--r-- | .config/mpd/mpd.conf | 1 | ||||
-rw-r--r-- | .config/openbox/autostart | 2 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 30 | ||||
-rw-r--r-- | .config/ranger/bookmarks | 3 | ||||
-rw-r--r-- | .config/ranger/tagged | 4 | ||||
-rw-r--r-- | .config/tint2/tint2rc | 40 |
7 files changed, 110 insertions, 38 deletions
diff --git a/.config/gammastep/config.ini b/.config/gammastep/config.ini new file mode 100644 index 0000000..a00f36d --- /dev/null +++ b/.config/gammastep/config.ini @@ -0,0 +1,68 @@ +; Global settings +[general] +; Set the day and night screen temperatures +temp-day=5700 +temp-night=5500 + +; Disable the smooth fade between temperatures when Redshift starts and stops. +; 0 will cause an immediate change between screen temperatures. +; 1 will gradually apply the new screen temperature over a couple of seconds. +fade=0 + +; Solar elevation thresholds. +; By default, Redshift will use the current elevation of the sun to determine +; whether it is daytime, night or in transition (dawn/dusk). When the sun is +; above the degrees specified with elevation-high it is considered daytime and +; below elevation-low it is considered night. +;elevation-high=3 +;elevation-low=-6 + +; Custom dawn/dusk intervals. +; Instead of using the solar elevation, the time intervals of dawn and dusk +; can be specified manually. The times must be specified as HH:MM in 24-hour +; format. +;dawn-time=6:00-7:45 +;dusk-time=18:35-20:15 + +; Set the screen brightness. Default is 1.0. +;brightness=0.9 +; It is also possible to use different settings for day and night +; since version 1.8. +;brightness-day=0.7 +;brightness-night=0.4 +; Set the screen gamma (for all colors, or each color channel +; individually) +gamma=0.8 +;gamma=0.8:0.7:0.8 +; This can also be set individually for day and night since +; version 1.10. +;gamma-day=0.8:0.7:0.8 +;gamma-night=0.6 + +; Set the location-provider: 'geoclue2', 'manual'. +; The location provider settings are in a different section. +location-provider=manual + +; Set the adjustment-method: 'randr', 'vidmode', 'drm', 'wayland'. +; 'randr' is the preferred X11 method, 'vidmode' is an older API +; that works in some cases when 'randr' does not. +; The adjustment method settings are in a different section. +adjustment-method=randr + +; Configuration of the location-provider: +; type 'gammastep -l PROVIDER:help' to see the settings. +; ex: 'gammastep -l manual:help' +; Keep in mind that longitudes west of Greenwich (e.g. the Americas) +; are negative numbers. +[manual] +lat=34.3 +lon=-82.6 + +; Configuration of the adjustment-method +; type 'gammastep -m METHOD:help' to see the settings. +; ex: 'gammastep -m randr:help' +; In this example, randr is configured to adjust only screen 0. +; Note that the numbering starts from 0, so this is actually the first screen. +; If this option is not specified, Redshift will try to adjust _all_ screens. +[randr] +screen=0 diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 1081004..fbdfbc5 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -1,6 +1,5 @@ db_file "~/.mpd/database" music_directory "/home/lxf/music/library" -playlist_directory "/home/lxf/music/playlists" log_file "/home/lxf/.mpd/mpd.log" pid_file "/home/lxf/.mpd/mpd.pid" state_file "/home/lxf/.mpd/mpdstate" diff --git a/.config/openbox/autostart b/.config/openbox/autostart index f37cc55..773f936 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -8,5 +8,5 @@ nextcloud & xset r rate 251 25 & xset -b xcape -e 'Control_L=Escape' -xinput set-prop 11 "libinput Natural Scrolling Enabled" 1 +xinput set-prop 13 "libinput Natural Scrolling Enabled" 1 feh --bg-fill ~/pictures/desktops/Untitled_0535_by_Mike_Sinko.jpg diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 08c6411..49a7c45 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -211,9 +211,21 @@ <wrap>no</wrap> </action> </keybind> - <keybind key="S-A-Left"> + <keybind key="S-A-2"> <action name="SendToDesktop"> - <to>left</to> + <to>2</to> + <wrap>no</wrap> + </action> + </keybind> + <keybind key="S-A-3"> + <action name="SendToDesktop"> + <to>3</to> + <wrap>no</wrap> + </action> + </keybind> + <keybind key="S-A-4"> + <action name="SendToDesktop"> + <to>4</to> <wrap>no</wrap> </action> </keybind> @@ -258,15 +270,6 @@ <keybind key="W-d"> <action name="ToggleShowDesktop"/> </keybind> - <!-- Keybindings for windows --> - <keybind key="A-F4"> - <action name="Close"/> - </keybind> - <keybind key="A-Escape"> - <action name="Lower"/> - <action name="FocusToBottom"/> - <action name="Unfocus"/> - </keybind> <keybind key="A-space"> <action name="Execute"> <command>dmenu_run</command> @@ -309,12 +312,12 @@ </keybind> <keybind key="XF86MonBrightnessDown"> <action name="Execute"> - <command>brightnessctl set 100-</command> + <command>brightnessctl set 10-</command> </action> </keybind> <keybind key="XF86MonBrightnessUp"> <action name="Execute"> - <command>brightnessctl set 100+</command> + <command>brightnessctl set 10+</command> </action> </keybind> <keybind key="A-F6"> @@ -839,7 +842,6 @@ --> <application class="URxvt"> <decor>no</decor> - <desktop>1</desktop> </application> <application class="Darktable"> <decor>no</decor> diff --git a/.config/ranger/bookmarks b/.config/ranger/bookmarks index b5c890f..b2fb743 100644 --- a/.config/ranger/bookmarks +++ b/.config/ranger/bookmarks @@ -9,4 +9,5 @@ s:/home/lxf/sites/luxagraf.net c:/home/lxf/pictures/nextcloud-ccg-phone t:/home/lxf/temp p:/home/lxf/temp/wired -':/home/lxf +':/mnt/backup/week.6 +k:/home/lxf/pictures/2021/05_bus diff --git a/.config/ranger/tagged b/.config/ranger/tagged index 1aa7043..67f7d46 100644 --- a/.config/ranger/tagged +++ b/.config/ranger/tagged @@ -2,6 +2,8 @@ /home/lxf/sites/usedbarcode.net/usedbarcode/app/contracts/models.py /home/lxf/sites/vanlife.tools/app/accounts/migrations /home/lxf/writing/opera/opera-for-android-best-features.txt -/home/lxf/writing/conde/wired/docs r:/home/lxf/sites/corrinne-site/app/clients_ /home/lxf/temp/Backwoods Home magazine pack - RePack +/home/lxf/writing/wired/docs +/home/lxf/Options Trading for Beginners.mp4 +/home/lxf/sites/luxagraf.net/app/trading/templates/trading/luxtrademodel_form.html diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index 716830f..a5e1f9f 100644 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -80,7 +80,7 @@ autohide_hide_timeout = 0.5 autohide_height = 2 strut_policy = follow_size panel_window_name = tint2 -disable_transparency = 0 +disable_transparency = 1 mouse_effects = 1 font_shadow = 0 mouse_hover_icon_asb = 100 0 10 @@ -96,15 +96,15 @@ taskbar_active_background_id = 0 taskbar_name = 1 taskbar_hide_inactive_tasks = 0 taskbar_hide_different_monitor = 0 -taskbar_hide_different_desktop = 0 +taskbar_hide_different_desktop = 1 taskbar_always_show_all_desktop_tasks = 0 taskbar_name_padding = 4 2 taskbar_name_background_id = 0 taskbar_name_active_background_id = 0 taskbar_name_font_color = #e3e3e3 100 -taskbar_name_font = Roboto 13 +taskbar_name_font = Roboto 12 taskbar_name_active_font_color = #ffffff 100 -taskbar_distribute_size = 0 +taskbar_distribute_size = 1 taskbar_sort_order = none task_align = left @@ -133,7 +133,7 @@ mouse_scroll_down = iconify #------------------------------------- # System tray (notification area) -systray_padding = 0 4 2 +systray_padding = 5 4 2 systray_background_id = 0 systray_sort = ascending systray_icon_size = 40 @@ -151,10 +151,10 @@ launcher_icon_asb = 100 0 0 launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 -launcher_item_app = urxvt.desktop -launcher_item_app = vivaldi-snapshot.desktop -launcher_item_app = darktable.desktop -launcher_item_app = thunar.desktop +#launcher_item_app = urxvt.desktop +#launcher_item_app = vivaldi.desktop +#launcher_item_app = darktable.desktop +#launcher_item_app = thunar.desktop #------------------------------------- # Clock @@ -177,14 +177,14 @@ clock_dwheel_command = # Battery battery = 0 battery_tooltip = 1 -bat1_font = Roboto 13 +bat1_font = Roboto 12 bat2_font = Roboto 13 bat1_format = %p - %h:%m battery_low_status = 10 battery_low_cmd = xmessage 'tint2: Battery low!' battery_full_cmd = battery_font_color = #ffffff 100 -battery_padding = 40 0 +battery_padding = 15 0 battery_background_id = 0 battery_hide = 101 @@ -201,12 +201,12 @@ button = new button_icon = ~/bin/launcher.png #button_text = Menu button_tooltip = -button_font = Roboto Regular 13 +button_font = Roboto Regular 12 button_font_color = #888888 100 button_background_id = 0 button_centered = 0 button_padding = 10 1 1 -button_max_icon_size = 20 +button_max_icon_size = 18 button_lclick_command = jgmenu_run # button_mclick_command = button_rclick_command = jgmenu_run @@ -225,7 +225,7 @@ execp_markup = 1 execp_tooltip = execp_lclick_command = mpc toggle execp_rclick_command = mpc next -execp_font = Roboto Regular 13 +execp_font = Roboto Regular 11 execp_font_color = #ffffff 100 execp_padding = 8 0 execp_background_id = 2 @@ -248,9 +248,9 @@ execp_rclick_command = execp_mclick_command = execp_uwheel_command = execp_dwheel_command = -execp_font = Roboto 13 +execp_font = Roboto 12 execp_font_color = #ffffff 100 -execp_padding = 20 0 +execp_padding = 10 0 execp_background_id = 0 execp_centered = 0 execp_icon_w = 24 @@ -272,9 +272,9 @@ execp_rclick_command = execp_mclick_command = execp_uwheel_command = execp_dwheel_command = -execp_font = Roboto 13 +execp_font = Roboto 12 execp_font_color = #ffffff 100 -execp_padding = 20 0 +execp_padding = 10 0 execp_background_id = 0 execp_centered = 0 execp_icon_w = 0 @@ -295,9 +295,9 @@ execp_rclick_command = execp_mclick_command = execp_uwheel_command = execp_dwheel_command = -execp_font = Roboto 13 +execp_font = Roboto 12 execp_font_color = #ffffff 100 -execp_padding = 10 0 +execp_padding = 5 0 execp_background_id = 0 execp_centered = 0 execp_icon_w = 0 |