Small changes
This commit is contained in:
parent
de1473b8a3
commit
05220828b9
|
@ -14,4 +14,5 @@ run dunst
|
||||||
run pulseeffects --gapplication-service
|
run pulseeffects --gapplication-service
|
||||||
xsetwacom set "Wacom HID 50DB Finger touch" Gesture off
|
xsetwacom set "Wacom HID 50DB Finger touch" Gesture off
|
||||||
run touchegg
|
run touchegg
|
||||||
|
run nm-applet
|
||||||
#run music_wake.sh
|
#run music_wake.sh
|
||||||
|
|
|
@ -30,7 +30,7 @@ return {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
battery = "BAT1",
|
battery = "BAT1",
|
||||||
net_interface = "wlp3s0",
|
net_interface = "wlan0",
|
||||||
volume = {
|
volume = {
|
||||||
options = {"Master", "-D", "pulse"},
|
options = {"Master", "-D", "pulse"},
|
||||||
sink = "@DEFAULT_SINK@"
|
sink = "@DEFAULT_SINK@"
|
||||||
|
|
|
@ -59,6 +59,18 @@ local vimpc = quake:new({
|
||||||
vert = "bottom"
|
vert = "bottom"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
local onboard = quake:new({
|
||||||
|
app = "onboard",
|
||||||
|
name = "QuakeOnboard",
|
||||||
|
argname = "--name %s",
|
||||||
|
extra = "",
|
||||||
|
border = 0,
|
||||||
|
height = 0.25,
|
||||||
|
width = 1,
|
||||||
|
horiz = "center",
|
||||||
|
vert = "bottom"
|
||||||
|
})
|
||||||
|
|
||||||
-- {{{ Error handling
|
-- {{{ Error handling
|
||||||
-- Check if awesome encountered an error during startup and fell back to
|
-- Check if awesome encountered an error during startup and fell back to
|
||||||
-- another config (This code will only ever execute for the fallback config)
|
-- another config (This code will only ever execute for the fallback config)
|
||||||
|
@ -715,6 +727,9 @@ globalkeys = gears.table.join(
|
||||||
awful.key({ modkey, "Shift" }, "m", function () vimpc:toggle() end,
|
awful.key({ modkey, "Shift" }, "m", function () vimpc:toggle() end,
|
||||||
{description = "toggle dropdown vimpc terminal", group = "client"}),
|
{description = "toggle dropdown vimpc terminal", group = "client"}),
|
||||||
|
|
||||||
|
awful.key({ modkey, "Shift" }, "b", function () onboard:toggle() end,
|
||||||
|
{description = "toggle onboard", group = "client"}),
|
||||||
|
|
||||||
-- Layout manipulation
|
-- Layout manipulation
|
||||||
awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end,
|
awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end,
|
||||||
{description = "swap with next client by index", group = "client"}),
|
{description = "swap with next client by index", group = "client"}),
|
||||||
|
@ -792,7 +807,7 @@ globalkeys = gears.table.join(
|
||||||
-- Menubar
|
-- Menubar
|
||||||
awful.key({ modkey }, "p", function() game_mode_toggle() end,
|
awful.key({ modkey }, "p", function() game_mode_toggle() end,
|
||||||
{description = "show the menubar", group = "launcher"}),
|
{description = "show the menubar", group = "launcher"}),
|
||||||
awful.key({ modkey }, "d", function() rofi_spawn("rofi -show run") end,
|
awful.key({ modkey }, "d", function() rofi_spawn("rofi -show drun -me-select-entry '' -me-accept-entry 'MousePrimary'") end,
|
||||||
{description = "launch rofi", group = "launcher"}),
|
{description = "launch rofi", group = "launcher"}),
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
@ -905,6 +920,11 @@ clientbuttons = gears.table.join(
|
||||||
c:emit_signal("request::activate", "mouse_click", {raise = true})
|
c:emit_signal("request::activate", "mouse_click", {raise = true})
|
||||||
end_switcher()
|
end_switcher()
|
||||||
end),
|
end),
|
||||||
|
awful.button({ }, 3, function (c)
|
||||||
|
if switcher_mode then
|
||||||
|
c:kill()
|
||||||
|
end
|
||||||
|
end),
|
||||||
awful.button({ modkey }, 1, function (c)
|
awful.button({ modkey }, 1, function (c)
|
||||||
c:emit_signal("request::activate", "mouse_click", {raise = true})
|
c:emit_signal("request::activate", "mouse_click", {raise = true})
|
||||||
awful.mouse.client.move(c)
|
awful.mouse.client.move(c)
|
||||||
|
@ -935,7 +955,6 @@ awful.rules.rules = {
|
||||||
placement = awful.placement.no_overlap+awful.placement.no_offscreen,
|
placement = awful.placement.no_overlap+awful.placement.no_offscreen,
|
||||||
maximized_vertical = false,
|
maximized_vertical = false,
|
||||||
maximized_horizontal = false,
|
maximized_horizontal = false,
|
||||||
floating = false,
|
|
||||||
maximized = false
|
maximized = false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -974,6 +993,16 @@ awful.rules.rules = {
|
||||||
}
|
}
|
||||||
}, properties = { floating = true }},
|
}, properties = { floating = true }},
|
||||||
|
|
||||||
|
{ rule_any = {
|
||||||
|
name = {
|
||||||
|
"Onboard",
|
||||||
|
},
|
||||||
|
class = {
|
||||||
|
"onboard", "Onboard"
|
||||||
|
}
|
||||||
|
}, properties = { focusable = false }},
|
||||||
|
|
||||||
|
|
||||||
-- Add titlebars to normal clients and dialogs
|
-- Add titlebars to normal clients and dialogs
|
||||||
{ rule_any = {type = { "normal", "dialog" }
|
{ rule_any = {type = { "normal", "dialog" }
|
||||||
}, properties = { titlebars_enabled = false }
|
}, properties = { titlebars_enabled = false }
|
||||||
|
|
|
@ -57,6 +57,8 @@ exec_always --no-startup-id xfce4-power-manager
|
||||||
#exec_always --no-startup-id xss-lock -- i3lock -i /home/daan/Pictures/wallpapers/wallpaper.png &
|
#exec_always --no-startup-id xss-lock -- i3lock -i /home/daan/Pictures/wallpapers/wallpaper.png &
|
||||||
bindsym $mod+shift+x exec --no-startup-id i3lock -i $backgroud &
|
bindsym $mod+shift+x exec --no-startup-id i3lock -i $backgroud &
|
||||||
|
|
||||||
|
exec_always --no-startup-id xsetwacom set "Wacom HID 50DB Finger touch" Gesture off
|
||||||
|
|
||||||
exec_always --no-startup-id libinput-gestures-setup start
|
exec_always --no-startup-id libinput-gestures-setup start
|
||||||
#exec_always --no-startup-id export QT_QPA_PLATFORMTHEME="qt5ct"
|
#exec_always --no-startup-id export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||||
exec_always --no-startup-id /usr/lib/kdeconnectd &
|
exec_always --no-startup-id /usr/lib/kdeconnectd &
|
||||||
|
|
Binary file not shown.
|
@ -10,7 +10,7 @@
|
||||||
# be disabled and audio files will only be accepted over ipc socket (using
|
# be disabled and audio files will only be accepted over ipc socket (using
|
||||||
# file:// protocol) or streaming files over an accepted protocol.
|
# file:// protocol) or streaming files over an accepted protocol.
|
||||||
#
|
#
|
||||||
music_directory "~/Sync/Music"
|
music_directory "~/mpd-links"
|
||||||
#
|
#
|
||||||
# This setting sets the MPD internal playlist directory. The purpose of this
|
# This setting sets the MPD internal playlist directory. The purpose of this
|
||||||
# directory is storage for playlists created by MPD. The server will use
|
# directory is storage for playlists created by MPD. The server will use
|
||||||
|
@ -133,12 +133,12 @@ sticker_file "~/.config/mpd/sticker.sql"
|
||||||
# If this setting is set to "yes", MPD will discover audio files by following
|
# If this setting is set to "yes", MPD will discover audio files by following
|
||||||
# symbolic links outside of the configured music_directory.
|
# symbolic links outside of the configured music_directory.
|
||||||
#
|
#
|
||||||
#follow_outside_symlinks "yes"
|
follow_outside_symlinks "yes"
|
||||||
#
|
#
|
||||||
# If this setting is set to "yes", MPD will discover audio files by following
|
# If this setting is set to "yes", MPD will discover audio files by following
|
||||||
# symbolic links inside of the configured music_directory.
|
# symbolic links inside of the configured music_directory.
|
||||||
#
|
#
|
||||||
#follow_inside_symlinks "yes"
|
follow_inside_symlinks "yes"
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
sw_volume: 25
|
sw_volume: 34
|
||||||
audio_device_state:1:pulse audio
|
audio_device_state:1:pulse audio
|
||||||
state: stop
|
state: pause
|
||||||
current: 0
|
current: 0
|
||||||
|
time: 764.679000
|
||||||
random: 0
|
random: 0
|
||||||
repeat: 0
|
repeat: 0
|
||||||
single: 0
|
single: 0
|
||||||
|
@ -10,11 +11,5 @@ crossfade: 0
|
||||||
mixrampdb: 0.000000
|
mixrampdb: 0.000000
|
||||||
mixrampdelay: -1.000000
|
mixrampdelay: -1.000000
|
||||||
playlist_begin
|
playlist_begin
|
||||||
0:This Will Destroy You/This Will Destroy You - THIS WILL DESTROY YOU - S-T - 01 A Three-Legged Workhorse.flac
|
0:Music/Vicetone - 2014 Yeamix - Final + long No Way Out + Vocal Drop.mp3
|
||||||
1:This Will Destroy You/This Will Destroy You - THIS WILL DESTROY YOU - S-T - 02 Villa del Refugio.flac
|
|
||||||
2:This Will Destroy You/This Will Destroy You - THIS WILL DESTROY YOU - S-T - 03 Threads.flac
|
|
||||||
3:This Will Destroy You/This Will Destroy You - THIS WILL DESTROY YOU - S-T - 04 Leather Wings.flac
|
|
||||||
4:This Will Destroy You/This Will Destroy You - THIS WILL DESTROY YOU - S-T - 05 The Mighty Rio Grande.flac
|
|
||||||
5:This Will Destroy You/This Will Destroy You - THIS WILL DESTROY YOU - S-T - 06 They Move on Tracks of Never-Ending Light.flac
|
|
||||||
6:This Will Destroy You/This Will Destroy You - THIS WILL DESTROY YOU - S-T - 07 Burial on the Presidio Banks.flac
|
|
||||||
playlist_end
|
playlist_end
|
||||||
|
|
|
@ -5,7 +5,6 @@ configuration {
|
||||||
/* modi: "window,run,ssh";*/
|
/* modi: "window,run,ssh";*/
|
||||||
/* width: 50;*/
|
/* width: 50;*/
|
||||||
/* lines: 15;*/
|
/* lines: 15;*/
|
||||||
columns: 1;
|
|
||||||
font: "Open Sans 10";
|
font: "Open Sans 10";
|
||||||
/*theme: "sidetab";*/
|
/*theme: "sidetab";*/
|
||||||
theme: "~/.config/rofi/sidetab.rasi";
|
theme: "~/.config/rofi/sidetab.rasi";
|
||||||
|
@ -43,9 +42,6 @@ configuration {
|
||||||
/* line-margin: 2;*/
|
/* line-margin: 2;*/
|
||||||
/* line-padding: 1;*/
|
/* line-padding: 1;*/
|
||||||
/* filter: ;*/
|
/* filter: ;*/
|
||||||
separator-style: "solid";
|
|
||||||
hide-scrollbar: true;
|
|
||||||
fullscreen: false;
|
|
||||||
/* fake-transparency: false;*/
|
/* fake-transparency: false;*/
|
||||||
/* dpi: -1;*/
|
/* dpi: -1;*/
|
||||||
/* threads: 0;*/
|
/* threads: 0;*/
|
||||||
|
@ -56,10 +52,6 @@ configuration {
|
||||||
/* click-to-exit: true;*/
|
/* click-to-exit: true;*/
|
||||||
/* show-match: true;*/
|
/* show-match: true;*/
|
||||||
/* theme: ;*/
|
/* theme: ;*/
|
||||||
color-normal: "#273238, #c1c1c1, #273238, #394249, #ffffff";
|
|
||||||
color-urgent: "#273238, #ff1844, #273238, #394249, #ff1844";
|
|
||||||
color-active: "#273238, #80cbc4, #273238, #394249, #80cbc4";
|
|
||||||
color-window: "#273238, #273238, #1e2529";
|
|
||||||
/* max-history-size: 25;*/
|
/* max-history-size: 25;*/
|
||||||
/* combi-hide-mode-prefix: false;*/
|
/* combi-hide-mode-prefix: false;*/
|
||||||
/* pid: "/run/user/1000/rofi.pid";*/
|
/* pid: "/run/user/1000/rofi.pid";*/
|
||||||
|
|
|
@ -12,6 +12,14 @@ configuration {
|
||||||
display-window: "Window";
|
display-window: "Window";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
sidebar-mode: true;
|
sidebar-mode: true;
|
||||||
|
columns: 1;
|
||||||
|
separator-style: "solid";
|
||||||
|
hide-scrollbar: true;
|
||||||
|
fullscreen: false;
|
||||||
|
color-normal: "#273238, #c1c1c1, #273238, #394249, #ffffff";
|
||||||
|
color-urgent: "#273238, #ff1844, #273238, #394249, #ff1844";
|
||||||
|
color-active: "#273238, #80cbc4, #273238, #394249, #80cbc4";
|
||||||
|
color-window: "#273238, #273238, #1e2529";
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
|
@ -35,7 +35,7 @@ normalize_font_size_key="<Control>0"
|
||||||
word_chars="-A-Za-z0-9,./?%&#:_"
|
word_chars="-A-Za-z0-9,./?%&#:_"
|
||||||
lines=5000
|
lines=5000
|
||||||
max_width=1920
|
max_width=1920
|
||||||
max_height=378
|
max_height=399
|
||||||
min_width=1
|
min_width=1
|
||||||
min_height=1
|
min_height=1
|
||||||
x_pos=0
|
x_pos=0
|
||||||
|
@ -60,7 +60,7 @@ cursor_shape=0
|
||||||
# show_on_monitor_number=0
|
# show_on_monitor_number=0
|
||||||
# title_max_length_flag=false
|
# title_max_length_flag=false
|
||||||
title_max_length=25
|
title_max_length=25
|
||||||
palette = {0, 0, 0, 43690, 0, 0, 0, 43690, 0, 43690, 21845, 0, 0, 0, 43690, 43690, 0, 43690, 0, 43690, 43690, 43690, 43690, 43690, 21845, 21845, 21845, 65535, 21845, 21845, 21845, 65535, 21845, 65535, 65535, 21845, 21845, 21845, 65535, 65535, 21845, 65535, 21845, 65535, 65535, 65535, 65535, 65535}
|
palette = {1799, 13878, 16962, 56540, 12850, 12079, 34181, 39321, 0, 46517, 35209, 0, 9766, 35723, 53970, 54227, 13878, 33410, 10794, 41377, 39064, 61166, 59624, 54741, 0, 11051, 13878, 52171, 19275, 5654, 22616, 28270, 30069, 33667, 38036, 38550, 25957, 31611, 33667, 27756, 29041, 50372, 37779, 41377, 41377, 65021, 63222, 58339}
|
||||||
scrollbar_pos=2
|
scrollbar_pos=2
|
||||||
back_red=0
|
back_red=0
|
||||||
back_green=0
|
back_green=0
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit d556a43c1af6a4e4075e875934e250f589df0dee
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 40fe711e088e2ab346738233dd5adbb1be355172
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 9e29fe798a2536ead16ac8bfd2c042b45ea62d7e
|
|
8
.vimrc
8
.vimrc
|
@ -13,9 +13,12 @@ call plug#begin()
|
||||||
Plug 'kana/vim-operator-user'
|
Plug 'kana/vim-operator-user'
|
||||||
Plug 'rust-lang/rust.vim'
|
Plug 'rust-lang/rust.vim'
|
||||||
Plug 'Shougo/deoplete.nvim'
|
Plug 'Shougo/deoplete.nvim'
|
||||||
|
Plug 'zchee/deoplete-clang'
|
||||||
|
Plug 'Shougo/neoinclude.vim'
|
||||||
Plug 'roxma/nvim-yarp'
|
Plug 'roxma/nvim-yarp'
|
||||||
Plug 'roxma/vim-hug-neovim-rpc'
|
Plug 'roxma/vim-hug-neovim-rpc'
|
||||||
"Plug 'tbodt/deoplete-tabnine', { 'do': './install.sh' }
|
"Plug 'tbodt/deoplete-tabnine', { 'do': './install.sh' }
|
||||||
|
Plug 'sebastianmarkow/deoplete-rust'
|
||||||
Plug 'jpalardy/vim-slime'
|
Plug 'jpalardy/vim-slime'
|
||||||
Plug 'autozimu/LanguageClient-neovim', {
|
Plug 'autozimu/LanguageClient-neovim', {
|
||||||
\ 'branch': 'next',
|
\ 'branch': 'next',
|
||||||
|
@ -31,6 +34,11 @@ let g:LanguageClient_serverCommands = {
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
let g:deoplete#enable_at_startup = 1
|
let g:deoplete#enable_at_startup = 1
|
||||||
|
let g:deoplete#sources#clang#libclang_path = "/usr/lib/libclang.so"
|
||||||
|
let g:deoplete#sources#clang#clang_header = "/usr/lib/clang"
|
||||||
|
let g:deoplete#sources#rust#racer_binary='/usr/bin/racer'
|
||||||
|
let g:deoplete#sources#rust#rust_source_path='/usr/src/rust/src'
|
||||||
|
|
||||||
|
|
||||||
set tags+=./.tags
|
set tags+=./.tags
|
||||||
|
|
||||||
|
|
3
.zshrc
3
.zshrc
|
@ -198,10 +198,11 @@ alias v="vi"
|
||||||
# Scripts
|
# Scripts
|
||||||
|
|
||||||
alias rotate="~/.config/i3/rotate.sh"
|
alias rotate="~/.config/i3/rotate.sh"
|
||||||
alias tp='source tp'
|
|
||||||
|
|
||||||
alias ant="JAVA_HOME=/usr/lib/jvm/java-11-openjdk ant"
|
alias ant="JAVA_HOME=/usr/lib/jvm/java-11-openjdk ant"
|
||||||
|
|
||||||
|
source "tp"
|
||||||
|
|
||||||
|
|
||||||
# /!\ do not use with zsh-autosuggestions
|
# /!\ do not use with zsh-autosuggestions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue