i3, readme
This commit is contained in:
@ -22,8 +22,6 @@ scrolling:
|
|||||||
history: 10000
|
history: 10000
|
||||||
multiplier: 2
|
multiplier: 2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Font configuration
|
# Font configuration
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
@ -34,7 +32,6 @@ font:
|
|||||||
x: 0
|
x: 0
|
||||||
y: 1
|
y: 1
|
||||||
|
|
||||||
|
|
||||||
background_opacity: 0.9
|
background_opacity: 0.9
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
|
@ -216,6 +216,7 @@ for_window [class="Thunderbird" window_type="normal"] move scratchpad, floating
|
|||||||
for_window [class="Nautilus"] floating enable
|
for_window [class="Nautilus"] floating enable
|
||||||
for_window [class="Gnome-calculator"] floating enable
|
for_window [class="Gnome-calculator"] floating enable
|
||||||
for_window [class="zoom"] move scratchpad
|
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
|
#for_window [instance="joplin"] resize set 1300 900, move scratchpad, move position center
|
||||||
|
|
||||||
# keybinds
|
# keybinds
|
||||||
@ -227,6 +228,7 @@ bindsym Print exec "~/bin/screenshot.sh"
|
|||||||
|
|
||||||
bindsym $mod+minus [class="Telegram"] scratchpad show
|
bindsym $mod+minus [class="Telegram"] scratchpad show
|
||||||
bindsym $mod+p [class="Mattermost"] 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+m [class="Cantata"] scratchpad show
|
||||||
bindsym $mod+Shift+s [class="Joplin"] scratchpad show
|
bindsym $mod+Shift+s [class="Joplin"] scratchpad show
|
||||||
bindsym $mod+Shift+z [class="zoom"] 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 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 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 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 XF86MonBrightnessUp exec xrandr --output eDP1 --brightness 1.9 # increase screen brightness
|
||||||
bindsym XF86MonBrightnessDown exec xrandr --output eDP-1 --brightness .4 # decrease screen brightness
|
bindsym XF86MonBrightnessDown exec xrandr --output eDP1 --brightness 1.4 # decrease screen brightness
|
||||||
|
|
||||||
|
@ -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)
|
- [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)
|
- [tmux][tmux] - najlepszy manager sessji (screen R.I.P)
|
||||||
- [tmuxp][tmuxp] - manager zarządzania sesjami tmux'a - python powered
|
- [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
|
- [zsh][zsh] - zarąbisty shell, fish niestety nie potrafił sobie poradzić z kompatybilnością z SH
|
||||||
- [taskwarrior][taskwarrior] - zarządzanie czasem i zadaniami
|
- [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
|
- [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"
|
[dunst]: https://github.com/dunst-project/dunst "dunst"
|
||||||
[urxvt]: https://wiki.archlinux.org/index.php/Rxvt-unicode "urxvt"
|
[urxvt]: https://wiki.archlinux.org/index.php/Rxvt-unicode "urxvt"
|
||||||
[betterlockscreen]: https://github.com/pavanjadhaw/betterlockscreen "betterlockscreen"
|
[betterlockscreen]: https://github.com/pavanjadhaw/betterlockscreen "betterlockscreen"
|
||||||
|
[alacritty]: https://github.com/alacritty/alacritty "alacritty"
|
||||||
|
Reference in New Issue
Block a user