@@ -12,7 +12,6 @@ | |||||
- import_tasks: kanboard.yaml | - import_tasks: kanboard.yaml | ||||
- import_tasks: points.yaml | |||||
- block: | - block: | ||||
- import_tasks: i3.yaml | - import_tasks: i3.yaml | ||||
@@ -1,7 +0,0 @@ | |||||
--- | |||||
- name: points counter | |||||
copy: | |||||
content: 0 | |||||
dest: ~/.points | |||||
force: no |
@@ -103,12 +103,6 @@ bindsym $mod+f fullscreen | |||||
bindsym $mod+r mode resize | bindsym $mod+r mode resize | ||||
bindsym $mod+x exec {{i3_exec_command_prefix}} xkill | bindsym $mod+x exec {{i3_exec_command_prefix}} xkill | ||||
# points | |||||
bindsym $mod+minus exec {{points_down_command}} | |||||
bindsym $mod+plus exec {{points_up_command}} | |||||
bindsym $mod+KP_Subtract exec {{points_down_command}} | |||||
bindsym $mod+KP_Add exec {{points_up_command}} | |||||
# free keys | # free keys | ||||
# $mod+i | # $mod+i | ||||
# $mod+j | # $mod+j | ||||
@@ -131,7 +125,8 @@ bindsym $mod+KP_Add exec {{points_up_command}} | |||||
# $mod+Insert | # $mod+Insert | ||||
# $mod+Print | # $mod+Print | ||||
# $mod+Scroll_Lock | # $mod+Scroll_Lock | ||||
# $mod+minus | |||||
# $mod+plus | |||||
## stuff that is available in default and remote mode | ## stuff that is available in default and remote mode | ||||
{% macro overall() %} | {% macro overall() %} | ||||
@@ -127,9 +127,6 @@ i3_letter_workspace_keymaps: | |||||
- keysym: ssharp | - keysym: ssharp | ||||
workspace: 52:ß | workspace: 52:ß | ||||
points_up_command: fish -c "echo (expr (cat ~/.points) + 1 > ~/.points) (rofi -m (cat ~/.points)\ Ω)" | |||||
points_down_command: fish -c "echo (expr (cat ~/.points) - 1 > ~/.points) (rofi -m (cat ~/.points)\ Ω)" | |||||
background_image_path: ~/.backgrounds/{{background_image|basename}} | background_image_path: ~/.backgrounds/{{background_image|basename}} | ||||
background_command: feh --no-fehbg --bg-fill {{background_image_path}} | background_command: feh --no-fehbg --bg-fill {{background_image_path}} | ||||