[cleanup] Remove most old unused configs

This commit is contained in:
uttarayan21
2024-03-04 00:41:27 +05:30
parent 25326779c8
commit b590e705b5
53 changed files with 2 additions and 1353 deletions

View File

@@ -1,82 +0,0 @@
{
"Profiles": [
{
"Tablet": "Wacom CTL-472",
"OutputMode": {
"Path": "OpenTabletDriver.Desktop.Output.LinuxArtistMode",
"Settings": [],
"Enable": true
},
"Filters": [],
"AbsoluteModeSettings": {
"Display": {
"Width": 1440.0,
"Height": 2560.0,
"X": 720.0,
"Y": 1280.0,
"Rotation": 0.0
},
"Tablet": {
"Width": 152.0,
"Height": 95.0,
"X": 76.00001,
"Y": 47.499992,
"Rotation": 270.0
},
"EnableClipping": true,
"EnableAreaLimiting": false,
"LockAspectRatio": true
},
"RelativeModeSettings": {
"XSensitivity": 10.0,
"YSensitivity": 10.0,
"RelativeRotation": 0.0,
"RelativeResetDelay": "00:00:00.1000000"
},
"Bindings": {
"TipActivationThreshold": 0.0,
"TipButton": {
"Path": "OpenTabletDriver.Desktop.Binding.MouseBinding",
"Settings": [
{
"Property": "Button",
"Value": "Left"
}
],
"Enable": true
},
"EraserActivationThreshold": 0.0,
"EraserButton": null,
"PenButtons": [
{
"Path": "OpenTabletDriver.Desktop.Binding.LinuxArtistMode.LinuxArtistModeButtonBinding",
"Settings": [
{
"Property": "Button",
"Value": "Pen Button 1"
}
],
"Enable": true
},
{
"Path": "OpenTabletDriver.Desktop.Binding.LinuxArtistMode.LinuxArtistModeButtonBinding",
"Settings": [
{
"Property": "Button",
"Value": "Pen Button 2"
}
],
"Enable": true
}
],
"AuxButtons": [],
"MouseButtons": [],
"MouseScrollUp": null,
"MouseScrollDown": null
}
}
],
"LockUsableAreaDisplay": false,
"LockUsableAreaTablet": true,
"Tools": []
}

View File

@@ -1,82 +0,0 @@
{
"Profiles": [
{
"Tablet": "Wacom CTL-472",
"OutputMode": {
"Path": "OpenTabletDriver.Desktop.Output.LinuxArtistMode",
"Settings": [],
"Enable": true
},
"Filters": [],
"AbsoluteModeSettings": {
"Display": {
"Width": 2560.0,
"Height": 1440.0,
"X": 2720.0,
"Y": 1259.0,
"Rotation": 0.0
},
"Tablet": {
"Width": 152.0,
"Height": 95.0,
"X": 76.0,
"Y": 47.5,
"Rotation": 0.0
},
"EnableClipping": true,
"EnableAreaLimiting": false,
"LockAspectRatio": false
},
"RelativeModeSettings": {
"XSensitivity": 10.0,
"YSensitivity": 10.0,
"RelativeRotation": 0.0,
"RelativeResetDelay": "00:00:00.1000000"
},
"Bindings": {
"TipActivationThreshold": 0.0,
"TipButton": {
"Path": "OpenTabletDriver.Desktop.Binding.MouseBinding",
"Settings": [
{
"Property": "Button",
"Value": "Left"
}
],
"Enable": true
},
"EraserActivationThreshold": 0.0,
"EraserButton": null,
"PenButtons": [
{
"Path": "OpenTabletDriver.Desktop.Binding.LinuxArtistMode.LinuxArtistModeButtonBinding",
"Settings": [
{
"Property": "Button",
"Value": "Pen Button 1"
}
],
"Enable": true
},
{
"Path": "OpenTabletDriver.Desktop.Binding.LinuxArtistMode.LinuxArtistModeButtonBinding",
"Settings": [
{
"Property": "Button",
"Value": "Pen Button 2"
}
],
"Enable": true
}
],
"AuxButtons": [],
"MouseButtons": [],
"MouseScrollUp": null,
"MouseScrollDown": null
}
}
],
"LockUsableAreaDisplay": false,
"LockUsableAreaTablet": true,
"Tools": []
}

View File

@@ -1,16 +0,0 @@
#!/bin/sh
setxkbmap -option "ctrl:nocaps"
picom --config ~/.config/picom/picom.conf &
xrandr --output DP-4 --mode 2560x1440 --refresh 170 --pos 1440x538 --rotate normal --output DP-2 --mode 2560x1440 --pos 0x0 --rotate left --refresh 170
# libinput-gestures &
#discord --start-minimized &
xwallpaper --zoom ~/.local/share/dotfiles/images/wallpaper.jpg &
export _JAVA_AWT_WM_NONREPARENTING=1
conky &
unclutter &
# twmnd &
# xf86keys -d &
aa-notify -p -s 1 -w 60 -f /var/log/audit/audit.log &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
exec bspwm

View File

@@ -1,83 +0,0 @@
env:
TERM: alacritty
colors:
primary:
background: '#000000'
foreground: '#f0f0f0'
cursor:
text: '0x44475a'
cursor: '0xf8f8f2'
# selection:
# text: '0xf8f8f2'
# background: '0x44475a'
normal:
black: '0x000000'
red: '0xff5555'
green: '0x50fa7b'
yellow: '0xf1fa8c'
blue: '0xbd93f9'
magenta: '0xff79c6'
cyan: '0x8be9fd'
white: '0xbfbfbf'
bright:
black: '0x4d4d4d'
red: '0xff6e67'
green: '0x5af78e'
yellow: '0xf4f99d'
blue: '0xcaa9fa'
magenta: '0xff92d0'
cyan: '0x9aedfe'
white: '0xe6e6e6'
dim:
black: '0x14151b'
red: '0xff2222'
green: '0x1ef956'
yellow: '0xebf85b'
blue: '0x4d5b86'
magenta: '0xff46b0'
cyan: '0x59dffc'
white: '0xe6e6d1'
indexed_colors: []
window:
startup_mode: Maximized
title: Alacritty
opacity: 0.8
font:
normal:
family: Hack Nerd Font Mono
style: Regular
bold:
family: Hack Nerd Font Mono
style: Bold
italic:
family: Hack Nerd Font Mono
style: Italic
bold_italic:
family: Hack Nerd Font Mono
style: Bold Italic
size: 15
offset:
x: 0
y: 0
glyph_offset:
x: 0
y: -1
mouse:
launcher:
program: xdg-open
args: []
key_bindings:
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }

View File

@@ -1,26 +0,0 @@
Config(
width: Absolute(1000),
height: Absolute(0),
x: Fraction(0.5),
y: Fraction(0.3),
hide_icons: false,
ignore_exclusive_zones: false,
layer: Overlay,
hide_plugin_info: false,
close_on_click: false,
show_results_immediately: false,
max_entries: None,
plugins: [
"libhyprwin.so",
"librink.so",
"libapplications.so",
"libwebsearch.so",
"libhandlr.so",
"librandr.so",
"libshell.so",
"libtranslate.so",
"libsymbols.so",
],
)

View File

@@ -1,62 +0,0 @@
2023-09-15T07:26:58.942905Z  INFO handlr: Tracing initialized
2023-09-15T07:27:01.213903Z  INFO handlr: Title: ":open a"
2023-09-15T07:27:01.213935Z  INFO handlr: Description: "a"
2023-09-15T07:27:01.245265Z ERROR handlr: ""
2023-09-15T07:27:01.245275Z ERROR handlr: ""
2023-09-15T07:27:25.084702Z  INFO handlr: Tracing initialized
2023-09-15T07:27:33.970262Z  INFO handlr: Tracing initialized
2023-09-15T07:27:39.863608Z  INFO handlr: Tracing initialized
2023-09-15T07:27:43.861564Z  INFO handlr: Title: ":o google.com"
2023-09-15T07:27:43.861573Z  INFO handlr: Description: "google.com"
2023-09-15T07:27:43.890188Z ERROR handlr: ""
2023-09-15T07:27:43.890198Z ERROR handlr: ""
2023-09-15T07:30:28.167926Z  INFO handlr: Tracing initialized
2023-09-15T07:30:33.816612Z  INFO handlr: Tracing initialized
2023-09-15T07:30:37.277810Z  INFO handlr: Title: ":o sus"
2023-09-15T07:30:37.277840Z  INFO handlr: Description: "sus"
2023-09-15T07:30:37.277850Z  INFO handlr: Running Command: "handlr" "open" "sus"
2023-09-15T07:30:48.546494Z  INFO handlr: Tracing initialized
2023-09-15T07:30:51.841329Z  INFO handlr: Title: ":o ~/.config"
2023-09-15T07:30:51.841364Z  INFO handlr: Description: "~/.config"
2023-09-15T07:30:51.841367Z  INFO handlr: Running Command: "handlr" "open" "~/.config"
2023-09-15T07:30:51.856065Z ERROR handlr: ""
2023-09-15T07:30:51.856074Z ERROR handlr: ""
2023-09-15T07:31:07.918763Z  INFO handlr: Tracing initialized
2023-09-15T07:31:11.270351Z  INFO handlr: Title: ":o config"
2023-09-15T07:31:11.270360Z  INFO handlr: Description: "config"
2023-09-15T07:31:11.270363Z  INFO handlr: Running Command: "handlr" "open" "config"
2023-09-15T07:31:11.288281Z ERROR handlr: ""
2023-09-15T07:31:11.288289Z ERROR handlr: ""
2023-09-15T07:31:12.549357Z  INFO handlr: Tracing initialized
2023-09-15T07:31:21.110775Z  INFO handlr: Tracing initialized
2023-09-15T07:31:25.562570Z  INFO handlr: Tracing initialized
2023-09-15T07:31:33.582379Z  INFO handlr: Title: ":o .config"
2023-09-15T07:31:33.582389Z  INFO handlr: Description: ".config"
2023-09-15T07:31:33.582392Z  INFO handlr: Running Command: "handlr" "open" ".config"
2023-09-15T07:31:36.997029Z  INFO handlr: Tracing initialized
2023-09-15T07:31:53.581923Z  INFO handlr: Title: ":o ~/.config"
2023-09-15T07:31:53.581954Z  INFO handlr: Description: "~/.config"
2023-09-15T07:31:53.581964Z  INFO handlr: Running Command: "handlr" "open" "~/.config"
2023-09-15T07:31:53.625101Z ERROR handlr: ""
2023-09-15T07:31:53.625115Z ERROR handlr: ""
2023-09-15T07:37:28.163541Z  INFO handlr: Tracing initialized
2023-09-15T07:37:33.352755Z  INFO handlr: Tracing initialized
2023-09-15T07:37:37.845943Z  INFO handlr: Title: ":o ~/.config"
2023-09-15T07:37:37.845974Z  INFO handlr: Description: /home/fs0c131y/.config
2023-09-15T07:37:37.845984Z  INFO handlr: Running Command: "handlr" "open" "~/.config"
2023-09-15T07:37:37.875523Z ERROR handlr: ""
2023-09-15T07:37:37.875533Z ERROR handlr: ""
2023-09-15T07:38:23.248517Z  INFO handlr: Tracing initialized
2023-09-15T07:38:29.458865Z  INFO handlr: Title: ":o ~/.config"
2023-09-15T07:38:29.458874Z  INFO handlr: Argument: /home/fs0c131y/.config
2023-09-15T07:38:29.458876Z  INFO handlr: Running Command: "handlr" "open" "/home/fs0c131y/.config"
2023-09-15T07:39:39.675868Z  INFO handlr: Tracing initialized
2023-09-15T07:40:45.843354Z  INFO handlr: Tracing initialized
2023-09-15T07:41:05.357976Z  INFO handlr: Title: ":open "
2023-09-15T07:41:05.358008Z  INFO handlr: Argument: pen
2023-09-15T07:41:05.358017Z  INFO handlr: Running Command: "handlr" "open" "pen"
2023-09-15T07:41:05.395793Z ERROR handlr: ""
2023-09-15T07:41:05.395801Z ERROR handlr: ""
2023-09-15T07:41:09.158045Z  INFO handlr: Tracing initialized
2023-09-15T07:56:08.286029Z  INFO handlr: Tracing initialized
2023-09-15T07:56:48.113313Z  INFO handlr: Tracing initialized

