- I3: Updated keybinding
This commit is contained in:
parent
c3685e0c23
commit
64cfb3d803
1 changed files with 19 additions and 3 deletions
22
i3/config
22
i3/config
|
@ -45,7 +45,7 @@ bindsym $mod+d exec dmenu_run
|
|||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
bindsym $mod+k focus down
|
||||
bindsym $mod+l focus up
|
||||
#bindsym $mod+l focus up
|
||||
bindsym $mod+semicolon focus right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
|
@ -53,6 +53,7 @@ bindsym $mod+Left focus left
|
|||
bindsym $mod+Down focus down
|
||||
bindsym $mod+Up focus up
|
||||
bindsym $mod+Right focus right
|
||||
bindsym $mod+Tab focus right
|
||||
|
||||
# move focused window
|
||||
bindsym $mod+Shift+j move left
|
||||
|
@ -104,8 +105,8 @@ bindsym $mod+8 workspace 8
|
|||
bindsym $mod+9 workspace 9
|
||||
bindsym $mod+0 workspace 10
|
||||
# switch to previous/next workspace
|
||||
bindsym $mod+Shift+a workspace prev_on_output
|
||||
bindsym $mod+Shift+d workspace next_on_output
|
||||
bindsym $mod+Control+a workspace prev_on_output
|
||||
bindsym $mod+Control+d workspace next_on_output
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace 1
|
||||
|
@ -175,3 +176,18 @@ exec --no-startup-id i3-msg 'workspace 3; exec /usr/bin/spotify'
|
|||
exec --no-startup-id i3-msg 'exec fbsetbg -a `tail -n 1 .fluxbox/lastwallpaper|cut -d'|' -f 2`'
|
||||
|
||||
workspace_layout tabbed
|
||||
|
||||
# Screen lock
|
||||
bindsym $mod+l exec "xscreensaver-command -lock"
|
||||
|
||||
# Multimedia keys
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5%
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5%
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle
|
||||
bindsym XF86AudioPlay exec dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause
|
||||
bindsym XF86AudioPrev exec dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
|
||||
bindsym XF86AudioNext exec dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next
|
||||
|
||||
# Take Screenshot
|
||||
bindsym Print exec xfce4-screenshooter
|
||||
#Control Print :Exec scrot -d 0 `date +%Y-%m-%d_%H-%M-%S`.png--no-startup-
|
||||
|
|
Loading…
Reference in a new issue