update i3 config
use maim instead of scrot use rofi instead of dmenu add alt-tab for window switching
This commit is contained in:
parent
1c4ee6916f
commit
66beb41f0a
1 changed files with 5 additions and 3 deletions
|
@ -8,8 +8,9 @@ bindsym $mod+Return exec i3-sensible-terminal
|
|||
|
||||
bindsym $mod+Shift+x kill
|
||||
|
||||
bindsym $mod+a exec dmenu_run
|
||||
bindsym $mod+a exec rofi -show drun
|
||||
#bindsym $mod+a exec i3-dmenu-desktop
|
||||
bindsym Mod1+Tab exec rofi -show window
|
||||
|
||||
bindsym $mod+n focus left
|
||||
bindsym $mod+r focus down
|
||||
|
@ -87,6 +88,7 @@ bar {
|
|||
for_window [window_role="pop-up"] floating enable
|
||||
for_window [class="Pavucontrol"] floating enable
|
||||
for_window [class="Gnome-calculator"] floating enable
|
||||
for_window [class="mpv"] floating enable
|
||||
|
||||
workspace 1 output eDP1 DP2-2
|
||||
workspace 2 output eDP1 DP2-1
|
||||
|
@ -123,8 +125,8 @@ bindsym XF86AudioMicMute exec pactl set-source-mute alsa_input.pci-0000_00_1f.3.
|
|||
bindsym XF86MonBrightnessUp exec xbacklight +2
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -2
|
||||
|
||||
bindsym $mod+Print exec scrot --silent
|
||||
bindsym $mod+Shift+Print exec scrot --focused --silent
|
||||
bindsym $mod+Print exec maim ~/screenshot_$(date +%Y-%m-%d_%H%M%S).png
|
||||
bindsym $mod+Shift+Print exec maim -i $(xdotool getactivewindow) ~/screenshot_$(date +%Y-%m-%d_%H%M%S).png
|
||||
|
||||
bindsym $mod+Shift+Left exec playerctl previous
|
||||
bindsym $mod+Shift+Down exec playerctl play-pause
|
||||
|
|
Loading…
Reference in a new issue