Skip to content

Instantly share code, notes, and snippets.

@okayurisotto
Created June 2, 2023 15:15
Show Gist options
  • Save okayurisotto/7f40fffac785b91140f214b1db09a6d8 to your computer and use it in GitHub Desktop.
Save okayurisotto/7f40fffac785b91140f214b1db09a6d8 to your computer and use it in GitHub Desktop.
exec-once = fcitx5
general {
gaps_in = 4
gaps_out = 4
layout = dwindle
col.active_border = rgb(7aa2f7)
}
decoration {
blur = false
drop_shadow = false
}
animations {
enabled = false
}
input {
follow_mouse = 1
kb_layout = jp
kb_options = ctrl:nocaps
repeat_delay = 300
repeat_rate = 30
sensitivity = 0
scroll_method = 2fg
follow_mouse = 2
touchpad {
natural_scroll = true
tap-and-drag = false
}
}
bind = SUPER, return, exec, alacritty
bind = SUPER, escape, killactive,
bind = SUPER SHIFT, escape, exit,
bind = SUPER, H, movefocus, l
bind = SUPER, J, movefocus, d
bind = SUPER, K, movefocus, u
bind = SUPER, L, movefocus, r
bind = SUPER SHIFT, H, movewindow, l
bind = SUPER SHIFT, J, movewindow, d
bind = SUPER SHIFT, K, movewindow, u
bind = SUPER SHIFT, L, movewindow, r
bind = SUPER, left, movefocus, l
bind = SUPER, right, movefocus, r
bind = SUPER, up, movefocus, u
bind = SUPER, down, movefocus, d
bind = SUPER, 1, workspace, 1
bind = SUPER, 2, workspace, 2
bind = SUPER, 3, workspace, 3
bind = SUPER, 4, workspace, 4
bind = SUPER, 5, workspace, 5
bind = SUPER, 6, workspace, 6
bind = SUPER, 7, workspace, 7
bind = SUPER, 8, workspace, 8
bind = SUPER, 9, workspace, 9
bind = SUPER, 0, workspace, 10
bind = SUPER SHIFT, 1, movetoworkspace, 1
bind = SUPER SHIFT, 2, movetoworkspace, 2
bind = SUPER SHIFT, 3, movetoworkspace, 3
bind = SUPER SHIFT, 4, movetoworkspace, 4
bind = SUPER SHIFT, 5, movetoworkspace, 5
bind = SUPER SHIFT, 6, movetoworkspace, 6
bind = SUPER SHIFT, 7, movetoworkspace, 7
bind = SUPER SHIFT, 8, movetoworkspace, 8
bind = SUPER SHIFT, 9, movetoworkspace, 9
bind = SUPER SHIFT, 0, movetoworkspace, 10
binde = , XF86AudioLowerVolume , exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
binde = , XF86AudioMute , exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
binde = , XF86AudioRaiseVolume , exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
binde = , XF86AudioNext , exec, playerctl next
binde = , XF86AudioPlay , exec, playerctl play-pause
binde = , XF86AudioPrev , exec, playerctl previous
binde = , XF86KbdBrightnessDown, exec, brightnessctl --device smc::kbd_backlight set 5%-
binde = , XF86KbdBrightnessUp , exec, brightnessctl --device smc::kbd_backlight set +5%
binde = , XF86MonBrightnessDown, exec, brightnessctl --device acpi_video0 set 5%-
binde = , XF86MonBrightnessUp , exec, brightnessctl --device acpi_video0 set +5%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment