diff options
-rw-r--r-- | dotfiles/.config/mako/config | 2 | ||||
-rw-r--r-- | dotfiles/.config/sway/config | 5 | ||||
-rw-r--r-- | dotfiles/.config/youtube-viewer/youtube-viewer.conf | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dotfiles/.config/mako/config b/dotfiles/.config/mako/config index affb3c4..6a2538d 100644 --- a/dotfiles/.config/mako/config +++ b/dotfiles/.config/mako/config @@ -4,3 +4,5 @@ background-color=#2d333f border-color=#434c5e default-timeout=5000 height=300 +max-visible=5 +max-history=10 diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 871585b..1e1f8a4 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -109,6 +109,9 @@ input 2:10:TPPS/2_IBM_TrackPoint pointer_accel 1 output "*" background ~/.config/wall1.png fill # Laptop display output "eDP-1" scale 1.6 pos 0 0 scale_filter linear +# Two monitor layout +output "HDMI-A-1" pos 0 0 +output "HDMI-A-2" pos 1920 200 # Keymaps input type:keyboard { @@ -144,7 +147,7 @@ bindsym --to-code { # Mako (notifications) $mod+Ctrl+space exec "makoctl dismiss" - # $mod+Ctrl+grave exec "makoctl list" + $mod+Ctrl+Shift+space exec "makoctl restore" # Screen brightness controls XF86MonBrightnessUp exec "xbacklight -inc 5" diff --git a/dotfiles/.config/youtube-viewer/youtube-viewer.conf b/dotfiles/.config/youtube-viewer/youtube-viewer.conf index 7ef376d..909da53 100644 --- a/dotfiles/.config/youtube-viewer/youtube-viewer.conf +++ b/dotfiles/.config/youtube-viewer/youtube-viewer.conf @@ -1,13 +1,11 @@ #!/usr/bin/perl -# YouTube Viewer 3.7.5 - configuration file +# YouTube Viewer 3.7.7 - configuration file our $CONFIG = { auto_captions => 0, - autohide_watched => 0, autoplay_mode => 0, cache_dir => "$ENV{HOME}/.cache/youtube-viewer", - captions_dir => "/tmp", colors => 1, comments_order => "time", confirm => 0, @@ -29,6 +27,7 @@ our $CONFIG = { fullscreen => 0, get_captions => 1, get_term_width => 1, + hfr => 1, highlight_color => "bold", highlight_watched => 1, history => 0, @@ -62,7 +61,6 @@ our $CONFIG = { srt_languages => ["en", "es"], subscriptions_order => "relevance", thousand_separator => ",", - use_invidious_api => 0, video_filename_format => "*FTITLE* - *ID*.*FORMAT*", video_player_selected => "mpv", video_players => { |