From 04279586c4f143d84b40e1e59e6fd62389665a68 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Fri, 3 Feb 2023 15:50:06 +0100 Subject: [PATCH] [i3] small changes to keyboard bindings --- .config/i3/config.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/i3/config.example b/.config/i3/config.example index 9af8034..538a9e4 100644 --- a/.config/i3/config.example +++ b/.config/i3/config.example @@ -22,10 +22,10 @@ floating_modifier $mod bindsym $mod+Return exec i3-sensible-terminal # start dolphin -# bindsym $mod+e exec nautilus +bindsym $mod+e exec pcmanfm-qt -bindsym $mod+Print exec ksnapshot -bindsym $mod+Shift+Print exec ksnapshot -c +bindsym $mod+Print exec scrot +bindsym $mod+Shift+Print exec scrot -u # kill focused window bindsym $mod+Shift+Q kill @@ -58,9 +58,9 @@ bindsym $mod+v split v bindsym $mod+f fullscreen # change container layout (stacked, tabbed, default) -bindsym $mod+s layout stacking -bindsym $mod+w layout tabbed -bindsym $mod+e layout default +bindsym $mod+Ctrl+s layout stacking +bindsym $mod+Ctrl+w layout tabbed +bindsym $mod+Ctrl+e layout default # toggle tiling / floating bindsym $mod+Shift+space floating toggle