Compare commits
9 Commits
sway
...
42ecc3ce55
| Author | SHA1 | Date | |
|---|---|---|---|
| 42ecc3ce55 | |||
| 441385588e | |||
| 7ff1d0143d | |||
| 92ca7fcba5 | |||
| 6c3100eab7 | |||
| 0cc4d816ec | |||
| ddaa4f1678 | |||
| 548301d3a9 | |||
| 9c829b888f |
@@ -1,7 +0,0 @@
|
|||||||
if test -z "$SSH_ENV"
|
|
||||||
set -xg SSH_ENV $HOME/.ssh/environment
|
|
||||||
end
|
|
||||||
|
|
||||||
if not __ssh_agent_is_started
|
|
||||||
__ssh_agent_start
|
|
||||||
end
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
fzf_configure_bindings
|
||||||
|
|
||||||
|
if test -f "/home/brdw/.bitwarden-ssh-agent.sock"
|
||||||
|
set -g SSH_AUTH_SOCK "/home/brdw/.bitwarden-ssh-agent.sock"
|
||||||
|
end
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
jorgebucaran/fisher
|
jorgebucaran/fisher
|
||||||
danhper/fish-ssh-agent
|
danhper/fish-ssh-agent
|
||||||
|
patrickf1/fzf.fish
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
function __ssh_agent_is_started -d "check if ssh agent is already started"
|
|
||||||
if test -n "$SSH_CONNECTION"
|
|
||||||
# This is an SSH session
|
|
||||||
ssh-add -l > /dev/null 2>&1
|
|
||||||
if test $status -eq 0 -o $status -eq 1
|
|
||||||
# An SSH agent was forwarded
|
|
||||||
return 0
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if begin; test -f "$SSH_ENV"; and test -z "$SSH_AGENT_PID"; end
|
|
||||||
source $SSH_ENV > /dev/null
|
|
||||||
end
|
|
||||||
|
|
||||||
if test -z "$SSH_AGENT_PID"
|
|
||||||
return 1
|
|
||||||
end
|
|
||||||
|
|
||||||
ssh-add -l > /dev/null 2>&1
|
|
||||||
if test $status -eq 2
|
|
||||||
return 1
|
|
||||||
end
|
|
||||||
end
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
function __ssh_agent_start -d "start a new ssh agent"
|
|
||||||
ssh-agent -c | sed 's/^echo/#echo/' > $SSH_ENV
|
|
||||||
chmod 600 $SSH_ENV
|
|
||||||
source $SSH_ENV > /dev/null
|
|
||||||
end
|
|
||||||
@@ -104,7 +104,7 @@ launch=xdg-open ${url}
|
|||||||
[touch]
|
[touch]
|
||||||
# long-press-delay=400
|
# long-press-delay=400
|
||||||
|
|
||||||
[colors]
|
[colors-dark]
|
||||||
alpha=0.9
|
alpha=0.9
|
||||||
# alpha-mode=default # Can be `default`, `matching` or `all`
|
# alpha-mode=default # Can be `default`, `matching` or `all`
|
||||||
# background=242424
|
# background=242424
|
||||||
|
|||||||
+60
-20
@@ -32,9 +32,29 @@ monitor=,preferred,auto,auto
|
|||||||
|
|
||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$terminal = /usr/bin/footclient
|
$terminal = /usr/bin/footclient
|
||||||
$fileManager = nemo
|
$fileManager = /usr/bin/nemo
|
||||||
$menu = pgrep -x wofi >/dev/null 2>&1 || wofi --gtk-dark --show drun
|
$menu = pgrep -x wofi >/dev/null 2>&1 || wofi --gtk-dark --show drun
|
||||||
|
|
||||||
|
#############################
|
||||||
|
### ENVIRONMENT VARIABLES ###
|
||||||
|
#############################
|
||||||
|
|
||||||
|
# See https://wiki.hypr.land/Configuring/Environment-variables/
|
||||||
|
|
||||||
|
env = XCURSOR_SIZE,24
|
||||||
|
env = HYPRCURSOR_SIZE,24
|
||||||
|
env = LIBVA_DRIVER_NAME,nvidia
|
||||||
|
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||||
|
|
||||||
|
env = XDG_SESSION_TYPE,wayland
|
||||||
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||||
|
env = XDG_SESSION_DESKTOP,Hyprland
|
||||||
|
|
||||||
|
# lspci -d ::03xx
|
||||||
|
# ls -l /dev/dri/by-path
|
||||||
|
|
||||||
|
env = AQ_DRM_DEVICES,/dev/dri/card1:/dev/dri/card0
|
||||||
|
|
||||||
|
|
||||||
#################
|
#################
|
||||||
### AUTOSTART ###
|
### AUTOSTART ###
|
||||||
@@ -50,25 +70,9 @@ exec-once = blueman-applet
|
|||||||
exec-once = nm-applet --indicator
|
exec-once = nm-applet --indicator
|
||||||
exec-once = nextcloud --background
|
exec-once = nextcloud --background
|
||||||
exec-once = keepassxc
|
exec-once = keepassxc
|
||||||
exec-once = sleep 2 && hyprpm reload
|
exec-once = hyprpm reload -n
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
||||||
#############################
|
|
||||||
### ENVIRONMENT VARIABLES ###
|
|
||||||
#############################
|
|
||||||
|
|
||||||
# See https://wiki.hypr.land/Configuring/Environment-variables/
|
|
||||||
|
|
||||||
env = XCURSOR_SIZE,24
|
|
||||||
env = HYPRCURSOR_SIZE,24
|
|
||||||
env = LIBVA_DRIVER_NAME,nvidia
|
|
||||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
|
||||||
|
|
||||||
# lspci -d ::03xx
|
|
||||||
# ls -l /dev/dri/by-path
|
|
||||||
|
|
||||||
env = AQ_DRM_DEVICES,/dev/dri/card1:/dev/dri/card0
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
### PERMISSIONS ###
|
### PERMISSIONS ###
|
||||||
###################
|
###################
|
||||||
@@ -111,10 +115,29 @@ general {
|
|||||||
|
|
||||||
resize_on_border = true
|
resize_on_border = true
|
||||||
|
|
||||||
# layout = dwindle
|
#layout = scrolling
|
||||||
layout = hy3
|
layout = hy3
|
||||||
|
#layout = master
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
master {
|
||||||
|
allow_small_split = true
|
||||||
|
special_scale_factor = .80
|
||||||
|
mfact = .34
|
||||||
|
orientation = center
|
||||||
|
}
|
||||||
|
|
||||||
|
dwindle {
|
||||||
|
split_width_multiplier = .33
|
||||||
|
}
|
||||||
|
|
||||||
|
#scrolling {
|
||||||
|
# column_width = .33
|
||||||
|
# fullscreen_on_one_column = false
|
||||||
|
#}
|
||||||
|
|
||||||
# Pro monitors
|
# Pro monitors
|
||||||
# hyperctrl monitors
|
# hyperctrl monitors
|
||||||
monitorv2 {
|
monitorv2 {
|
||||||
@@ -242,7 +265,7 @@ input {
|
|||||||
kb_options =
|
kb_options =
|
||||||
kb_rules =
|
kb_rules =
|
||||||
|
|
||||||
follow_mouse = 0
|
follow_mouse = 1
|
||||||
|
|
||||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||||
|
|
||||||
@@ -326,6 +349,16 @@ bind = $mainMod SHIFT, right, hy3:movewindow, r
|
|||||||
bind = $mainMod SHIFT, up, hy3:movewindow, u
|
bind = $mainMod SHIFT, up, hy3:movewindow, u
|
||||||
bind = $mainMod SHIFT, down, hy3:movewindow, d
|
bind = $mainMod SHIFT, down, hy3:movewindow, d
|
||||||
|
|
||||||
|
#bind = $mainMod, left, movefocus, l
|
||||||
|
#bind = $mainMod, right, movefocus, r
|
||||||
|
#bind = $mainMod, up, movefocus, u
|
||||||
|
#bind = $mainMod, down, movefocus, d
|
||||||
|
#
|
||||||
|
#bind = $mainMod SHIFT, left, movewindow, l
|
||||||
|
#bind = $mainMod SHIFT, right, movewindow, r
|
||||||
|
#bind = $mainMod SHIFT, up, movewindow, u
|
||||||
|
#bind = $mainMod SHIFT, down, movewindow, d
|
||||||
|
|
||||||
bind = $mainMod SHIFT CTRL, right, movecurrentworkspacetomonitor, r
|
bind = $mainMod SHIFT CTRL, right, movecurrentworkspacetomonitor, r
|
||||||
bind = $mainMod SHIFT CTRL, left, movecurrentworkspacetomonitor, l
|
bind = $mainMod SHIFT CTRL, left, movecurrentworkspacetomonitor, l
|
||||||
bind = $mainMod SHIFT CTRL, up, movecurrentworkspacetomonitor, u
|
bind = $mainMod SHIFT CTRL, up, movecurrentworkspacetomonitor, u
|
||||||
@@ -371,6 +404,11 @@ binde = , down, resizeactive, 0 10
|
|||||||
bind = , Escape,submap,reset
|
bind = , Escape,submap,reset
|
||||||
submap=reset
|
submap=reset
|
||||||
|
|
||||||
|
|
||||||
|
# Moving floating windows with the Super key + Mouse
|
||||||
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
### WINDOWS AND WORKSPACES ###
|
### WINDOWS AND WORKSPACES ###
|
||||||
##############################
|
##############################
|
||||||
@@ -410,3 +448,5 @@ windowrule {
|
|||||||
move = 20 monitor_h-120
|
move = 20 monitor_h-120
|
||||||
float = yes
|
float = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
workspace = 1, layout:dwindle
|
||||||
|
|||||||
@@ -1,36 +0,0 @@
|
|||||||
[General]
|
|
||||||
ConfigVersion=2
|
|
||||||
|
|
||||||
[Browser]
|
|
||||||
CustomProxyLocation=
|
|
||||||
Enabled=true
|
|
||||||
HttpAuthPermission=true
|
|
||||||
|
|
||||||
[FdoSecrets]
|
|
||||||
Enabled=false
|
|
||||||
|
|
||||||
[GUI]
|
|
||||||
ApplicationTheme=dark
|
|
||||||
CompactMode=true
|
|
||||||
Language=fr
|
|
||||||
MinimizeOnClose=true
|
|
||||||
MinimizeOnStartup=false
|
|
||||||
MinimizeToTray=true
|
|
||||||
ShowTrayIcon=true
|
|
||||||
TrayIconAppearance=colorful
|
|
||||||
|
|
||||||
[KeeShare]
|
|
||||||
Active="<?xml version=\"1.0\"?><KeeShare><Active/></KeeShare>\n"
|
|
||||||
Own="<?xml version=\"1.0\"?><KeeShare><PrivateKey>MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDmiKbjSSOdseCsE97YT3rvZgzQ2u5/Dd/lo5q3cYgdhfbVFlcu+XhScD+mQ7MVuDfx4cuFnmQ4e5IjdcXIllU2vJVhWdvaBmWMnzQHRP95r7YrhhLoWOR4jVT2wHgkhoCOL6OA9AcvBDLA02lwcQ+mxiQgG0UMuVjtALtPfnzR7HokJDoCFAL41m0TsSounoHzdPyhegWCbtrF1bIT3++mdci49sTWkmXyqki8tQnaAANc0/yJmU/vhKPRTal6wRUAUYusw+VYyIOlnYNqs5UsopeF2B9j0/JUZMUHRcoUVm5NmYbw5ujDu46sqnO7tCSQ2i9zqeCaivmU97cNibCVAgMBAAECggEARuz2A2lmJscqK2b1obFaTjskaEFjLP3Uy675E8U/Lm4f0dFMw2wHQ727J2keuOjzdVyVpCdmCCakgHpkfmEaGHwOrWPbCwn6xjfY5v+oZgTUVDGssYVfzWMWJ9BxZjNna9dmQ29Qont1LfQdNXXjbdj6FlKtfMute0VFW6C7wE2ejiVmx2TOZQ+5hERgHct4c4FXQPaUrzgrAEd+2RHLKPy7VR+ObrEBZBAvSMBq9HgpV8GbRPDC7MjFUSPAjvTcdh6eBhrAoeznLmZcQDwCG9Js6jivVX0rvcd8FTFaC8vGCPWCRbgeGT2ym8ecblCgdGn3CLxSZOaQ3z2hsfbKhQKBgQD0RKuaKFiYM95fn8ShzQI/Au2wHc/LB9wkdkX4tenVac4PBifqO2yLIJ2NatQxp2GJbcilxxPw3rYltkVpLO0N27ap94syJV/xQrwQJ76XyjTofl8A9KSEfY4k1UR9cS2JaQdKutOCL9zFaVjnQRBeq+l6zCBEwnGIE9EOjvJU6wKBgQDxmx0YnBiCurvqGxZ26KFmg/nTF/Zi+7YYNT93voXgADIZyaAFqCS/xqqVS2gntG1EV8DPW3ABOz4Ef9q87JFKJ820O4P0pI2X8YgsN4oeaQlb71eUj4ET1Y2cHHQcagCVtUHP/vFJlj9Bm3R8pb5jSuaUs3r+UMfE/9FdHtCwfwKBgCRCDTbUxlHRYTDQhl9+DtdLl/yMcEuy3vqKk9hXKF6FVhDk2QfryjDcpoZXVSgJsHC12xLAejVG2cK/S45RHN7xvit8kyzeX19wiHndbG0blr7sAy4hIkqIWJEfFwuHwTqkXHC7SqoIcLzc5lVtUwC6g+22XxPVyQRp7J48mbwBAoGBAN0CVXVjpRBBHRCjwsL3Pl12sJsnOl2FgCdY3jv9bp1f0HTCeb1y+FrtsrFrD1XyuFliJKAKNsUJmkunYUKc7LL3AjaykpzBwjyR100LaS80SjltEaJ2O08XdLivVo9/cBWCfzdzMOltpWOwfrhfLW/K3m58WDA3WOaeVLhoLeKlAoGAHkaYpRYgMjRLtg+//bf2Vhraaun7UvQTUrOq8VpEU+o92fVs9n71bHzfydLHQDHPn/+cCxK5mS1mS9OSdJLESG6ewU8lLnbyLVEGgEtbabEjdkyFh+UScH/2Ne6Wr/QFvbDlxqlVV8C3NA+Ao1/MhGq+iJfc0i9ES6rBhMZEH5s=</PrivateKey><PublicKey><Signer>daiko</Signer><Key>MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDmiKbjSSOdseCsE97YT3rvZgzQ2u5/Dd/lo5q3cYgdhfbVFlcu+XhScD+mQ7MVuDfx4cuFnmQ4e5IjdcXIllU2vJVhWdvaBmWMnzQHRP95r7YrhhLoWOR4jVT2wHgkhoCOL6OA9AcvBDLA02lwcQ+mxiQgG0UMuVjtALtPfnzR7HokJDoCFAL41m0TsSounoHzdPyhegWCbtrF1bIT3++mdci49sTWkmXyqki8tQnaAANc0/yJmU/vhKPRTal6wRUAUYusw+VYyIOlnYNqs5UsopeF2B9j0/JUZMUHRcoUVm5NmYbw5ujDu46sqnO7tCSQ2i9zqeCaivmU97cNibCVAgMBAAECggEARuz2A2lmJscqK2b1obFaTjskaEFjLP3Uy675E8U/Lm4f0dFMw2wHQ727J2keuOjzdVyVpCdmCCakgHpkfmEaGHwOrWPbCwn6xjfY5v+oZgTUVDGssYVfzWMWJ9BxZjNna9dmQ29Qont1LfQdNXXjbdj6FlKtfMute0VFW6C7wE2ejiVmx2TOZQ+5hERgHct4c4FXQPaUrzgrAEd+2RHLKPy7VR+ObrEBZBAvSMBq9HgpV8GbRPDC7MjFUSPAjvTcdh6eBhrAoeznLmZcQDwCG9Js6jivVX0rvcd8FTFaC8vGCPWCRbgeGT2ym8ecblCgdGn3CLxSZOaQ3z2hsfbKhQKBgQD0RKuaKFiYM95fn8ShzQI/Au2wHc/LB9wkdkX4tenVac4PBifqO2yLIJ2NatQxp2GJbcilxxPw3rYltkVpLO0N27ap94syJV/xQrwQJ76XyjTofl8A9KSEfY4k1UR9cS2JaQdKutOCL9zFaVjnQRBeq+l6zCBEwnGIE9EOjvJU6wKBgQDxmx0YnBiCurvqGxZ26KFmg/nTF/Zi+7YYNT93voXgADIZyaAFqCS/xqqVS2gntG1EV8DPW3ABOz4Ef9q87JFKJ820O4P0pI2X8YgsN4oeaQlb71eUj4ET1Y2cHHQcagCVtUHP/vFJlj9Bm3R8pb5jSuaUs3r+UMfE/9FdHtCwfwKBgCRCDTbUxlHRYTDQhl9+DtdLl/yMcEuy3vqKk9hXKF6FVhDk2QfryjDcpoZXVSgJsHC12xLAejVG2cK/S45RHN7xvit8kyzeX19wiHndbG0blr7sAy4hIkqIWJEfFwuHwTqkXHC7SqoIcLzc5lVtUwC6g+22XxPVyQRp7J48mbwBAoGBAN0CVXVjpRBBHRCjwsL3Pl12sJsnOl2FgCdY3jv9bp1f0HTCeb1y+FrtsrFrD1XyuFliJKAKNsUJmkunYUKc7LL3AjaykpzBwjyR100LaS80SjltEaJ2O08XdLivVo9/cBWCfzdzMOltpWOwfrhfLW/K3m58WDA3WOaeVLhoLeKlAoGAHkaYpRYgMjRLtg+//bf2Vhraaun7UvQTUrOq8VpEU+o92fVs9n71bHzfydLHQDHPn/+cCxK5mS1mS9OSdJLESG6ewU8lLnbyLVEGgEtbabEjdkyFh+UScH/2Ne6Wr/QFvbDlxqlVV8C3NA+Ao1/MhGq+iJfc0i9ES6rBhMZEH5s=</Key></PublicKey></KeeShare>\n"
|
|
||||||
QuietSuccess=true
|
|
||||||
|
|
||||||
[PasswordGenerator]
|
|
||||||
AdditionalChars=
|
|
||||||
ExcludedChars=
|
|
||||||
Length=32
|
|
||||||
|
|
||||||
[SSHAgent]
|
|
||||||
Enabled=true
|
|
||||||
|
|
||||||
[Security]
|
|
||||||
LockDatabaseIdle=false
|
|
||||||
@@ -1,103 +0,0 @@
|
|||||||
# 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
|
|
||||||
|
|
||||||
# Your preferred terminal emulator
|
|
||||||
set $term /usr/bin/footclient
|
|
||||||
|
|
||||||
# Your preferred application launcher
|
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
|
||||||
# on the original workspace that the command was run on.
|
|
||||||
# set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
|
||||||
|
|
||||||
set $menu wofi --gtk-dark --show=drun
|
|
||||||
|
|
||||||
include "$HOME/.config/sway/config.d/*"
|
|
||||||
|
|
||||||
default_border pixel 5
|
|
||||||
smart_borders on
|
|
||||||
|
|
||||||
gaps inner 8
|
|
||||||
smart_gaps on
|
|
||||||
|
|
||||||
focus_follows_mouse no
|
|
||||||
|
|
||||||
### Output configuration
|
|
||||||
#
|
|
||||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
|
||||||
output * bg #283646 solid_color
|
|
||||||
output eDP-1 bg "$HOME/nextcloud/perso/images/wallapper_desktop.png" fill
|
|
||||||
#
|
|
||||||
# Example configuration:
|
|
||||||
#
|
|
||||||
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
|
||||||
#
|
|
||||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
|
||||||
|
|
||||||
|
|
||||||
### Idle configuration
|
|
||||||
#
|
|
||||||
# Example configuration:
|
|
||||||
#
|
|
||||||
# exec swayidle -w \
|
|
||||||
# timeout 300 'swaylock -f -c 000000' \
|
|
||||||
# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
|
||||||
# before-sleep 'swaylock -f -c 000000'
|
|
||||||
#
|
|
||||||
# This will lock your screen after 300 seconds of inactivity, then turn off
|
|
||||||
# your displays after another 300 seconds, and turn your screens back on when
|
|
||||||
# resumed. It will also lock your screen before your computer goes to sleep.
|
|
||||||
|
|
||||||
|
|
||||||
### Key bindings
|
|
||||||
#
|
|
||||||
# Basics:
|
|
||||||
#
|
|
||||||
# Start a terminal
|
|
||||||
bindsym $mod+Return exec $term
|
|
||||||
|
|
||||||
# Kill focused window
|
|
||||||
bindsym $mod+Shift+q kill
|
|
||||||
|
|
||||||
# Start your launcher
|
|
||||||
bindsym $mod+d exec $menu
|
|
||||||
|
|
||||||
# Drag floating windows by holding down $mod and left mouse button.
|
|
||||||
# Resize them with right mouse button + $mod.
|
|
||||||
# Despite the name, also works for non-floating windows.
|
|
||||||
# Change normal to inverse to use left mouse button for resizing and right
|
|
||||||
# mouse button for dragging.
|
|
||||||
floating_modifier $mod normal
|
|
||||||
|
|
||||||
# Reload the configuration file
|
|
||||||
bindsym $mod+Shift+c reload
|
|
||||||
|
|
||||||
# Exit sway (logs you out of your Wayland session)
|
|
||||||
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
|
|
||||||
|
|
||||||
bindsym $mod+l exec swaylock --color "#243646"
|
|
||||||
|
|
||||||
### Laptop screen is close
|
|
||||||
bindswitch --locked lid:on output eDP-1 disable
|
|
||||||
### Laptop screen is open
|
|
||||||
bindswitch --locked lid:off output eDP-1 enable
|
|
||||||
|
|
||||||
exec kanshi
|
|
||||||
|
|
||||||
bar {
|
|
||||||
swaybar_command waybar
|
|
||||||
}
|
|
||||||
|
|
||||||
exec foot --server
|
|
||||||
exec blueman-applet
|
|
||||||
exec nm-applet --indicator
|
|
||||||
exec nextcloud --background
|
|
||||||
exec keepassxc
|
|
||||||
exec /usr/lib/xdg-desktop-portal-gnome
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
# swaymsg -t get_outputs
|
|
||||||
|
|
||||||
# Laptop pro
|
|
||||||
output 'Najing CEC Panda FPD Technology CO. ltd 0x0056 Unknown' pos 0 0 res 1920x1080 subpixel rgb
|
|
||||||
workspace 1 output 'Najing CEC Panda FPD Technology CO. ltd 0x0056 Unknown'
|
|
||||||
|
|
||||||
# laptop perso
|
|
||||||
output 'BOE 0x090F Unknown' pos 0 0 res 1920x1080 subpixel rgb
|
|
||||||
workspace 1 output 'BOE 0x090F Unknown'
|
|
||||||
|
|
||||||
# Home screen
|
|
||||||
output 'Samsung Electric Company LC34G55T HNTW606264' pos 1920 0
|
|
||||||
workspace 5 output 'Samsung Electric Company LC34G55T HNTW606264'
|
|
||||||
|
|
||||||
# Work screen
|
|
||||||
output 'Iiyama North America PL3481WQ 1242550210951' pos 1920 0
|
|
||||||
workspace 5 output 'Iiyama North America PL3481WQ 1242550210951'
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
# import variables into system-user enviroment
|
|
||||||
# based on the instructions in the sway wiki
|
|
||||||
# see also https://github.com/swaywm/sway/issues/5732
|
|
||||||
# and https://github.com/systemd/systemd/blob/dfc637d0ff756889e8e5b7cb4ec991eb06069aa1/xorg/50-systemd-user.sh
|
|
||||||
|
|
||||||
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|
||||||
|
|
||||||
exec hash dbus-update-activation-environment 2>/dev/null && \
|
|
||||||
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
input type:keyboard {
|
|
||||||
xkb_layout "fr"
|
|
||||||
xkb_variant "oss"
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
# You can "split" the current object of your focus with
|
|
||||||
# $mod+b or $mod+v, for horizontal and vertical splits
|
|
||||||
# respectively.
|
|
||||||
bindsym $mod+h splith
|
|
||||||
bindsym $mod+v splitv
|
|
||||||
|
|
||||||
# Switch the current container between different layout styles
|
|
||||||
bindsym $mod+s layout stacking
|
|
||||||
bindsym $mod+w layout tabbed
|
|
||||||
bindsym $mod+e layout toggle split
|
|
||||||
|
|
||||||
# Make the current focus fullscreen
|
|
||||||
bindsym $mod+f fullscreen
|
|
||||||
|
|
||||||
# Toggle the current focus between tiling and floating mode
|
|
||||||
bindsym $mod+Shift+space floating toggle
|
|
||||||
|
|
||||||
# Swap focus between the tiling area and the floating area
|
|
||||||
bindsym $mod+space focus mode_toggle
|
|
||||||
|
|
||||||
# Move focus to the parent container
|
|
||||||
bindsym $mod+a focus parent
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
mode "resize" {
|
|
||||||
bindsym Left resize shrink width 10px
|
|
||||||
bindsym Down resize grow height 10px
|
|
||||||
bindsym Up resize shrink height 10px
|
|
||||||
bindsym Right resize grow width 10px
|
|
||||||
|
|
||||||
# Return to default mode
|
|
||||||
bindsym Escape mode "default"
|
|
||||||
}
|
|
||||||
|
|
||||||
bindsym $mod+r mode "resize"
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
# Move your focus around
|
|
||||||
bindsym $mod+Left focus left
|
|
||||||
bindsym $mod+Down focus down
|
|
||||||
bindsym $mod+Up focus up
|
|
||||||
bindsym $mod+Right focus right
|
|
||||||
|
|
||||||
# Move the focused window
|
|
||||||
bindsym $mod+Shift+Left move left
|
|
||||||
bindsym $mod+Shift+Down move down
|
|
||||||
bindsym $mod+Shift+Up move up
|
|
||||||
bindsym $mod+Shift+Right move right
|
|
||||||
|
|
||||||
# Move current workspace
|
|
||||||
bindsym $mod+Control+Shift+Right move workspace to output right
|
|
||||||
bindsym $mod+Control+Shift+Left move workspace to output left
|
|
||||||
bindsym $mod+Control+Shift+Down move workspace to output down
|
|
||||||
bindsym $mod+Control+Shift+Up move workspace to output up
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
bindsym --locked XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
|
||||||
bindsym --locked XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
|
||||||
bindsym --locked XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
|
||||||
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
|
|
||||||
bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
|
|
||||||
bindsym --locked XF86AudioPlay exec playerctl play-pause
|
|
||||||
bindsym XF86AudioNext exec playerctl next
|
|
||||||
bindsym XF86AudioPrev exec playerctl previous
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
# switch to workspace
|
|
||||||
bindsym $mod+ampersand workspace 1
|
|
||||||
bindsym $mod+eacute workspace 2
|
|
||||||
bindsym $mod+quotedbl workspace 3
|
|
||||||
bindsym $mod+apostrophe workspace 4
|
|
||||||
bindsym $mod+parenleft workspace 5
|
|
||||||
bindsym $mod+minus workspace 6
|
|
||||||
bindsym $mod+egrave workspace 7
|
|
||||||
bindsym $mod+underscore workspace 8
|
|
||||||
bindsym $mod+ccedilla workspace 9
|
|
||||||
bindsym $mod+agrave workspace 10
|
|
||||||
bindsym $mod+parenright workspace 11
|
|
||||||
bindsym $mod+equal workspace 12
|
|
||||||
|
|
||||||
# move focused container to workspace
|
|
||||||
bindsym $mod+Shift+ampersand move container to workspace 1
|
|
||||||
bindsym $mod+Shift+eacute move container to workspace 2
|
|
||||||
bindsym $mod+Shift+quotedbl move container to workspace 3
|
|
||||||
bindsym $mod+Shift+apostrophe move container to workspace 4
|
|
||||||
bindsym $mod+Shift+parenleft move container to workspace 5
|
|
||||||
bindsym $mod+Shift+minus move container to workspace 6
|
|
||||||
bindsym $mod+Shift+egrave move container to workspace 7
|
|
||||||
bindsym $mod+Shift+underscore move container to workspace 8
|
|
||||||
bindsym $mod+Shift+ccedilla move container to workspace 9
|
|
||||||
bindsym $mod+Shift+agrave move container to workspace 10
|
|
||||||
bindsym $mod+Shift+parenright move container to workspace 11
|
|
||||||
bindsym $mod+Shift+equal move container to workspace 12
|
|
||||||
@@ -17,8 +17,6 @@ function main
|
|||||||
# Mise à jour système
|
# Mise à jour système
|
||||||
yay -Suy
|
yay -Suy
|
||||||
|
|
||||||
fisher update
|
|
||||||
|
|
||||||
# Mise à jour service languagetool
|
# Mise à jour service languagetool
|
||||||
update_languagetool
|
update_languagetool
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user