View File

@@ -1,4 +0,0 @@
Config(
prefix: "",
log: None,
)

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +0,0 @@
Config(
prefix: "",
shell: None,
)

View File

@@ -1,64 +0,0 @@
window {
color: #ffffff;
background-color: rgba(15, 15, 15, .2);
border-color: #000000;
}
entry {
color: #ffffff;
background-color: rgba(40, 40, 40, .98);
padding: 14px;
font-size: 30px;
border-color: #000000;
border-radius: 10px;
}
#plugin {
color: #efefef;
border-color: #000000;
border-color: #000000;
border-radius: 5px;
}
#main {
color: #efefef;
border-color: #000000;
border-color: #000000;
border-radius: 5px;
}
/* #match { */
/* /1* color: #000000; *1/ */
/* /1* background-color: #00ffff; *1/ */
/* } */
/* match-title { */
/* color: #00ff00; */
/* background-color: #00ffff; */
/* } */
/* match-desc { */
/* color: #00ff00; */
/* background-color: #00ffff; */
/* } */
/* box#main { */
/* border-radius: 10px; */
/* background-color: @theme_bg_color; */
/* } */
/* list#main { */
/* background-color: rgba(0, 0, 0, 0); */
/* border-radius: 10px; */
/* } */
/* list#plugin { */
/* background-color: rgba(0, 0, 0, 0); */
/* } */
/* label#match-desc { */
/* font-size: 10px; */
/* } */
/* label#plugin { */
/* font-size: 14px; */
/* } */

View File

@@ -1,4 +0,0 @@
Config(
prefix: "?",
engines: [Custom(name: "Whoogle", url: "search.uttarayan.me/search?q={}"), DuckDuckGo, Google, Bing, Ecosia]
)

View File

@@ -1,38 +0,0 @@
#!/bin/sh
export SXHKD_SHELL="/bin/sh"
sxhkd &
xsetroot -cursor_name left_ptr &
# bspc monitor eDP1 -d I II III IV V VI VII VIII IX X
# bspc monitor HDMI1 -d XI XII XIII XIV XV XVI XVII XVIII XIX XX
bspc monitor DP-4 -d I II III IV V VI
bspc monitor DP-2 -d VII VIII IX X
bspc config border_width 2
bspc config window_gap 12
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config border_width 0
bspc rule -a Chromium desktop='^2'
bspc rule -a mplayer2 state=floating
bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off
bspc rule -a qutebrowser desktop='^3'
bspc rule -a Steam state=tiled
bspc rule -a steam_app_230410 desktop='^4' state=fullscreen
bspc rule -a vlc desktop='^5'
bspc rule -a mpv desktop='^5'
bspc rule -a spotify desktop='^10'
# To help with the java applications
#wmname LG3D
#not anymore
export _JAVA_AWT_WM_NONREPARENTING=1
# So that sxhkd uses sh instead of zsh or bash
set -U SXHKD_SHELL sh

View File

