diff options
author | awy <awy@awy.one> | 2024-12-01 00:24:08 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-12-01 00:24:08 +0300 |
commit | 57d5857386c9133bfa64ac2c1203e88cb1274dba (patch) | |
tree | 66be026fde280ef9b78b14da5213b3c8bcada2e1 /.config | |
parent | dc8c04a3a2e369d35929da97a60b10e0c33f3a19 (diff) |
screen recording
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3blocks/config | 5 | ||||
-rw-r--r-- | .config/sway/config | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 000b092..337766a 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -1,3 +1,8 @@ +[recordingicon] +command=cat /tmp/recordingicon 2> /dev/null +interval=once +signal=9 + [packages] command=sb-pacpackages interval=once diff --git a/.config/sway/config b/.config/sway/config index 5940415..0326c79 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -60,6 +60,8 @@ bindsym $mod+j focus up bindsym $mod+l focus right bindsym $mod+f fullscreen bindsym $mod+s layout toggle split +bindsym Print exec menurecord +bindsym Shift+Print exec menurecord kill bindsym $mod+Shift+space floating toggle bindsym $mod+Return exec $term bindsym $mod+Shift+Return exec 'swaymsg mark swapme && swaymsg focus left && swaymsg swap container with mark swapme && swaymsg unmark swapme' @@ -101,7 +103,6 @@ bindsym $mod+Shift+0 move container to workspace number 10 bindsym $mod+q kill -bindsym $mod+Shift+e reload bindsym $mod+Shift+q exec sysact # INPUT |