Skip to content

Instantly share code, notes, and snippets.

@atsuya
atsuya / kitty.conf
Created December 30, 2017 02:04
Kitty - Solarized Dark
# vim:fileencoding=utf-8:ft=conf
# Font family. You can also specify different fonts for the
# bold/italic/bold-italic variants. By default they are derived automatically,
# by the OSes font system. Setting them manually is useful for font families
# that have many weight variants like Book, Medium, Thick, etc. For example:
# font_family Operator Mono Book
# bold_font Operator Mono Medium
# italic_font Operator Mono Book Italic
# bold_italic_font Operator Mono Medium Italic
# vim:fileencoding=utf-8:ft=conf
# Font family. You can also specify different fonts for the
# bold/italic/bold-italic variants. By default they are derived automatically,
# by the OSes font system. Setting them manually is useful for font families
# that have many weight variants like Book, Medium, Thick, etc. For example:
# font_family Operator Mono Book
# bold_font Operator Mono Medium
# italic_font Operator Mono Book Italic
# bold_italic_font Operator Mono Medium Italic
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<artifactId>example-project</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
@atsuya
atsuya / README.md
Last active October 1, 2018 05:29
always turn on mozc with ibus

A workaround to activate Hiragana mode when switched to mozc using ibus

always being activated

sed -i -e 's/^const bool kActivatedOnLaunch = false/const bool kActivatedOnLaunch = true/g' src/unix/ibus/property_handler.cc

this is a snippet inserted into PKGBUILD and in the end of prepare()

@atsuya
atsuya / config
Created May 3, 2019 13:34
My sway config
# Default config for sway
#
# Copy this to ~/.config/sway/config and edit it to your liking.
#
# Read `man 5 sway` for a complete reference.
### Variables
#
# Logo key. Use Mod1 for Alt.
set $mod Mod4
@atsuya
atsuya / config
Created May 3, 2019 14:02
My Waybar config
{
"layer": "top", // Waybar at top layer
"modules-left": ["sway/workspaces"],
"modules-right": ["tray", "cpu", "memory", "backlight", "network", "pulseaudio", "battery", "clock"],
"tray": {
// "icon-size": 21,
"spacing": 10
},
"clock": {
"tooltip-format": "{:%Y-%m-%d | %H:%M}",