@@ -1,51 +0,0 @@
#Thanks to mowgli-writes (https://www.deviantart.com/mowgli-writes/art/qlocktwo-conky-470067388) for the idea and original source code!
conky.config = {
background = false,
own_window = true,
own_window_type = 'override',
own_window_class = 'Conky',
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
alignment = 'bottom_left',
gap_x = 50,
--575z
gap_y = 70,
--310
use_xft = true,
font = 'Source Sans Pro:size=18',
xftalpha = 0.1,
update_interval = 10.0,
uppercase = true,
double_buffer = true,
own_window_argb_visual = true,
own_window_argb_value = 0,
draw_shades = true,
default_shade_color = '#000000',
default_color = '#ffffff',
color1 = '#2d2d2d',
--2d2d2d
--4A2B45
--382536
--3F2E2F
--000000
};
conky.text = [[
${alignc}${color}I T ${color1}L ${color}I S ${color1}A S T I M E
${alignc}${if_match ${exec date +"%M"} < 33}${if_match ${exec date +"%M"} >= 13}${if_match ${exec date +"%M"} < 18}${color}${endif}${endif}A ${color1}C ${if_match ${exec date +"%M"} >= 13}${if_match ${exec date +"%M"} < 18}${color}${endif}${endif}Q U A R T E R ${color1}D C
${alignc}${if_match ${exec date +"%M"} >= 18}${if_match ${exec date +"%M"} < 28}${color}${endif}${endif}T W E N T Y ${if_match ${exec date +"%M"} >= 23}${if_match ${exec date +"%M"} < 28}${color}${endif}${else}${color1}${endif}${if_match ${exec date +"%M"} >= 3}${if_match ${exec date +"%M"} < 8}${color}${endif}${endif}F I V E ${color1}X
${alignc}${if_match ${exec date +"%M"} >= 28}${if_match ${exec date +"%M"} < 33}${color}${endif}${endif}H A L F ${color1}B ${if_match ${exec date +"%M"} >= 8}${if_match ${exec date +"%M"} < 13}${color}${endif}${endif}T E N ${color1}F T O
${alignc}${else}${if_match ${exec date +"%M"} >= 43}${if_match ${exec date +"%M"} < 48}${color}${endif}${endif}A ${color1}C ${if_match ${exec date +"%M"} >= 43}${if_match ${exec date +"%M"} < 48}${color}${endif}${endif}Q U A R T E R ${color1}D C
${alignc}${if_match ${exec date +"%M"} >= 33}${if_match ${exec date +"%M"} < 38}${color}${endif}${endif}T W E N T Y ${if_match ${exec date +"%M"} < 38}${if_match ${exec date +"%M"} >= 33}${color}${endif}${else}${color1}${endif}${if_match ${exec date +"%M"} >= 52}${if_match ${exec date +"%M"} < 58}${color}${endif}${endif}F I V E ${color1}X
${alignc}H A L F B ${if_match ${exec date +"%M"} >= 48}${if_match ${exec date +"%M"} < 53}${color}${endif}${endif}T E N ${color1}F ${color}T O${color1}
${alignc}${endif}${if_match ${exec date +"%M"} < 33}${if_match ${exec date +"%M"} >= 3}${color}${endif}${endif}P A S T ${color1}E R U ${if_match ${exec date +"%M"} < 33}${if_match ${exec date +"%I"} == 9}${color}${else}${color1}${endif}N I N E
${alignc}${if_match ${exec date +"%I"} == 1}${color}${else}${color1}${endif}O N E ${if_match ${exec date +"%I"} == 6}${color}${else}${color1}${endif}S I X ${if_match ${exec date +"%I"} == 3}${color}${else}${color1}${endif}T H R E E
${alignc}${if_match ${exec date +"%I"} == 4}${color}${else}${color1}${endif}F O U R ${if_match ${exec date +"%I"} == 5}${color}${else}${color1}${endif}F I V E ${if_match ${exec date +"%I"} == 2}${color}${else}${color1}${endif}T W O
${alignc}${if_match ${exec date +"%I"} == 8}${color}${else}${color1}${endif}E I G H T ${if_match ${exec date +"%I"} == 11}${color}${else}${color1}${endif}E L E V E N
${alignc}${if_match ${exec date +"%I"} == 7}${color}${else}${color1}${endif}S E V E N ${if_match ${exec date +"%I"} == 12}${color}${else}${color1}${endif}T W E L V E
${alignc}${if_match ${exec date +"%I"} == 10}${color}${else}${color1}${endif}T E N ${else}${if_match ${exec date +"%I"} == 8}${color}${else}${color1}${endif}N I N E
${alignc}${if_match ${exec date +"%I"} == 12}${color}${else}${color1}${endif}O N E ${if_match ${exec date +"%I"} == 5}${color}${else}${color1}${endif}S I X ${if_match ${exec date +"%I"} == 2}${color}${else}${color1}${endif}T H R E E
${alignc}${if_match ${exec date +"%I"} == 3}${color}${else}${color1}${endif}F O U R ${if_match ${exec date +"%I"} == 4}${color}${else}${color1}${endif}F I V E ${if_match ${exec date +"%I"} == 1}${color}${else}${color1}${endif}T W O
${alignc}${if_match ${exec date +"%I"} == 7}${color}${else}${color1}${endif}E I G H T${if_match ${exec date +"%I"} == 10}${color}${else}${color1}${endif} E L E V E N
${alignc}${if_match ${exec date +"%I"} == 6}${color}${else}${color1}${endif}S E V E N${if_match ${exec date +"%I"} == 11}${color}${else}${color1}${endif} T W E L V E
${alignc}${if_match ${exec date +"%I"} == 9}${color}${else}${color1}${endif}T E N ${endif}${color1}S E ${if_match ${exec date +"%M"} < 3}${color}${endif}O' C L O C K
]];

View File

@@ -1,30 +0,0 @@
[main]
shell=fish -l
font=Hasklug Nerd Font Mono:size=13
initial-window-size-pixels=1440x800
[colors]
foreground=f8f8f2
background=000000
alpha=0.8
136 = af8700
regular0 = 21222c
regular1 = ff5555
regular2 = 50fa7b
regular3 = f1fa8c
regular4 = bd93f9
regular5 = ff79c6
regular6 = 8be9fd
regular7 = f8f8f2
bright0 = 6272a4
bright1 = ff6e6e
bright2 = 69ff94
bright3 = ffffa5
bright4 = d6acff
bright5 = ff92df
bright6 = a4ffff
bright7 = ffffff

View File

@@ -1,92 +0,0 @@
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER
$mainModShift = SUPER_SHIFT
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Return, exec, foot
bind = $mainModShift, Return, exec, wezterm
bind = $mainModShift, Q, killactive,
# bind = $mainMod, M, exit,
bind = $mainMod, t, togglefloating,
bind = $mainMod, f, fullscreen,
bind = $mainMod, d, exec, anyrun
bind = $mainMod, Space, exec, anyrun
bind = $mainMod, p, pseudo, # dwindle
bind = $mainMod, v, togglesplit, # dwindle
bind = $mainMod, a, exec, swaync-client -t
bind = $mainMod, Tab, cyclenext
# Audio
bind = ,xf86audioraisevolume, exec, swayosd --output-volume raise
bind = ,xf86audiolowervolume, exec, swayosd --output-volume lower
bind = ,xf86audiomute, exec, swayosd --output-volume mute-toggle
bind = ,xf86audioprev, exec, /home/fs0c131y/.cargo/bin/mctl prev
bind = ,xf86audionext, exec, /home/fs0c131y/.cargo/bin/mctl next
bind = ,xf86audioplay, exec, /home/fs0c131y/.cargo/bin/mctl toggle
# Screenshot
bind = $mainMod,Print, exec, grim
bind = $mainModShift,Print, exec, grim -g "$(slurp)"
bind = $mainModShift,s, exec, watershot
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r
bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
bind = $mainMod, h, movefocus, l
bind = $mainMod, j, movefocus, d
bind = $mainMod, k, movefocus, u
bind = $mainMod, l, movefocus, r
bind = $mainModShift, h, movewindow, l
bind = $mainModShift, j, movewindow, d
bind = $mainModShift, k, movewindow, u
bind = $mainModShift, l, movewindow, r
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2
bind = $mainMod, 3, workspace, 3
bind = $mainMod, 4, workspace, 4
bind = $mainMod, 5, workspace, 5
bind = $mainMod, 6, workspace, 6
bind = $mainMod, 7, workspace, 7
bind = $mainMod, 8, workspace, 8
bind = $mainMod, 9, workspace, 9
bind = $mainMod, 0, workspace, 10
# Move active window to a workspace with mainMod + SHIFT + [0-9]
bind = $mainMod SHIFT, 1, movetoworkspace, 1
bind = $mainMod SHIFT, 2, movetoworkspace, 2
bind = $mainMod SHIFT, 3, movetoworkspace, 3
bind = $mainMod SHIFT, 4, movetoworkspace, 4
bind = $mainMod SHIFT, 5, movetoworkspace, 5
bind = $mainMod SHIFT, 6, movetoworkspace, 6
bind = $mainMod SHIFT, 7, movetoworkspace, 7
bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10
workspace = 1, monitor:DP-1
workspace = 2, monitor:DP-1
workspace = 3, monitor:DP-1
workspace = 4, monitor:DP-1
workspace = 5, monitor:DP-1
workspace = 6, monitor:DP-1
workspace = 7, monitor:DP-1
workspace = 8, monitor:HDMI-A-2
workspace = 9, monitor:HDMI-A-2
workspace = 10, monitor:HDMI-A-2
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
# bind = $mainMod, Tab, cyclenext, bind = ALT, Tab, bringactivetotop,

