diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 5b87c15..5d516c0 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -22,8 +22,6 @@ scrolling: history: 10000 multiplier: 2 - - # Font configuration font: normal: @@ -34,7 +32,6 @@ font: x: 0 y: 1 - background_opacity: 0.9 selection: diff --git a/.config/i3/config b/.config/i3/config index d3e6eda..d528814 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -216,6 +216,7 @@ for_window [class="Thunderbird" window_type="normal"] move scratchpad, floating for_window [class="Nautilus"] floating enable for_window [class="Gnome-calculator"] floating enable for_window [class="zoom"] move scratchpad +for_window [class="Signal"] move scratchpad #for_window [instance="joplin"] resize set 1300 900, move scratchpad, move position center # keybinds @@ -227,6 +228,7 @@ bindsym Print exec "~/bin/screenshot.sh" bindsym $mod+minus [class="Telegram"] scratchpad show bindsym $mod+p [class="Mattermost"] scratchpad show +bindsym $mod+o [class="Signal"] scratchpad show bindsym $mod+m [class="Cantata"] scratchpad show bindsym $mod+Shift+s [class="Joplin"] scratchpad show bindsym $mod+Shift+z [class="zoom"] scratchpad show @@ -251,6 +253,6 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status -bindsym XF86MonBrightnessUp exec xrandr --output eDP-1 --brightness .9 # increase screen brightness -bindsym XF86MonBrightnessDown exec xrandr --output eDP-1 --brightness .4 # decrease screen brightness +bindsym XF86MonBrightnessUp exec xrandr --output eDP1 --brightness 1.9 # increase screen brightness +bindsym XF86MonBrightnessDown exec xrandr --output eDP1 --brightness 1.4 # decrease screen brightness diff --git a/README.md b/README.md index a8700c4..ed229f7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ W końcu zebrałem w jedno repo wszystkie potrzebne mi konfiguracje oprogramowan - [neovim][neovim] - miły fork vim'a (przed vim 8.x zbawienny w zarządzaniu procesami) - [tmux][tmux] - najlepszy manager sessji (screen R.I.P) - [tmuxp][tmuxp] - manager zarządzania sesjami tmux'a - python powered +- [alacritty][alacritty] - multisystemowy terminal (zastępstwo po [urxvt][urxvt]) - [zsh][zsh] - zarąbisty shell, fish niestety nie potrafił sobie poradzić z kompatybilnością z SH - [taskwarrior][taskwarrior] - zarządzanie czasem i zadaniami - [eg][eg] - help systemowy z własną konfiguracją i możliwością rozbudowy o własne komendy/opisy @@ -85,3 +86,4 @@ Przydatne nrzędzie do tworzenia kopii zapasowych na różnych serwerach/dyskach [dunst]: https://github.com/dunst-project/dunst "dunst" [urxvt]: https://wiki.archlinux.org/index.php/Rxvt-unicode "urxvt" [betterlockscreen]: https://github.com/pavanjadhaw/betterlockscreen "betterlockscreen" +[alacritty]: https://github.com/alacritty/alacritty "alacritty"