View File

@@ -1,138 +0,0 @@
# This is an example Hyprland config file.
#
# Refer to the wiki for more information.
#
# Please note not all available settings / options are set here.
# For a full list, see the wiki
#
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,preferred,auto,auto
# monitor=DP-2, 2560x1440@170, 0x0, 1,transform, 1
# monitor=DP-3, 2560x1440@170, 1440x539,1
monitor=DP-1, 2560x1440@170, 0x0, 1, transform, 0
monitor=HDMI-A-2, 2560x1440@144, -1440x-800,1, transform, 1
monitor=,highrr,auto,1
# env = LIBVA_DRIVER_NAME,nvidia
env = XDG_SESSION_TYPE,wayland
# env = GBM_BACKEND,nvidia-drm
# env = __GLX_VENDOR_LIBRARY_NAME,nvidia
# env = WLR_NO_HARDWARE_CURSORS,1
env = MOZ_ENABLE_WAYLAND,1
env = QT_QPA_PLATFORM,wayland
# env = WLR_RENDERER_ALLOW_SOFTWARE=1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
# Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox
exec-once = swayosd
exec-once = swww init; swww img ~/.local/share/dotfiles/images/wallpaper.jpg
exec-once = ironbar
exec-once = nextcloud --background
exec-once = /usr/lib/polkit-kde-authentication-agent-1
exec-once = /usr/local/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland --start-minimized
exec-once = /usr/lib/kdeconnectd
exec-once = aa-notify -p -s 1 -w 60 -f /var/log/audit/audit.log
# exec-once = linux-wallpaperengine --screen-root DP-2 2207659298
# exec-once = linux-wallpaperengine --screen-root DP-3 2207659298
# Source a file (multi-file configs)
source = ~/.config/hypr/binds.conf
# Some default env vars.
env = XCURSOR_SIZE,24
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
kb_layout = us
kb_variant =
kb_model =
kb_options = ctrl:nocaps
kb_rules =
follow_mouse = 1
touchpad {
natural_scroll = true
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}
general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 5
gaps_out = 20
border_size = 2
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
layout = dwindle
}
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10
# blur = true
# blur_size = 3
# blur_passes = 1
# blur_new_optimizations = true
drop_shadow = true
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
}
animations {
enabled = true
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
}
dwindle {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # you probably want this
}
master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_is_master = true
}
gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = false
}
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
device:epic-mouse-v1 {
sensitivity = -0.5
}
# Example windowrule v1
# windowrule = float, ^(kitty)$
# Example windowrule v2
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrule = float, title:^(Steam)$
windowrule = float, title:^(Archetype.*)$
misc:vfr = true

View File

@@ -1,10 +0,0 @@
preload = /home/fs0c131y/.local/share/dotfiles/images/wallpaper.jpg
#if more than one preload is desired then continue to preload other backgrounds
# preload = /path/to/next_image.png
# .. more preloads
#set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used
wallpaper = DP-2,/home/fs0c131y/.local/share/dotfiles/images/wallpaper.jpg
#if more than one monitor in use, can load a 2nd image
wallpaper = DP-3,/home/fs0c131y/.local/share/dotfiles/images/wallpaper.jpg
# .. more monitors

View File

@@ -1,17 +0,0 @@
# See: /usr/share/doc/mpd/mpdconf.example
# music_directory "/media/Music"
# pid_file "/run/mpd/mpd.pid"
# db_file "/var/lib/mpd/mpd.db"
# state_file "/var/lib/mpd/mpdstate"
# playlist_directory "/var/lib/mpd/playlists"
music_directory "/media/Music"
db_file "~/.config/mpd/database"
log_file "syslog"
auto_update "yes"
audio_output {
type "pulse"
name "MPD/Media Player Daemon"
}

View File

@@ -46,6 +46,8 @@ in
(nerdfonts.override { fonts = [ "Hasklig" ]; }) (nerdfonts.override { fonts = [ "Hasklig" ]; })
mpv mpv
] ++ (if device.isLinux then [ ] ++ (if device.isLinux then [
openssl
openssl.dev
dig dig
mullvad mullvad
kdeconnect kdeconnect

View File

@@ -1,2 +0,0 @@
/bookmarks/
quickmarks

View File

@@ -1,31 +0,0 @@
### [qutebrowser](https://www.qutebrowser.org/)
#### Install using Git
If you are a git user, you can install the theme and keep up to date by cloning the repo:
$ git clone https://github.com/dracula/qutebrowser-dracula-theme.git dracula
#### Install manually
Download using the [GitHub .zip download](https://github.com/dracula/qutebrowser.git) option and unzip.
#### Activating theme
- Find your *[qutebrowser configuration directory](https://www.qutebrowser.org/doc/help/configuring.html#configpy)* (see e.g. `:version` in qutebrowser). This folder should be located at the "config" location listed on qute://version, which is typically ~/.config/qutebrowser/ on Linux, ~/.qutebrowser/ on macOS, and %APPDATA%/qutebrowser/config/ on Windows.
- Move the repository folder to `dracula` inside the configuration directory.
- In your [qutebrowser config.py file](https://www.qutebrowser.org/doc/help/configuring.html#configpy), include the following:
```python
import dracula.draw
# Load existing settings made via :set
config.load_autoconfig()
dracula.draw.blood(c, {
'spacing': {
'vertical': 6,
'horizontal': 8
}
})
```

View File

@@ -1,291 +0,0 @@
def blood(c, options = {}):
palette = {
'background': '#282a36',
'background-alt': '#282a36',
'background-attention': '#181920',
'border': '#282a36',
'current-line': '#44475a',
'selection': '#44475a',
'foreground': '#f8f8f2',
'foreground-alt': '#e0e0e0',
'foreground-attention': '#ffffff',
'comment': '#6272a4',
'cyan': '#8be9fd',
'green': '#50fa7b',
'orange': '#ffb86c',
'pink': '#ff79c6',
'purple': '#bd93f9',
'red': '#ff5555',
'yellow': '#f1fa8c'
}
spacing = options.get('spacing', {
'vertical': 5,
'horizontal': 5
})
padding = options.get('padding', {
'top': spacing['vertical'],
'right': spacing['horizontal'],
'bottom': spacing['vertical'],
'left': spacing['horizontal']
})
## Background color of the completion widget category headers.
c.colors.completion.category.bg = palette['background']
## Bottom border color of the completion widget category headers.
c.colors.completion.category.border.bottom = palette['border']
## Top border color of the completion widget category headers.
c.colors.completion.category.border.top = palette['border']
## Foreground color of completion widget category headers.
c.colors.completion.category.fg = palette['foreground']
## Background color of the completion widget for even rows.
c.colors.completion.even.bg = palette['background']
## Background color of the completion widget for odd rows.
c.colors.completion.odd.bg = palette['background-alt']
## Text color of the completion widget.
c.colors.completion.fg = palette['foreground']
## Background color of the selected completion item.
c.colors.completion.item.selected.bg = palette['selection']
## Bottom border color of the selected completion item.
c.colors.completion.item.selected.border.bottom = palette['selection']
## Top border color of the completion widget category headers.
c.colors.completion.item.selected.border.top = palette['selection']
## Foreground color of the selected completion item.
c.colors.completion.item.selected.fg = palette['foreground']
## Foreground color of the matched text in the completion.
c.colors.completion.match.fg = palette['orange']
## Color of the scrollbar in completion view
c.colors.completion.scrollbar.bg = palette['background']
## Color of the scrollbar handle in completion view.
c.colors.completion.scrollbar.fg = palette['foreground']
## Background color for the download bar.
c.colors.downloads.bar.bg = palette['background']
## Background color for downloads with errors.
c.colors.downloads.error.bg = palette['background']
## Foreground color for downloads with errors.
c.colors.downloads.error.fg = palette['red']
## Color gradient stop for download backgrounds.
c.colors.downloads.stop.bg = palette['background']
## Color gradient interpolation system for download backgrounds.
## Type: ColorSystem
## Valid values:
## - rgb: Interpolate in the RGB color system.
## - hsv: Interpolate in the HSV color system.
## - hsl: Interpolate in the HSL color system.
## - none: Don't show a gradient.
c.colors.downloads.system.bg = 'none'
## Background color for hints. Note that you can use a `rgba(...)` value
## for transparency.
c.colors.hints.bg = palette['background']
## Font color for hints.
c.colors.hints.fg = palette['purple']
## Hints
c.hints.border = '1px solid ' + palette['background-alt']
## Font color for the matched part of hints.
c.colors.hints.match.fg = palette['foreground-alt']
## Background color of the keyhint widget.
c.colors.keyhint.bg = palette['background']
## Text color for the keyhint widget.
c.colors.keyhint.fg = palette['purple']
## Highlight color for keys to complete the current keychain.
c.colors.keyhint.suffix.fg = palette['selection']
## Background color of an error message.
c.colors.messages.error.bg = palette['background']
## Border color of an error message.
c.colors.messages.error.border = palette['background-alt']
## Foreground color of an error message.
c.colors.messages.error.fg = palette['red']
## Background color of an info message.
c.colors.messages.info.bg = palette['background']
## Border color of an info message.
c.colors.messages.info.border = palette['background-alt']
## Foreground color an info message.
c.colors.messages.info.fg = palette['comment']
## Background color of a warning message.
c.colors.messages.warning.bg = palette['background']
## Border color of a warning message.
c.colors.messages.warning.border = palette['background-alt']
## Foreground color a warning message.
c.colors.messages.warning.fg = palette['red']
## Background color for prompts.
c.colors.prompts.bg = palette['background']
# ## Border used around UI elements in prompts.
c.colors.prompts.border = '1px solid ' + palette['background-alt']
## Foreground color for prompts.
c.colors.prompts.fg = palette['cyan']
## Background color for the selected item in filename prompts.
c.colors.prompts.selected.bg = palette['selection']
## Background color of the statusbar in caret mode.
c.colors.statusbar.caret.bg = palette['background']
## Foreground color of the statusbar in caret mode.
c.colors.statusbar.caret.fg = palette['orange']
## Background color of the statusbar in caret mode with a selection.
c.colors.statusbar.caret.selection.bg = palette['background']
## Foreground color of the statusbar in caret mode with a selection.
c.colors.statusbar.caret.selection.fg = palette['orange']
## Background color of the statusbar in command mode.
c.colors.statusbar.command.bg = palette['background']
## Foreground color of the statusbar in command mode.
c.colors.statusbar.command.fg = palette['pink']
## Background color of the statusbar in private browsing + command mode.
c.colors.statusbar.command.private.bg = palette['background']
## Foreground color of the statusbar in private browsing + command mode.
c.colors.statusbar.command.private.fg = palette['foreground-alt']
## Background color of the statusbar in insert mode.
c.colors.statusbar.insert.bg = palette['background-attention']
## Foreground color of the statusbar in insert mode.
c.colors.statusbar.insert.fg = palette['foreground-attention']
## Background color of the statusbar.
c.colors.statusbar.normal.bg = palette['background']
## Foreground color of the statusbar.
c.colors.statusbar.normal.fg = palette['foreground']
## Background color of the statusbar in passthrough mode.
c.colors.statusbar.passthrough.bg = palette['background']
## Foreground color of the statusbar in passthrough mode.
c.colors.statusbar.passthrough.fg = palette['orange']
## Background color of the statusbar in private browsing mode.
c.colors.statusbar.private.bg = palette['background-alt']
## Foreground color of the statusbar in private browsing mode.
c.colors.statusbar.private.fg = palette['foreground-alt']
## Background color of the progress bar.
c.colors.statusbar.progress.bg = palette['background']
## Foreground color of the URL in the statusbar on error.
c.colors.statusbar.url.error.fg = palette['red']
## Default foreground color of the URL in the statusbar.
c.colors.statusbar.url.fg = palette['foreground']
## Foreground color of the URL in the statusbar for hovered links.
c.colors.statusbar.url.hover.fg = palette['cyan']
## Foreground color of the URL in the statusbar on successful load
c.colors.statusbar.url.success.http.fg = palette['green']
## Foreground color of the URL in the statusbar on successful load
c.colors.statusbar.url.success.https.fg = palette['green']
## Foreground color of the URL in the statusbar when there's a warning.
c.colors.statusbar.url.warn.fg = palette['yellow']
## Status bar padding
c.statusbar.padding = padding
## Background color of the tab bar.
## Type: QtColor
c.colors.tabs.bar.bg = palette['selection']
## Background color of unselected even tabs.
## Type: QtColor
c.colors.tabs.even.bg = palette['selection']
## Foreground color of unselected even tabs.
## Type: QtColor
c.colors.tabs.even.fg = palette['foreground']
## Color for the tab indicator on errors.
## Type: QtColor
c.colors.tabs.indicator.error = palette['red']
## Color gradient start for the tab indicator.
## Type: QtColor
c.colors.tabs.indicator.start = palette['orange']
## Color gradient end for the tab indicator.
## Type: QtColor
c.colors.tabs.indicator.stop = palette['green']
## Color gradient interpolation system for the tab indicator.
## Type: ColorSystem
## Valid values:
## - rgb: Interpolate in the RGB color system.
## - hsv: Interpolate in the HSV color system.
## - hsl: Interpolate in the HSL color system.
## - none: Don't show a gradient.
c.colors.tabs.indicator.system = 'none'
## Background color of unselected odd tabs.
## Type: QtColor
c.colors.tabs.odd.bg = palette['selection']
## Foreground color of unselected odd tabs.
## Type: QtColor
c.colors.tabs.odd.fg = palette['foreground']
# ## Background color of selected even tabs.
# ## Type: QtColor
c.colors.tabs.selected.even.bg = palette['background']
# ## Foreground color of selected even tabs.
# ## Type: QtColor
c.colors.tabs.selected.even.fg = palette['foreground']
# ## Background color of selected odd tabs.
# ## Type: QtColor
c.colors.tabs.selected.odd.bg = palette['background']
# ## Foreground color of selected odd tabs.
# ## Type: QtColor
c.colors.tabs.selected.odd.fg = palette['foreground']
## Tab padding
c.tabs.padding = padding
c.tabs.indicator.width = 1
c.tabs.favicons.scale = 1

View File

@@ -1,21 +0,0 @@
# Dracula for [qutebrowser](https://www.qutebrowser.org/)
> A dark theme for [qutebrowser](https://www.qutebrowser.org/).
![Screenshot](./screenshot.png)
## Install
All instructions can be found at [draculatheme.com/qutebrowser](https://draculatheme.com/qutebrowser).
## Team
This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/qutebrowser/graphs/contributors).
[![Evan Nagle](https://avatars2.githubusercontent.com/u/556537?s=88&v=4&s=70)](https://github.com/evannagle) |
--- |
[Evan Nagle](https://github.com/evannagle) |
## License
[MIT License](./LICENSE)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 605 KiB

View File

@@ -1,70 +0,0 @@
# open terminal, blazingly fast compared to iTerm/Hyper
# alt - return : /Applications/kitty.app/Contents/MacOS/kitty --single-instance -d ~
alt - return : /Applications/WezTerm.app/Contents/MacOS/wezterm
shift + alt - return: pkill mpv
# alt + \ : pkill mpv
# open qutebrowser
# alt + shift - return : ~/Scripts/qtb.sh
# open mpv
alt - m : open -na /Applications/mpv.app $(pbpaste)
# close focused window
# alt - w : yabai -m window --close
alt - d : open -na "$(ls /Applications /System/Applications/ /System/Applications/Utilities/ | choose)"
# focus window
alt - h : yabai -m window --focus west
alt - j : yabai -m window --focus south
alt - k : yabai -m window --focus north
alt - l : yabai -m window --focus east
# alt - j : yabai -m window --focus prev
# alt - k : yabai -m window --focus next
# Float
shift + alt - f: yabai -m window --toggle float
alt - f: yabai -m window --toggle native-fullscreen
# swap window
# shift + alt - h : yabai -m window --swap west
# shift + alt - j : yabai -m window --swap south
# shift + alt - k : yabai -m window --swap north
# shift + alt - l : yabai -m window --swap east
# move window
shift + alt - h : yabai -m window --warp west
shift + alt - j : yabai -m window --warp south
shift + alt - k : yabai -m window --warp north
shift + alt - l : yabai -m window --warp east
# restart skhd
shift + alt - r : pkill skhd
# fast focus desktop
alt - 1 : yabai -m space --focus 1
alt - 2 : yabai -m space --focus 2
alt - 3 : yabai -m space --focus 3
alt - 4 : yabai -m space --focus 4
alt - 5 : yabai -m space --focus 5
alt - 6 : yabai -m space --focus 6
alt - 7 : yabai -m space --focus 7
alt - 8 : yabai -m space --focus 8
alt - 9 : yabai -m space --focus 9
alt - 0 : yabai -m space --focus 10
# Move window to desktop
shift + alt - 1 : yabai -m window --space 1
shift + alt - 2 : yabai -m window --space 2
shift + alt - 3 : yabai -m window --space 3
shift + alt - 4 : yabai -m window --space 4
shift + alt - 5 : yabai -m window --space 5
shift + alt - 6 : yabai -m window --space 6
shift + alt - 7 : yabai -m window --space 7
shift + alt - 8 : yabai -m window --space 8
shift + alt - 9 : yabai -m window --space 9
shift + alt - 0 : yabai -m window --space 10

View File

@@ -1,2 +0,0 @@
[gcloud]
disabled = true

View File

@@ -1,77 +0,0 @@
super + Escape
pkill -USR1 -x sxhkd
super + Return
wezterm
super + shift + Return
kitty
super + shift + r
bspc wm -r
super + d
rofi -show
super + space
rofi -show
super + {_,shift + } + q
bspc node -{c,k}
super + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}
super + {1,2,3,4,5,6,7,8,9,0}
bspc desktop -f {I,II,III,IV,V,VI,VII,VIII,IX,X}
super + shift + {1,2,3,4,5,6,7,8,9,0}
bspc node focused -d '{I,II,III,IV,V,VI,VII,VIII,IX,X}'
super + {f,t,shift + t,shift + f}
bspc node focused -f -t {fullscreen,tiled,pseudo_tiled,floating}
# expand a window by moving one of its side outward
super + r ; {h,j,k,l}
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
# contract a window by moving one of its side inward
super + shift + r ; {h,j,k,l}
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
Print
gnome-screenshot
shift + Print
gnome-screenshot -i
super + a
kill -s USR1 $(pidof deadd-notification-center)
super + shift + a
kill -s USR1 $(pidof deadd-notification-center)
# MPC media keys
XF86Audio{Play,Pause}
mctl toggle
XF86Audio{Prev,Stop,Next}
mctl {prev,stop,next}
# Pulseaudio
XF86AudioRaiseVolume
pactl set-sink-volume @DEFAULT_SINK@ +5%
XF86AudioLowerVolume
pactl set-sink-volume @DEFAULT_SINK@ -5%
XF86AudioMute
pactl set-sink-mute @DEFAULT_SINK@ toggle
XF86AudioMicMute
pactl set-source-mute @DEFAULT_SOURCE@ toggle
# Brightness
XF86MonBrightnessUp
xbacklight -inc 10
XF86MonBrightnessDown
xbacklight -dec 10

View File

@@ -1,10 +0,0 @@
tmux new-session -d -s 'aftershoot' -n 'neovim' -c ~/Projects/aftershoot
tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot
tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot
tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot
tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot
tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot
tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot
tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot
tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot
tmux select-window -t aftershoot:0

View File

@@ -1,3 +0,0 @@
tmux new-session -d -s 'assembly' -n 'neovim' -c ~/Projects/assembly
tmux new-window -t assembly -n shell -c ~/Projects/assembly
tmux select-window -t assembly:0

View File

@@ -1,3 +0,0 @@
tmux new-session -d -s 'c' -n 'neovim' -c ~/Projects/c
tmux new-window -t c -n shell
tmux select-window -t c:0

View File

@@ -1,3 +0,0 @@
tmux new-session -d -s 'go' -n 'neovim' -c ~/go
tmux new-window -t go -n shell -c ~/go
tmux select-window -t go:0

View File

@@ -1,5 +0,0 @@
tmux new-session -d -s 'hexwords' -n 'neovim' -c ~/Projects/hexwords
tmux new-window -t hexwords -n shell -c ~/Projects/hexwords
tmux new-window -t hexwords -n npm -c ~/Projects/hexwords/docs
tmux send-keys -t hexwords:npm "yarn start" Enter
tmux select-window -t hexwords:0

View File

@@ -1,3 +0,0 @@
tmux new-session -d -s 'hxrd' -n 'neovim' -c ~/Projects/rust/hxrd
tmux new-window -t hxrd -n shell -c ~/Projects/rust/hxrd
tmux select-window -t hxrd:0

View File

@@ -1,3 +0,0 @@
tmux new-session -d -s 'jekyll' -n 'neovim' -c ~/Projects/uttarayan21.github.io
tmux new-window -t jekyll -n shell -c ~/Projects/uttarayan21.github.io
tmux select-window -t jekyll:0

View File

@@ -1,3 +0,0 @@
tmux new-session -d -s 'python' -n 'neovim' -c ~/Projects/python
tmux new-window -t python -n shell -c ~/Projects/python
tmux select-window -t python:0

View File

@@ -1,3 +0,0 @@
tmux new-session -d -s 'rust' -n 'neovim' -c ~/Projects/rust
tmux new-window -t rust -n shell -c ~/Projects/rust
tmux select-window -t rust:0

View File

@@ -1,3 +0,0 @@
tmux new-session -d -s 'sandsim' -n 'neovim' -c ~/Projects/sandsim
tmux new-window -t sandsim -n shell -c ~/Projects/sandsim
tmux select-window -t sandsim:0

View File

@@ -1,3 +0,0 @@
tmux new-session -d -s 'solana' -n 'neovim' -c ~/Projects/solana
tmux new-window -t solana -n shell -c ~/Projects/solana
tmux select-window -t solana:0

View File

@@ -1,3 +0,0 @@
tmux new-session -d -s 'teddit' -n 'neovim' -c ~/Projects/rust/teddit
tmux new-window -t teddit -n shell -c ~/Projects/rust/teddit
tmux select-window -t teddit:0

View File

@@ -1,3 +0,0 @@
tmux new-session -d -s 'test' -n 'neovim' -c ~/Projects/test
tmux new-window -t test -n shell
tmux select-window -t test:0

View File

@@ -1,3 +0,0 @@
tmux new-session -d -s 'wasm' -n 'neovim' -c ~/Projects/wasm
tmux new-window -t wasm -n shell -c ~/Projects/wasm
tmux select-window -t wasm:0